Moved all includes from LOCAL_CFLAGS to LOCAL_C_INCLUDES so it will work in Cygwin
This commit is contained in:
@@ -28,9 +28,9 @@ else
|
||||
LOCAL_SRC_FILES += jidctint.c jidctfst.S
|
||||
endif
|
||||
|
||||
LOCAL_CFLAGS += -I$(LOCAL_PATH)/include -DAVOID_TABLES
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
LOCAL_CFLAGS += -DAVOID_TABLES
|
||||
LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
|
||||
#LOCAL_CFLAGS += -march=armv6j
|
||||
|
||||
LOCAL_MODULE:= jpeg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user