From 7a2530e136644b58ef511ffbd7bf44e9d0cb9916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Guilherme?= <75867486+Wolf3s@users.noreply.github.com> Date: Sat, 24 Jan 2026 10:05:41 -0300 Subject: [PATCH] Add libmpg123 --- build-cmakelibs.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-cmakelibs.sh b/build-cmakelibs.sh index 00d5d4b7..4efedd06 100755 --- a/build-cmakelibs.sh +++ b/build-cmakelibs.sh @@ -132,6 +132,9 @@ $FETCH pcre2-10.47 https://github.com/PCRE2Project/pcre2/ & $FETCH 11.0.0 https://github.com/leethomason/tinyxml2.git & +# Concrete hash for indicating the version of libmpg used +$FETCH 2eb4320e161247a15f991a30e7919902a3629f19 https://github.com/libsdl-org/mpg123.git & + # wait for fetch jobs to finish wait @@ -236,5 +239,7 @@ CFLAGS="-Wno-incompatible-pointer-types" build_ee pcre2 -DPCRE2_BUILD_PCRE2GREP= build_ee tinyxml2 -DBUILD_TESTS=OFF +build_ee mpg123/ports/cmake -DBUILD_PROGRAM=OFF + # Finish -cd .. +cd .. \ No newline at end of file