shithub: openh264

Download patch

ref: 88a25713a5aa10b765fe3070822216457f630c3a
parent: 5713363c895bdcc712f82580f1e5861354106fae
parent: 60f1ea8088be22fdb304d5ba47d23621f9aa7461
author: volvet <[email protected]>
date: Thu May 8 17:19:25 EDT 2014

Merge pull request #801 from mstorsjo/fix-manually-edited-vcproj

Make manually edited vcproj files match what visual studio actually generates

--- a/codec/build/win32/dec/WelsDecCore.vcproj
+++ b/codec/build/win32/dec/WelsDecCore.vcproj
@@ -685,11 +685,11 @@
 					RelativePath="..\..\..\decoder\core\inc\bit_stream.h"
 					>
 				</File>
-                                <File
-                                        RelativePath="..\..\..\common\inc\copy_mb.h"
-                                        >
-                                </File>
 				<File
+					RelativePath="..\..\..\common\inc\copy_mb.h"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\common\inc\cpu.h"
 					>
 				</File>
@@ -737,11 +737,11 @@
 					RelativePath="..\..\..\decoder\core\inc\error_code.h"
 					>
 				</File>
-                                <File
-                                        RelativePath="..\..\..\decoder\core\inc\error_concealment.h"
-                                        >
-                                </File>
 				<File
+					RelativePath="..\..\..\decoder\core\inc\error_concealment.h"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\decoder\core\inc\expand_pic.h"
 					>
 				</File>
@@ -862,11 +862,11 @@
 					RelativePath="..\..\..\decoder\core\src\bit_stream.cpp"
 					>
 				</File>
-                                <File
-                                        RelativePath="..\..\..\common\src\copy_mb.cpp"
-                                        >
-                                </File>
 				<File
+					RelativePath="..\..\..\common\src\copy_mb.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\..\..\common\src\cpu.cpp"
 					>
 				</File>
@@ -902,10 +902,10 @@
 					RelativePath="..\..\..\decoder\core\src\decoder_data_tables.cpp"
 					>
 				</File>
-                                <File
-                                        RelativePath="..\..\..\decoder\core\src\error_concealment.cpp"
-                                        >
-                                </File>
+				<File
+					RelativePath="..\..\..\decoder\core\src\error_concealment.cpp"
+					>
+				</File>
 				<File
 					RelativePath="..\..\..\decoder\core\src\expand_pic.cpp"
 					>
--- a/codec/build/win32/enc/WelsEncCore.vcproj
+++ b/codec/build/win32/enc/WelsEncCore.vcproj
@@ -395,11 +395,11 @@
 					/>
 				</FileConfiguration>
 			</File>
-                        <File
-                                RelativePath="..\..\..\common\src\copy_mb.cpp"
-                                >
-                        </File>
 			<File
+				RelativePath="..\..\..\common\src\copy_mb.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\..\common\src\cpu.cpp"
 				>
 			</File>
@@ -1452,10 +1452,10 @@
 				RelativePath="..\..\..\encoder\core\inc\bit_stream.h"
 				>
 			</File>
-                        <File
-                                RelativePath="..\..\..\common\inc\copy_mb.h"
-                                >
-                        </File>
+			<File
+				RelativePath="..\..\..\common\inc\copy_mb.h"
+				>
+			</File>
 			<File
 				RelativePath="..\..\..\common\inc\cpu.h"
 				>