shithub: openh264

Download patch

ref: 54f5f3472565c2ad5a38b80d7c3154622507723a
parent: 93c7d569e074b2600e1be555a04b536b52a10836
parent: 94eb2e68603521972d4ef1adbcd74cf383ad4962
author: Licai Guo <[email protected]>
date: Wed Mar 26 09:51:23 EDT 2014

Merge pull request #585 from ruil2/vp_update

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"