aboutsummaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-07-20 16:47:15 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-07-20 16:47:15 +0200
commitcf77b741f4e4746aca8248eac2e7d5d86e1e33e4 (patch)
treefc125854dafd87cd9b27d102a685a9d139e7aece /installer
parentdec11172ddd678e5b0d0f4b9704612d80c338f51 (diff)
downloadmmbtools-aux-cf77b741f4e4746aca8248eac2e7d5d86e1e33e4.tar.gz
mmbtools-aux-cf77b741f4e4746aca8248eac2e7d5d86e1e33e4.tar.bz2
mmbtools-aux-cf77b741f4e4746aca8248eac2e7d5d86e1e33e4.zip
compile fdk-aac-dabplus with jack
Diffstat (limited to 'installer')
-rw-r--r--installer/debian.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh
index e5ba82d..dd13451 100644
--- a/installer/debian.sh
+++ b/installer/debian.sh
@@ -162,7 +162,7 @@ echo -e "$GREEN Compiling fdk-aac-dabplus $NORMAL"
git clone https://github.com/Opendigitalradio/fdk-aac-dabplus.git
pushd fdk-aac-dabplus
./bootstrap
-./configure
+./configure --enable-jack
make
sudo make install
popd