Skip to content

Commit

Permalink
Added more image formats to the Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 10, 2011
1 parent 5adf09b commit 1ac30c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Android.mk
Expand Up @@ -5,7 +5,9 @@ include $(CLEAR_VARS)
LOCAL_MODULE := SDL_image

LOCAL_CFLAGS := -I$(LOCAL_PATH)/../jpeg -I$(LOCAL_PATH)/../png -I$(LOCAL_PATH)/../SDL/include \
-DLOAD_PNG -DLOAD_JPG -DLOAD_GIF -DLOAD_BMP
-DLOAD_JPG -DLOAD_PNG -DLOAD_BMP -DLOAD_GIF -DLOAD_LBM \
-DLOAD_PCX -DLOAD_PNM -DLOAD_TGA -DLOAD_XCF -DLOAD_XPM \
-DLOAD_XV

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

Expand Down

0 comments on commit 1ac30c5

Please sign in to comment.