More fixes to compilation

This commit is contained in:
pelya
2010-10-26 14:55:22 +03:00
parent ac4aca37d3
commit 211fb3e285
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ common_SRC_FILES := \
common_CFLAGS := ## -fomit-frame-pointer
common_C_INCLUDES += -I$(LOCAL_PATH)/include
common_C_INCLUDES += $(LOCAL_PATH)/include
# For the host
# =====================================================

View File

@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := sdl_image
LOCAL_CFLAGS := -I$(LOCAL_PATH) -I$(LOCAL_PATH)/../jpeg -I$(LOCAL_PATH)/../png -I$(LOCAL_PATH)/../sdl-$(SDL_VERSION)/include -I$(LOCAL_PATH)/include \
LOCAL_CFLAGS := -I$(LOCAL_PATH) -I$(LOCAL_PATH)/../jpeg/include -I$(LOCAL_PATH)/../png/include -I$(LOCAL_PATH)/../sdl-$(SDL_VERSION)/include -I$(LOCAL_PATH)/include \
-DLOAD_PNG -DLOAD_JPG -DLOAD_GIF -DLOAD_BMP
LOCAL_CPP_EXTENSION := .cpp