Skip to content

Commit

Permalink
increments version numbers for libsndfile 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Bechtold committed Dec 10, 2023
1 parent f1655ba commit ae45518
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions linux_build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
OGGVERSION=1.3.5
VORBISVERSION=1.3.7
FLACVERSION=1.4.2
OPUSVERSION=1.3.1
MPG123VERSION=1.30.2
FLACVERSION=1.4.3
OPUSVERSION=1.4
MPG123VERSION=1.32.3
LAMEVERSION=3.100
SNDFILE_VERSION=1.2.0
SNDFILE_VERSION=1.2.2

JOBS=8
SNDFILENAME=libsndfile-$SNDFILE_VERSION
Expand Down Expand Up @@ -45,7 +45,7 @@ cd ..

# libopus

curl -LO https://archive.mozilla.org/pub/opus/opus-$OPUSVERSION.tar.gz
curl -LO https://downloads.xiph.org/releases/opus/opus-$OPUSVERSION.tar.gz
tar xvf opus-$OPUSVERSION.tar.gz
cd opus-$OPUSVERSION
./configure --disable-shared
Expand Down
10 changes: 5 additions & 5 deletions mac_build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
OGGVERSION=1.3.5
VORBISVERSION=1.3.7
FLACVERSION=1.4.2
OPUSVERSION=1.3.1
MPG123VERSION=1.30.2
FLACVERSION=1.4.3
OPUSVERSION=1.4
MPG123VERSION=1.32.3
LAMEVERSION=3.100
SNDFILE_VERSION=1.2.0
SNDFILE_VERSION=1.2.2

JOBS=8
SNDFILENAME=libsndfile-$SNDFILE_VERSION
Expand Down Expand Up @@ -53,7 +53,7 @@ cd ..

# libopus

curl -LO https://archive.mozilla.org/pub/opus/opus-$OPUSVERSION.tar.gz
curl -LO https://downloads.xiph.org/releases/opus/opus-$OPUSVERSION.tar.gz
tar zxvf opus-$OPUSVERSION.tar.gz
cd opus-$OPUSVERSION
ln -sf include opus
Expand Down

0 comments on commit ae45518

Please sign in to comment.