summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2016-02-13 16:30:27 -0700
committerKamran Mackey2016-02-13 16:30:27 -0700
commit34d726bbdaee32d41ab2ca652b8407a21d5b2d64 (patch)
treefe28928c2d6edeb44569d6f269c0f18e9f104a0e
parent4b934e1273ac7679f0c6b5848b2ad69226285f19 (diff)
downloadaur-34d726bbdaee32d41ab2ca652b8407a21d5b2d64.tar.gz
Removed the libdcadec dep.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a40e4f3573e1..dd68bdd1c826 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Dec 26 03:04:09 UTC 2015
+# Sat Feb 13 23:29:52 UTC 2016
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
pkgver = r77492.f16e4a0
@@ -38,7 +38,6 @@ pkgbase = ffmpeg-git
depends = v4l-utils
depends = xvidcore
depends = zlib
- depends = libdcadec.so
depends = libvidstab.so
depends = libvorbis.so
depends = libvorbisenc.so
diff --git a/PKGBUILD b/PKGBUILD
index 65b21ff151ec..85c102673636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,8 @@ depends=(
'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora'
'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' 'libfdk-aac')
+ 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so' 'libfdk-aac')
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
optdepends=('ladspa: LADSPA filters')
provides=(
@@ -48,7 +48,7 @@ build() {
--enable-libass \
--enable-libbluray \
--enable-libdcadec \
- --enable-libfdk-aac \
+ --enable-libfdk-aac \
--enable-libfreetype \
--enable-libfribidi \
--enable-libgsm \