File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
pythonforandroid/recipes/sdl2_mixer Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
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 @@
5
5
6
6
7
7
# Enable this if you want to support loading FLAC music with libFLAC
8
- - SUPPORT_FLAC ? = false
8
+ - SUPPORT_FLAC : = false
9
9
+ SUPPORT_FLAC ?= true
10
10
FLAC_LIBRARY_PATH := external/flac-1.3.2
11
11
12
12
# Enable this if you want to support loading OGG Vorbis music via Tremor
13
- - SUPPORT_OGG ?= false
13
+ - SUPPORT_OGG := true
14
14
+ SUPPORT_OGG ?= true
15
15
OGG_LIBRARY_PATH := external/libogg-1.3.2
16
16
VORBIS_LIBRARY_PATH := external/libvorbisidec-1.2.1
17
17
18
18
# Enable this if you want to support loading MP3 music via MPG123
19
- - SUPPORT_MP3_MPG123 ? = false
19
+ - SUPPORT_MP3_MPG123 : = false
20
20
+ SUPPORT_MP3_MPG123 ?= true
21
21
MPG123_LIBRARY_PATH := external/mpg123-1.25.6
22
22
23
23
# Enable this if you want to support loading MOD music via modplug
24
- - SUPPORT_MOD_MODPLUG ? = false
24
+ - SUPPORT_MOD_MODPLUG : = false
25
25
+ SUPPORT_MOD_MODPLUG ?= true
26
26
MODPLUG_LIBRARY_PATH := external/libmodplug-0.8.9.0
27
27
28
28
# Enable this if you want to support TiMidity
29
- - SUPPORT_MID_TIMIDITY ?= false
30
- + SUPPORT_MID_TIMIDITY ?= true
31
- TIMIDITY_LIBRARY_PATH := timidity
You can’t perform that action at this time.
0 commit comments