We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52518f commit dcc2509Copy full SHA for dcc2509
misc/macbuild.sh
@@ -2,9 +2,9 @@
2
set -Eeo pipefail -x
3
4
# 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"
+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"
8
9
# build zita-resampler
10
git clone https://github.com/swesterfeld/zita-resampler
0 commit comments