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.
2 parents 3095850 + dbe6019 commit 083f55bCopy full SHA for 083f55b
cross_compile_ffmpeg.sh
@@ -1447,8 +1447,8 @@ build_libmodplug() {
1447
1448
build_libgme() {
1449
# do_git_checkout https://bitbucket.org/mpyne/game-music-emu.git
1450
- download_and_unpack_file https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz
1451
- cd game-music-emu-0.6.3
+ download_and_unpack_file https://github.com/libgme/game-music-emu/releases/download/0.6.3/libgme-0.6.3-src.tar.gz libgme-0.6.3
+ cd libgme-0.6.3
1452
do_cmake_and_install "-DENABLE_UBSAN=0"
1453
cd ..
1454
}
0 commit comments