Skip to content

Commit a02717c

Browse files
committed
MISC: try ffmpeg build on macOS
Signed-off-by: Stefan Westerfeld <[email protected]>
1 parent 4aff058 commit a02717c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: misc/macbuild.sh

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -Eeo pipefail -x
33

44
# install dependencies
5-
brew install autoconf-archive automake libsndfile fftw mpg123 libgcrypt libtool
5+
brew install autoconf-archive automake libsndfile fftw mpg123 libgcrypt libtool ffmpeg
66

77
# build zita-resampler
88
git clone https://github.com/swesterfeld/zita-resampler
@@ -15,3 +15,8 @@ export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
1515
./autogen.sh
1616
make
1717
make check
18+
# build audiowmark with ffmpeg support
19+
make clean
20+
./autogen.sh --with-ffmpeg
21+
make
22+
make check

0 commit comments

Comments
 (0)