Skip to content

Commit 555f4d0

Browse files
committed
updated SDL2 to 2.0.5 release
1 parent 8dfc474 commit 555f4d0

File tree

933 files changed

+88043
-30540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

933 files changed

+88043
-30540
lines changed

Android.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LOCAL_SRC_FILES := \
3434
$(wildcard $(LOCAL_PATH)/src/loadso/dlopen/*.c) \
3535
$(wildcard $(LOCAL_PATH)/src/power/*.c) \
3636
$(wildcard $(LOCAL_PATH)/src/power/android/*.c) \
37-
$(wildcard $(LOCAL_PATH)/src/filesystem/dummy/*.c) \
37+
$(wildcard $(LOCAL_PATH)/src/filesystem/android/*.c) \
3838
$(wildcard $(LOCAL_PATH)/src/render/*.c) \
3939
$(wildcard $(LOCAL_PATH)/src/render/*/*.c) \
4040
$(wildcard $(LOCAL_PATH)/src/stdlib/*.c) \
@@ -44,7 +44,7 @@ LOCAL_SRC_FILES := \
4444
$(wildcard $(LOCAL_PATH)/src/timer/unix/*.c) \
4545
$(wildcard $(LOCAL_PATH)/src/video/*.c) \
4646
$(wildcard $(LOCAL_PATH)/src/video/android/*.c) \
47-
$(wildcard $(LOCAL_PATH)/src/test/*.c))
47+
$(wildcard $(LOCAL_PATH)/src/test/*.c))
4848

4949
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES
5050
LOCAL_LDLIBS := -ldl -lGLESv1_CM -lGLESv2 -llog -landroid
@@ -61,7 +61,7 @@ LOCAL_MODULE := SDL2_static
6161

6262
LOCAL_MODULE_FILENAME := libSDL2
6363

64-
LOCAL_SRC_FILES += $(LOCAL_PATH)/src/main/android/SDL_android_main.c
64+
LOCAL_SRC_FILES += $(subst $(LOCAL_PATH)/,,$(LOCAL_PATH)/src/main/android/SDL_android_main.c)
6565

6666
LOCAL_LDLIBS :=
6767
LOCAL_EXPORT_LDLIBS := -Wl,--undefined=Java_org_libsdl_app_SDLActivity_nativeInit -ldl -lGLESv1_CM -lGLESv2 -llog -landroid

BUGS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Bugs are now managed in the SDL bug tracker, here:
33

4-
http://bugzilla.libsdl.org/
4+
https://bugzilla.libsdl.org/
55

66
You may report bugs there, and search to see if a given issue has already
77
been reported, discussed, and maybe even fixed.

0 commit comments

Comments
 (0)