shithub: openh264

Download patch

ref: 94eb2e68603521972d4ef1adbcd74cf383ad4962
parent: 3a4346a898c7938f8958f91524c5d7f26f105276
author: unknown <[email protected]>
date: Wed Mar 26 09:40:47 EDT 2014

modify the output directory of welsvp in VC project.

--- a/codec/processing/build/win32/WelsVP_2008.vcproj
+++ b/codec/processing/build/win32/WelsVP_2008.vcproj
@@ -24,7 +24,7 @@
 	<Configurations>
 		<Configuration
 			Name="Debug|Win32"
-			OutputDirectory=".\..\..\..\bin\win32\Debug"
+			OutputDirectory=".\..\..\..\..\bin\win32\Debug"
 			IntermediateDirectory=".\..\..\..\obj\vp\Debug"
 			ConfigurationType="2"
 			CharacterSet="1"
@@ -193,7 +193,7 @@
 		</Configuration>
 		<Configuration
 			Name="Release|Win32"
-			OutputDirectory=".\..\..\..\bin\win32\Release"
+			OutputDirectory=".\..\..\..\..\bin\win32\Release"
 			IntermediateDirectory=".\..\..\..\obj\vp\Release"
 			ConfigurationType="2"
 			CharacterSet="1"