We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dd49c commit 9f4973fCopy full SHA for 9f4973f
Android.mk
@@ -31,7 +31,7 @@ SUPPORT_WAVPACK ?= true
31
WAVPACK_LIBRARY_PATH := external/wavpack
32
33
# Enable this if you want to support loading music via libgme
34
-SUPPORT_GME ?= true
+SUPPORT_GME ?= false
35
GME_LIBRARY_PATH := external/libgme
36
37
# Enable this if you want to support loading MOD music via XMP-lite
@@ -92,7 +92,6 @@ LOCAL_C_INCLUDES := \
92
$(LOCAL_PATH)/src/ \
93
$(LOCAL_PATH)/src/codecs \
94
95
-
96
LOCAL_SRC_FILES := \
97
$(subst $(LOCAL_PATH)/,, \
98
$(wildcard $(LOCAL_PATH)/src/*.c) \
0 commit comments