-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Updated sdl2_mixer version to 2.0.4 #1742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 22 additions & 26 deletions
48
pythonforandroid/recipes/sdl2_mixer/toggle_modplug_mikmod_smpeg_ogg.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
--- orig/Android.mk 2016-01-03 07:15:57.000000000 +0100 | ||
+++ patch/Android.mk 2016-04-15 21:28:55.169697882 +0200 | ||
@@ -6,22 +6,22 @@ | ||
|
||
--- orig/Android.mk 2018-10-31 15:58:59.000000000 +0100 | ||
+++ patched/Android.mk 2019-03-08 12:11:35.271258500 +0100 | ||
@@ -3,7 +3,7 @@ | ||
|
||
|
||
# Enable this if you want to support loading FLAC music with libFLAC | ||
-SUPPORT_FLAC ?= true | ||
+SUPPORT_FLAC := false | ||
FLAC_LIBRARY_PATH := external/flac-1.3.2 | ||
|
||
# Enable this if you want to support loading OGG Vorbis music via Tremor | ||
@@ -12,11 +12,11 @@ | ||
VORBIS_LIBRARY_PATH := external/libvorbisidec-1.2.1 | ||
|
||
# Enable this if you want to support loading MP3 music via MPG123 | ||
-SUPPORT_MP3_MPG123 ?= true | ||
+SUPPORT_MP3_MPG123 := false | ||
MPG123_LIBRARY_PATH := external/mpg123-1.25.6 | ||
|
||
# Enable this if you want to support loading MOD music via modplug | ||
# The library path should be a relative path to this directory. | ||
-SUPPORT_MOD_MODPLUG ?= true | ||
+SUPPORT_MOD_MODPLUG := false | ||
MODPLUG_LIBRARY_PATH := external/libmodplug-0.8.8.4 | ||
|
||
# Enable this if you want to support loading MOD music via mikmod | ||
# The library path should be a relative path to this directory. | ||
-SUPPORT_MOD_MIKMOD ?= true | ||
+SUPPORT_MOD_MIKMOD := false | ||
MIKMOD_LIBRARY_PATH := external/libmikmod-3.1.12 | ||
|
||
# Enable this if you want to support loading MP3 music via SMPEG | ||
# The library path should be a relative path to this directory. | ||
-SUPPORT_MP3_SMPEG ?= true | ||
+SUPPORT_MP3_SMPEG := false | ||
misl6 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
SMPEG_LIBRARY_PATH := external/smpeg2-2.0.0 | ||
|
||
# Enable this if you want to support loading OGG Vorbis music via Tremor | ||
# The library path should be a relative path to this directory. | ||
-SUPPORT_OGG ?= true | ||
+SUPPORT_OGG := true | ||
OGG_LIBRARY_PATH := external/libogg-1.3.1 | ||
VORBIS_LIBRARY_PATH := external/libvorbisidec-1.2.1 | ||
|
||
MODPLUG_LIBRARY_PATH := external/libmodplug-0.8.9.0 | ||
|
||
# Enable this if you want to support TiMidity |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.