From d053448171c8de783da013c2642a7ee7d2482c63 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 8 Apr 2014 02:37:16 +0200 Subject: [PATCH] Build fix --- jni/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/Android.mk b/jni/Android.mk index cf96faa..3a5a1fe 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -74,7 +74,7 @@ LOCAL_SRC_FILES += $(R)unzip/unzip.c $(R)unzip/unzip_stream.c LOCAL_C_INCLUDES += $(R) # note: don't use -O3, causes some NDKs run out of memory while compiling FAME -LOCAL_CFLAGS += -Wall -O2 -ffast-math -DNDEBUG +LOCAL_CFLAGS += -Wall -O2 -ffast-math -DNDEBUG -DINLINE=inline LOCAL_CFLAGS += $(addprefix -D,$(DEFINES)) LOCAL_LDLIBS := -llog -- 2.39.2