Skip to content

Commit c9178dd

Browse files
committed
Android.mk: disable libgme option by default.
1 parent 30c1301 commit c9178dd

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
@@ -91,7 +91,6 @@ LOCAL_C_INCLUDES := \
9191
$(LOCAL_PATH)/src/ \
9292
$(LOCAL_PATH)/src/codecs \
9393

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

0 commit comments

Comments
 (0)