Revert "enable mediabus-fdk-aac (#2371)"

This reverts commit df448c7a66.
This commit is contained in:
Jens Petersen 2017-03-31 23:30:45 +09:00
parent 405c5e125a
commit ecaf77d475
2 changed files with 5 additions and 5 deletions

View File

@ -1786,7 +1786,7 @@ packages:
- type-spec
- pretty-types
- mediabus
- mediabus-fdk-aac
#- mediabus-fdk-aac # needs non-free libfdk-aac-dev
- mediabus-rtp
# "Will Thompson <will@willthompson.co.uk> @wjt":

View File

@ -183,7 +183,7 @@ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \
&& apt-get update \
&& apt-get install -y llvm-4.0
# non-free repo
apt-add-repository multiverse \
&& apt-get update \
&& apt-get install -y libfdk-aac-dev
## non-free repo for mediabus-fdk-aac
#apt-add-repository multiverse \
# && apt-get update \
# && apt-get install -y libfdk-aac-dev