Skip to content

Commit

Permalink
MISC: macbuild.sh: use sudo for zita resampler make install
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
  • Loading branch information
swesterfeld committed Jun 7, 2024
1 parent 657c071 commit bbdb160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/macbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ brew install autoconf-archive automake libsndfile fftw mpg123 libgcrypt
git clone https://github.com/swesterfeld/zita-resampler
cd zita-resampler
cmake .
make install
sudo make install
cd ..

# build audiowmark
Expand Down

0 comments on commit bbdb160

Please sign in to comment.