shithub: openh264

Download patch

ref: 4f535e31e6a85b6ba1845a400a8a9176124ad0cc
parent: 4b97d2d48f670723ff6d95bfd363b4b5c61246f3
parent: 0df3a068ba70ebc9e8118bc19c20e32d8977ecb3
author: Ethan Hugg <[email protected]>
date: Wed Mar 5 02:11:41 EST 2014

Merge pull request #420 from mstorsjo/simplify-x86-asm-flags

Don't add -DNO_DYNAMIC_VP to ASMFLAGS

--- a/build/platform-x86-common.mk
+++ b/build/platform-x86-common.mk
@@ -19,4 +19,4 @@
 ASM_ARCH = x86
 endif
 ASM = nasm
-ASMFLAGS += $(ASMFLAGS_PLATFORM) -DNO_DYNAMIC_VP
+ASMFLAGS += $(ASMFLAGS_PLATFORM)