Skip to content

Commit dcc2509

Browse files
committed
macbuild.sh: update ffmpeg version to ffmpeg@7
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent a52518f commit dcc2509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/macbuild.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
set -Eeo pipefail -x
33

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

99
# build zita-resampler
1010
git clone https://github.com/swesterfeld/zita-resampler

0 commit comments

Comments
 (0)