shithub: openh264

Download patch

ref: fbc7519d904e22298f81dc55dceed4292467b224
parent: 7d2c7616042923c5f567ac62903c93545d75e000
author: Martin Storsjö <[email protected]>
date: Tue Feb 25 19:18:11 EST 2014

Don't explicitly set/clear USE_ASM in the android makefile

The USE_ASM variable is architecture independent now and only
controls whether assembly optimizations should be enabled in
the general sense, regardless of the target architecture.

--- a/build/platform-android.mk
+++ b/build/platform-android.mk
@@ -1,4 +1,3 @@
-USE_ASM = No
 ARCH = arm
 SHAREDLIBSUFFIX = so
 GCCVERSION = 4.8
@@ -20,7 +19,6 @@
     GCCPATHPREFIX = x86
     GCCPREFIX = i686-linux-android
     APP_ABI = x86
-    USE_ASM = Yes
   ifeq (Yes, $(USE_ASM))
     ASM = nasm
     ASM_ARCH = x86