shithub: openh264

Download patch

ref: 661988ada76b04a7bf0ce902c9d74174e2590c36
parent: b4e1c41bcac77e7b60d80c7ad5ea21196e2fce9f
author: ruil2 <[email protected]>
date: Thu Dec 12 12:15:52 EST 2013

Fix issue:#9

update VS2010 and VS2012 project

--- a/codec/build/win32/dec/WelsDecPlus_2012.vcxproj
+++ b/codec/build/win32/dec/WelsDecPlus_2012.vcxproj
@@ -171,7 +171,7 @@
     <ClInclude Include="..\..\..\decoder\plus\inc\welsDecoderExt.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="WelsDecCore.vcxproj">
+    <ProjectReference Include="WelsDecCore_2012.vcxproj">
       <Project>{01b4ae41-6ad6-4caf-aeb3-c42f7f9121d5}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
--- a/codec/build/win32/dec/decConsole_2010.vcxproj
+++ b/codec/build/win32/dec/decConsole_2010.vcxproj
@@ -162,7 +162,7 @@
     <None Include="..\..\..\..\bin\Release\welsdec.cfg" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="WelsDecPlus.vcxproj">
+    <ProjectReference Include="WelsDecPlus_2010.vcxproj">
       <Project>{1131558a-9986-4f4b-a13f-8b7f4c8438bf}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
--- a/codec/build/win32/dec/decConsole_2012.vcxproj
+++ b/codec/build/win32/dec/decConsole_2012.vcxproj
@@ -153,7 +153,7 @@
     <None Include="..\..\..\..\bin\Release\welsdec.cfg" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="WelsDecPlus.vcxproj">
+    <ProjectReference Include="WelsDecPlus_2012.vcxproj">
       <Project>{1131558a-9986-4f4b-a13f-8b7f4c8438bf}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
--- a/codec/build/win32/enc/WelsEncPlus_2010.vcxproj
+++ b/codec/build/win32/enc/WelsEncPlus_2010.vcxproj
@@ -183,7 +183,7 @@
     </ResourceCompile>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="WelsEncCore.vcxproj">
+    <ProjectReference Include="WelsEncCore_2010.vcxproj">
       <Project>{59208004-1774-4816-ac24-31ff44c324b4}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
--- a/codec/build/win32/enc/encConsole_2010.vcxproj
+++ b/codec/build/win32/enc/encConsole_2010.vcxproj
@@ -161,7 +161,7 @@
     <ClInclude Include="..\..\..\console\enc\inc\read_config.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="WelsEncPlus.vcxproj">
+    <ProjectReference Include="WelsEncPlus_2010.vcxproj">
       <Project>{1e7b4e9a-986e-4167-8c70-6e4f60eaee7f}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
--- a/codec/build/win32/enc/encConsole_2012.vcxproj
+++ b/codec/build/win32/enc/encConsole_2012.vcxproj
@@ -153,7 +153,7 @@
     <ClInclude Include="..\..\..\console\enc\inc\read_config.h" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="WelsEncPlus.vcxproj">
+    <ProjectReference Include="WelsEncPlus_2012.vcxproj">
       <Project>{1e7b4e9a-986e-4167-8c70-6e4f60eaee7f}</Project>
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>