shithub: libvpx

Download patch

ref: a3938266f5b5d5c43d2fd93911311d2c51d6c377
parent: 87c21a95ae692610af71e2b2a469e157d0c25493
parent: 5908e0b6648350ef292f11364463c84da891e273
author: James Zern <jzern@google.com>
date: Fri Jun 5 23:24:34 EDT 2015

Merge "vs/armv7: use -oldit armasm flag"

--- a/build/make/gen_msvs_vcxproj.sh
+++ b/build/make/gen_msvs_vcxproj.sh
@@ -263,8 +263,8 @@
     ;;
     arm*)
         platforms[0]="ARM"
-        asm_Debug_cmdline="armasm -nologo &quot;%(FullPath)&quot;"
-        asm_Release_cmdline="armasm -nologo &quot;%(FullPath)&quot;"
+        asm_Debug_cmdline="armasm -nologo -oldit &quot;%(FullPath)&quot;"
+        asm_Release_cmdline="armasm -nologo -oldit &quot;%(FullPath)&quot;"
     ;;
     *) die "Unsupported target $target!"
     ;;