]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11267: [Build-System] Fix libyuv build for Windows
authorAndrey Volk <andywolk@gmail.com>
Tue, 26 Feb 2019 08:25:56 +0000 (12:25 +0400)
committerAndrey Volk <andywolk@gmail.com>
Thu, 25 Jul 2019 19:20:29 +0000 (23:20 +0400)
libs/win32/libyuv/libyuv.2017.vcxproj

index 229232ba7889b4ffc7111c0d734090aabeea755f..ab6ffada5fd12cac48a404fbed5ab7c708ba02a0 100644 (file)
     <ClCompile Include="..\..\libyuv\source\compare.cc" />
     <ClCompile Include="..\..\libyuv\source\compare_common.cc" />
     <ClCompile Include="..\..\libyuv\source\compare_gcc.cc" />
+    <ClCompile Include="..\..\libyuv\source\compare_mmi.cc" />
+    <ClCompile Include="..\..\libyuv\source\compare_msa.cc" />
     <ClCompile Include="..\..\libyuv\source\compare_neon.cc" />
     <ClCompile Include="..\..\libyuv\source\compare_neon64.cc" />
     <ClCompile Include="..\..\libyuv\source\compare_win.cc" />
     <ClCompile Include="..\..\libyuv\source\rotate_argb.cc" />
     <ClCompile Include="..\..\libyuv\source\rotate_common.cc" />
     <ClCompile Include="..\..\libyuv\source\rotate_gcc.cc" />
-    <ClCompile Include="..\..\libyuv\source\rotate_mips.cc" />
+    <ClCompile Include="..\..\libyuv\source\rotate_mmi.cc" />
+    <ClCompile Include="..\..\libyuv\source\rotate_msa.cc" />
     <ClCompile Include="..\..\libyuv\source\rotate_neon.cc" />
     <ClCompile Include="..\..\libyuv\source\rotate_neon64.cc" />
     <ClCompile Include="..\..\libyuv\source\rotate_win.cc" />
     <ClCompile Include="..\..\libyuv\source\row_any.cc" />
     <ClCompile Include="..\..\libyuv\source\row_common.cc" />
     <ClCompile Include="..\..\libyuv\source\row_gcc.cc" />
-    <ClCompile Include="..\..\libyuv\source\row_mips.cc" />
+    <ClCompile Include="..\..\libyuv\source\row_mmi.cc" />
     <ClCompile Include="..\..\libyuv\source\row_msa.cc" />
     <ClCompile Include="..\..\libyuv\source\row_neon.cc" />
     <ClCompile Include="..\..\libyuv\source\row_neon64.cc" />
     <ClCompile Include="..\..\libyuv\source\scale_any.cc" />
     <ClCompile Include="..\..\libyuv\source\scale_argb.cc" />
     <ClCompile Include="..\..\libyuv\source\scale_common.cc" />
-    <ClCompile Include="..\..\libyuv\source\scale_mips.cc" />
+    <ClCompile Include="..\..\libyuv\source\scale_mmi.cc" />
+    <ClCompile Include="..\..\libyuv\source\scale_msa.cc" />
     <ClCompile Include="..\..\libyuv\source\scale_neon.cc" />
     <ClCompile Include="..\..\libyuv\source\scale_neon64.cc" />
     <ClCompile Include="..\..\libyuv\source\scale_win.cc" />