diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-14 14:55:14 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-14 14:55:14 +0100 |
commit | cc73daa89163af212ca0b19a8a69bcf5661a0957 (patch) | |
tree | 194ff06dfdb24b743b9bd711f90b6a0902a3ef45 | |
parent | 59c4f7fb0e2d0ca43ff2ea0dcb9671cc3fd69ba9 (diff) | |
download | mmbtools-aux-cc73daa89163af212ca0b19a8a69bcf5661a0957.tar.gz mmbtools-aux-cc73daa89163af212ca0b19a8a69bcf5661a0957.tar.bz2 mmbtools-aux-cc73daa89163af212ca0b19a8a69bcf5661a0957.zip |
debian installer script uses fdk-aac-dabplus master branch
-rw-r--r-- | installer/debian.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index ca43b17..34a2106 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -148,7 +148,6 @@ popd echo -e "$GREEN Compiling fdk-aac-dabplus $NORMAL" git clone https://github.com/Opendigitalradio/fdk-aac-dabplus.git pushd fdk-aac-dabplus -git checkout v0.2.1 ./bootstrap ./configure make |