shithub: openh264

Download patch

ref: 9cf27c36e5da36221d575c8e05d96bcd5bcea08c
parent: 863e7a58aea5dafa08809ceae61de59479ecef02
parent: 17f9c22a3e62222b2c5f999afc8746672ab6ddfa
author: Andreas Gal <andreas.gal@gmail.com>
date: Fri Dec 13 02:35:24 EST 2013

Merge pull request #34 from mstorsjo/make-asm-override

Include the platform makefile before adding defines for x86 asm

--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,11 @@
 USE_ASM = No
 endif
 
+include build/platform-$(UNAME).mk
+
 ifeq ($(USE_ASM),Yes)
   CFLAGS += -DX86_ASM
 endif
-
-include build/platform-$(UNAME).mk
 
 CFLAGS += -DNO_DYNAMIC_VP -DHAVE_CACHE_LINE_ALIGN
 LDFLAGS +=