Skip to content

Commit 083f55b

Browse files
authored
Merge pull request #767 from AndCycle/fix-gme
fix game-music-emu
2 parents 3095850 + dbe6019 commit 083f55b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cross_compile_ffmpeg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,8 +1447,8 @@ build_libmodplug() {
14471447

14481448
build_libgme() {
14491449
# 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
1450+
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
1451+
cd libgme-0.6.3
14521452
do_cmake_and_install "-DENABLE_UBSAN=0"
14531453
cd ..
14541454
}

0 commit comments

Comments
 (0)