Skip to content

Commit

Permalink
The SDL library is uppercased
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 10, 2011
1 parent 3775b8c commit bb80946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -4,7 +4,7 @@ include $(CLEAR_VARS)

LOCAL_MODULE := SDL_image

LOCAL_CFLAGS := -I$(LOCAL_PATH)/../jpeg -I$(LOCAL_PATH)/../png -I$(LOCAL_PATH)/../sdl/include \
LOCAL_CFLAGS := -I$(LOCAL_PATH)/../jpeg -I$(LOCAL_PATH)/../png -I$(LOCAL_PATH)/../SDL/include \
-DLOAD_PNG -DLOAD_JPG -DLOAD_GIF -DLOAD_BMP

LOCAL_SRC_FILES := $(notdir $(wildcard $(LOCAL_PATH)/*.c))
Expand Down

0 comments on commit bb80946

Please sign in to comment.