]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[libvpx] Fix typo in Windows project file. 485/head
authorAndrey Volk <andywolk@gmail.com>
Wed, 29 Jan 2020 19:05:35 +0000 (23:05 +0400)
committerAndrey Volk <andywolk@gmail.com>
Fri, 6 Mar 2020 17:15:04 +0000 (21:15 +0400)
libs/win32/libvpx/libvpx.2017.vcxproj

index d83caf4612ce6d05a1422ac601d3ade8fab05a2f..0597ef2d65b8c224dc8a85ae5a27e8469b5d3ec4 100644 (file)
       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">yasm -Xvc -g cv8 -f win64  -I"./include_x64" -I"../../libvpx" "%(FullPath)" -o $(IntDir)vpx_ports_emms_mmx_asm.obj</Command>
       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)vpx_ports_emms_mmx_asm.obj</Outputs>
       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Assembling %(Filename)%(Extension)</Message>
-      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">yasm -Xvc -f win64  -I"./include_x64" -I"../../libvpx" "%(FullPath)" -o $(IntDir)vpx_ports_vp9_emms_mmx_asm.obj</Command>
+      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">yasm -Xvc -f win64  -I"./include_x64" -I"../../libvpx" "%(FullPath)" -o $(IntDir)vpx_ports_emms_mmx_asm.obj</Command>
       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)vpx_ports_emms_mmx_asm.obj</Outputs>
     </CustomBuild>