From 36aa4cc2c63fab5903fe33ea9f39ad3d2dc08a50 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Wed, 29 Jan 2020 23:05:35 +0400 Subject: [PATCH] [libvpx] Fix typo in Windows project file. --- libs/win32/libvpx/libvpx.2017.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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