Skip to content

Commit

Permalink
macbuild.sh: update ffmpeg version to ffmpeg@7
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Dec 24, 2024
1 parent a52518f commit dcc2509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/macbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -Eeo pipefail -x

# install dependencies
brew install autoconf-archive automake libsndfile fftw mpg123 libgcrypt libtool ffmpeg@4
export PKG_CONFIG_PATH="$(brew --prefix ffmpeg@4)/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
export PATH="$(brew --prefix ffmpeg@4)/bin:$PATH"
brew install autoconf-archive automake libsndfile fftw mpg123 libgcrypt libtool ffmpeg@7
export PKG_CONFIG_PATH="$(brew --prefix ffmpeg@7)/lib/pkgconfig:${PKG_CONFIG_PATH:-}"
export PATH="$(brew --prefix ffmpeg@7)/bin:$PATH"

# build zita-resampler
git clone https://github.com/swesterfeld/zita-resampler
Expand Down

0 comments on commit dcc2509

Please sign in to comment.