shithub: openh264

Download patch

ref: 317eb437b0b07c2b574222c41d195985d65d612e
parent: 34782a84b1815c8d8b0b0f1d34c13bcddfa6689a
author: Martin Storsjö <[email protected]>
date: Thu Feb 20 06:23:18 EST 2014

Enable x86 assembly by default if building for x86 android

Most users would probably miss enabling it otherwise.

It can still be disabled manually by passing USE_ASM=No on the
make command line.

--- a/build/platform-android.mk
+++ b/build/platform-android.mk
@@ -18,6 +18,7 @@
     GCCPATHPREFIX = x86
     GCCPREFIX = i686-linux-android
     APP_ABI = x86
+    USE_ASM = Yes
 ifeq (Yes, $(USE_ASM))
     ASM = nasm
     CFLAGS += -DX86_ASM