diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-14 18:38:23 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-14 18:38:23 +0200 |
commit | cd417c06e24a6e0eb4a694ac83f40ef5b763ed82 (patch) | |
tree | 11c29b42fe7dccaedcf0bdf9e1ebd0e0bc39cf71 /installer | |
parent | f399f23566d91a7bcd66edb90411429ab06175fe (diff) | |
download | mmbtools-aux-cd417c06e24a6e0eb4a694ac83f40ef5b763ed82.tar.gz mmbtools-aux-cd417c06e24a6e0eb4a694ac83f40ef5b763ed82.tar.bz2 mmbtools-aux-cd417c06e24a6e0eb4a694ac83f40ef5b763ed82.zip |
debian installer: Add FAAD dependency for etisnoop
Diffstat (limited to 'installer')
-rw-r--r-- | installer/debian.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index d562e0d..a9ada7d 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -101,7 +101,8 @@ sudo apt-get -y install build-essential git wget \ ncdu vim ntp links cpufrequtils \ libfftw3-dev \ libmagickwand-dev \ - libvlc-dev vlc-nox + libvlc-dev vlc-nox \ + libfaad2 libfaad-dev # this will install boost, cmake and a lot more sudo apt-get -y build-dep uhd |