Commit cb7b119b authored by Stefan Westerfeld's avatar Stefan Westerfeld

MISC: build zita-resampler in macbuild.sh

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 78f24e7e
#!/bin/bash
set -Eeuo pipefail -x
# install dependencies
brew install autoconf-archive automake libsndfile fftw mpg123 libgcrypt
# build zita-resampler
git clone https://github.com/digital-stage/zita-resampler
cd zita-resampler
cmake .
make install
cd ..
# build audiowmark
./autogen.sh
make
make check
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment