summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2016-01-14 19:23:31 +1100
committerDaniel Tobias2016-01-14 19:23:31 +1100
commit305df2213c6b3e2c4f4797ec004ca5b9f043ba9a (patch)
treed0ec70f1c943988a2aa06a2cad3b3552376beed6
parent2b6022c6cab5e03ff44821a88c9cd47133fc78eb (diff)
downloadaur-305df2213c6b3e2c4f4797ec004ca5b9f043ba9a.tar.gz
as of december 2015 ffmpeg internal aac encoder/decoder is no longer experimental and is recomemded over libfdk_aac, there is no support for HE-AAC yet
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba6ee3f018fa..f5561084d353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ depends=('bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
'libbluray' 'libmodplug' 'libtheora' 'libwebp' 'opencore-amr'
'openjpeg' 'opus' 'schroedinger' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
- 'rtmpdump' 'libfdk-aac')
+ 'rtmpdump')
makedepends=('hardening-wrapper' 'yasm')
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
@@ -65,11 +65,9 @@ build() {
--enable-libxvid \
--enable-shared \
--enable-version3 \
- --enable-libfdk_aac \
--enable-librtmp \
--enable-runtime-cpudetect \
--enable-swresample \
- --enable-nonfree \
--disable-demuxer='hls' --disable-protocol='concat,hls' # FS#47738
make