shithub: openh264

Download patch

ref: 0df3a068ba70ebc9e8118bc19c20e32d8977ecb3
parent: 7ea70491c84fd6255f951ca019f147a211fa0414
author: Martin Storsjö <[email protected]>
date: Wed Mar 5 10:02:53 EST 2014

Don't add -DNO_DYNAMIC_VP to ASMFLAGS

None of the assembly source uses this define for anything.

--- 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)