Merge pull request #328 from mstorsjo/enable-x86-asm-android

Enable x86 assembly by default if building for x86 android
This commit is contained in:
Licai Guo 2014-02-20 19:43:09 +08:00
commit 4412411f83

View File

@ -18,6 +18,7 @@ else
GCCPATHPREFIX = x86
GCCPREFIX = i686-linux-android
APP_ABI = x86
USE_ASM = Yes
ifeq (Yes, $(USE_ASM))
ASM = nasm
CFLAGS += -DX86_ASM