diff options
author | Max Kellermann <max@musicpd.org> | 2020-06-10 22:58:14 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-06-10 22:58:41 +0200 |
commit | c6a7f6dabc3509bf0a11dc6eafa89aaa8125b86c (patch) | |
tree | f324bb6643c65fc0e7d73a349f969c6e46a3b747 /python/build | |
parent | 96a273bf3ba60fdfb4faadfb716ebd0e57b346a7 (diff) | |
parent | 24741c5d065e1f0b575f4ba5472ce8066e5e141d (diff) |
Merge tag 'v0.21.24'
release v0.21.24
Diffstat (limited to 'python/build')
-rw-r--r-- | python/build/libs.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index c7b2250cd..e211a0107 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -135,6 +135,18 @@ wildmidi = CmakeProject( version='0.4.3', ) +gme = CmakeProject( + 'https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz', + 'aba34e53ef0ec6a34b58b84e28bf8cfbccee6585cebca25333604c35db3e051d', + 'lib/libgme.a', + [ + '-DBUILD_SHARED_LIBS=OFF', + '-DENABLE_UBSAN=OFF', + '-DZLIB_INCLUDE_DIR=OFF', + '-DSDL2_DIR=OFF', + ], +) + ffmpeg = FfmpegProject( 'http://ffmpeg.org/releases/ffmpeg-4.2.3.tar.xz', '9df6c90aed1337634c1fb026fb01c154c29c82a64ea71291ff2da9aacb9aad31', |