shithub: openh264

Download patch

ref: 60f1ea8088be22fdb304d5ba47d23621f9aa7461
parent: e61a6017f93a878b4ebd7b141223f873a56819a8
author: Martin Storsjö <[email protected]>
date: Thu May 8 06:08:12 EDT 2014

Make manually edited vcproj files match what visual studio actually generates

This changes the indentation from space to tabs, and adds missing
dos newlines to these few lines.

This makes the file be detected as using dos newlines properly in
certain editors.

--- 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"
 				>