mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 19:24:07 +02:00
Updated SDL2 to the 2.0.4 release version
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ LOCAL_C_INCLUDES := \
|
||||
${LOCAL_PATH}/src/modules \
|
||||
${LOCAL_PATH}/src/libraries/ \
|
||||
${LOCAL_PATH}/src/libraries/enet/libenet/include \
|
||||
${LOCAL_PATH}/../SDL2-2.0.3/include \
|
||||
${LOCAL_PATH}/../SDL2-2.0.4/include \
|
||||
${LOCAL_PATH}/../jasper-1.900.1/src/libjasper/include \
|
||||
${LOCAL_PATH}/../libmng-1.0.10/ \
|
||||
${LOCAL_PATH}/../lcms2-2.5/include \
|
||||
@@ -107,7 +107,7 @@ LOCAL_STATIC_LIBRARIES := libphysfs libvorbis libogg libtheora libmodplug libfre
|
||||
# $(info liblove: include dirs $(LOCAL_C_INCLUDES))
|
||||
# $(info liblove: src files $(LOCAL_SRC_FILES))
|
||||
|
||||
SDL_PATH := ../SDL2-2.0.3
|
||||
SDL_PATH := ../SDL2-2.0.4
|
||||
LOCAL_SRC_FILES += $(SDL_PATH)/src/main/android/SDL_android_main.c
|
||||
LOCAL_LDLIBS := -lz -lGLESv1_CM -lGLESv2 -ldl -landroid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user