summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2015-12-25 20:04:14 -0700
committerKamran Mackey2015-12-25 20:04:14 -0700
commit4b934e1273ac7679f0c6b5848b2ad69226285f19 (patch)
treeed8d82e25787a929e76cdfae08bfc690ca005601
parentf5e2491ee5a65cc48320a4ef2e424a9058b3fcc0 (diff)
downloadaur-4b934e1273ac7679f0c6b5848b2ad69226285f19.tar.gz
Added back the libfdk-aac config option.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92d40590c48d..a40e4f3573e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 22 05:53:12 UTC 2015
+# Sat Dec 26 03:04:09 UTC 2015
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
- pkgver = r77433.c0f67e1
+ pkgver = r77492.f16e4a0
pkgrel = 1
url = http://ffmpeg.org/
arch = i686
@@ -45,6 +45,7 @@ pkgbase = ffmpeg-git
depends = libvpx.so
depends = libx264.so
depends = libx265.so
+ depends = libfdk-aac
optdepends = ladspa: LADSPA filters
provides = libavcodec.so
provides = libavdevice.so
diff --git a/PKGBUILD b/PKGBUILD
index 7e3b219ede54..65b21ff151ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
-pkgver=r77433.c0f67e1
+pkgver=r77492.f16e4a0
pkgrel=1
pkgdesc="Complete solution to record, convert and stream audio and video (git version)"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=(
'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus'
'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
- 'libvpx.so' 'libx264.so' 'libx265.so')
+ 'libvpx.so' 'libx264.so' 'libx265.so' 'libfdk-aac')
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
optdepends=('ladspa: LADSPA filters')
provides=(
@@ -48,6 +48,7 @@ build() {
--enable-libass \
--enable-libbluray \
--enable-libdcadec \
+ --enable-libfdk-aac \
--enable-libfreetype \
--enable-libfribidi \
--enable-libgsm \