From: Andrey Volk Date: Wed, 29 Jan 2020 19:05:35 +0000 (+0400) Subject: [libvpx] Fix typo in Windows project file. X-Git-Tag: v1.10.3^2~71^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F485%2Fhead;p=thirdparty%2Ffreeswitch.git [libvpx] Fix typo in Windows project file. --- diff --git a/libs/win32/libvpx/libvpx.2017.vcxproj b/libs/win32/libvpx/libvpx.2017.vcxproj index d83caf4612..0597ef2d65 100644 --- a/libs/win32/libvpx/libvpx.2017.vcxproj +++ b/libs/win32/libvpx/libvpx.2017.vcxproj @@ -1298,7 +1298,7 @@ yasm -Xvc -g cv8 -f win64 -I"./include_x64" -I"../../libvpx" "%(FullPath)" -o $(IntDir)vpx_ports_emms_mmx_asm.obj $(IntDir)vpx_ports_emms_mmx_asm.obj Assembling %(Filename)%(Extension) - yasm -Xvc -f win64 -I"./include_x64" -I"../../libvpx" "%(FullPath)" -o $(IntDir)vpx_ports_vp9_emms_mmx_asm.obj + yasm -Xvc -f win64 -I"./include_x64" -I"../../libvpx" "%(FullPath)" -o $(IntDir)vpx_ports_emms_mmx_asm.obj $(IntDir)vpx_ports_emms_mmx_asm.obj