Skip to content

Commit

Permalink
MISC: try ffmpeg build on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Jun 7, 2024
1 parent 4aff058 commit a02717c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion misc/macbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -Eeo pipefail -x

# install dependencies
brew install autoconf-archive automake libsndfile fftw mpg123 libgcrypt libtool
brew install autoconf-archive automake libsndfile fftw mpg123 libgcrypt libtool ffmpeg

# build zita-resampler
git clone https://github.com/swesterfeld/zita-resampler
Expand All @@ -15,3 +15,8 @@ export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
./autogen.sh
make
make check
# build audiowmark with ffmpeg support
make clean
./autogen.sh --with-ffmpeg
make
make check

0 comments on commit a02717c

Please sign in to comment.