Skip to content

Commit 9f4973f

Browse files
committed
Android.mk: disable libgme option by default.
(cherry picked from commit c9178dd)
1 parent c1dd49c commit 9f4973f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Android.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SUPPORT_WAVPACK ?= true
3131
WAVPACK_LIBRARY_PATH := external/wavpack
3232

3333
# Enable this if you want to support loading music via libgme
34-
SUPPORT_GME ?= true
34+
SUPPORT_GME ?= false
3535
GME_LIBRARY_PATH := external/libgme
3636

3737
# Enable this if you want to support loading MOD music via XMP-lite
@@ -92,7 +92,6 @@ LOCAL_C_INCLUDES := \
9292
$(LOCAL_PATH)/src/ \
9393
$(LOCAL_PATH)/src/codecs \
9494

95-
9695
LOCAL_SRC_FILES := \
9796
$(subst $(LOCAL_PATH)/,, \
9897
$(wildcard $(LOCAL_PATH)/src/*.c) \

0 commit comments

Comments
 (0)