summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-10-01 22:46:59 -0300
committerBermond2016-10-01 22:46:59 -0300
commit200b7745d85269a3a810c82d01740a503a84066c (patch)
treeaab71fe5faa715a08108137e89ae974bb84e8fe3 /PKGBUILD
parentbde4bc6e5fb1d962101f3fd91adeffa75c9462ad (diff)
downloadaur-200b7745d85269a3a810c82d01740a503a84066c.tar.gz
Removed libfaac (removed from upstream)
libfaac was removed in the following upstream git commit: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=dc0f711459e0c682bf9f94ba38d26736e90cff45
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f43b5fb015d6..148023083bb6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
# intel-media-sdk (experimental Intel QSV support only for x86_64)
pkgname=ffmpeg-full-git
-pkgver=N.81765.gbd9e425
+pkgver=N.81857.g635a89b
pkgrel=1
pkgdesc="Record, convert and stream audio and video (Git version with all possible libs)"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ license=('GPL3' 'custom:UNREDISTRIBUTABLE')
depends=(
'alsa-lib' 'zlib' 'bzip2' 'libpng' 'chromaprint-fftw' 'fontconfig' 'frei0r-plugins'
'libgcrypt' 'gmp' 'gnutls' 'glibc' 'ladspa' 'libass' 'libbluray' 'libbs2b' 'libcaca' 'celt'
- 'libcdio-paranoia' 'libdc1394' 'libebur128' 'faac' 'libfdk-aac' 'flite-fpic' 'freetype2'
+ 'libcdio-paranoia' 'libdc1394' 'libebur128' 'libfdk-aac' 'flite-fpic' 'freetype2'
'fribidi' 'libgme' 'gsm' 'libiec61883' 'libilbc' 'kvazaar' 'libmodplug' 'lame' 'netcdf'
'nut-multimedia-git' 'opencore-amr' 'opencv' 'openh264' 'openjpeg' 'libopenmpt-svn' 'opus'
'pulseaudio' 'rubberband' 'rtmpdump' 'schroedinger' 'shine' 'smbclient' 'libavc1394'
@@ -131,7 +131,6 @@ build() {
--enable-libcdio \
--enable-libdc1394 \
--enable-libebur128 \
- --enable-libfaac \
--enable-libfdk-aac \
--enable-libflite \
--enable-fontconfig \