Skip to content

Commit

Permalink
Update internal source paths for mpg123-1.32.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Moody committed Jul 17, 2024
1 parent e5677e6 commit 90dad28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export OPUS_CFLAGS="-I$(pwd)/opus-$OPUSVERSION/include/"
export OPUS_LIBS="-L$(pwd)/opus-$OPUSVERSION/.libs/ -lopus"
export LAME_CFLAGS="-I$(pwd)/lame-$LAMEVERSION/include/"
export LAME_LIBS="-L$(pwd)/lame-$LAMEVERSION/libmp3lame/.libs/"
export MPG123_CFLAGS="-I$(pwd)/mpg123-$MPG123VERSION/src/libmpg123/ $LAME_CFLAGS"
export MPG123_CFLAGS="-I$(pwd)/mpg123-$MPG123VERSION/src/include/ $LAME_CFLAGS"
export MPG123_LIBS="-L$(pwd)/mpg123-$MPG123VERSION/src/libmpg123/.libs/ -lmpg123 -lmp3lame $LAME_LIBS"

# add some global flags that libsndfile's compile script doesn't pick up
Expand Down
2 changes: 1 addition & 1 deletion mac_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export OPUS_INCLUDE="$(pwd)/opus-$OPUSVERSION"
export OPUS_LIBS="$(pwd)/opus-$OPUSVERSION/.libs/libopus.a"
export MP3LAME_INCLUDE="$(pwd)/lame-$LAMEVERSION"
export MP3LAME_LIBS="$(pwd)/lame-$LAMEVERSION/libmp3lame/.libs/libmp3lame.a"
export MPG123_INCLUDE="$(pwd)/mpg123-$MPG123VERSION/src/libmpg123"
export MPG123_INCLUDE="$(pwd)/mpg123-$MPG123VERSION/src/include"
export MPG123_LIBS="$(pwd)/mpg123-$MPG123VERSION/src/libmpg123/.libs/libmpg123.a"

curl -LO https://github.com/libsndfile/libsndfile/releases/download/$SNDFILE_VERSION/libsndfile-$SNDFILE_VERSION.tar.xz
Expand Down

0 comments on commit 90dad28

Please sign in to comment.