Skip to content

Commit 874c92c

Browse files
committed
Reverting flags to original state
1 parent ac72720 commit 874c92c

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
diff -Naur SDL2_mixer/Android.mk SDL2_mixer-1/Android.mk
2-
--- SDL2_mixer/Android.mk 2019-03-07 16:14:49.468477800 +0100
3-
+++ SDL2_mixer-1/Android.mk 2019-03-07 16:10:22.371142900 +0100
4-
@@ -3,24 +3,24 @@
2+
--- SDL2_mixer/Android.mk 2019-03-07 21:07:42.149457400 +0100
3+
+++ SDL2_mixer-1/Android.mk 2019-03-07 21:05:06.851338800 +0100
4+
@@ -3,20 +3,20 @@
55

66

77
# Enable this if you want to support loading FLAC music with libFLAC
8-
-SUPPORT_FLAC ?= false
8+
-SUPPORT_FLAC := false
99
+SUPPORT_FLAC ?= true
1010
FLAC_LIBRARY_PATH := external/flac-1.3.2
1111

1212
# Enable this if you want to support loading OGG Vorbis music via Tremor
13-
-SUPPORT_OGG ?= false
13+
-SUPPORT_OGG := true
1414
+SUPPORT_OGG ?= true
1515
OGG_LIBRARY_PATH := external/libogg-1.3.2
1616
VORBIS_LIBRARY_PATH := external/libvorbisidec-1.2.1
1717

1818
# Enable this if you want to support loading MP3 music via MPG123
19-
-SUPPORT_MP3_MPG123 ?= false
19+
-SUPPORT_MP3_MPG123 := false
2020
+SUPPORT_MP3_MPG123 ?= true
2121
MPG123_LIBRARY_PATH := external/mpg123-1.25.6
2222

2323
# Enable this if you want to support loading MOD music via modplug
24-
-SUPPORT_MOD_MODPLUG ?= false
24+
-SUPPORT_MOD_MODPLUG := false
2525
+SUPPORT_MOD_MODPLUG ?= true
2626
MODPLUG_LIBRARY_PATH := external/libmodplug-0.8.9.0
2727

2828
# Enable this if you want to support TiMidity
29-
-SUPPORT_MID_TIMIDITY ?= false
30-
+SUPPORT_MID_TIMIDITY ?= true
31-
TIMIDITY_LIBRARY_PATH := timidity

0 commit comments

Comments
 (0)