summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Dewender2016-05-06 11:11:16 +0200
committerJohannes Dewender2016-05-06 11:11:16 +0200
commitc8b5d9c928ed1fffa1b6313b52d84ccc1830687e (patch)
treeeb397e9bda5fe3c6698aa4aa328dd4b280eb42d3 /PKGBUILD
parent1874684907ce048560dcf19e9e1ff96a36b577f0 (diff)
downloadaur-c8b5d9c928ed1fffa1b6313b52d84ccc1830687e.tar.gz
re-enable libvpx.so dependency
now provided by latest package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0e61f7a79a0..f63c13888bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbasename=ffmpeg
pkgname=lib32-$_pkgbasename
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"
arch=('x86_64')
@@ -26,7 +26,7 @@ depends=("$_pkgbasename"
'lib32-xvidcore' 'lib32-zlib'
'lib32-libvorbis' 'libvorbis.so' 'libvorbisenc.so'
'lib32-libx264' 'libx264.so'
- 'lib32-libvpx' #'libvpx.so' # see https://bugs.archlinux.org/task/49043
+ 'lib32-libvpx' 'libvpx.so'
)
makedepends=('hardening-wrapper' 'lib32-ladspa' 'yasm')
optdepends=('lib32-ladspa: LADSPA filters')