summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-11-28 02:17:34 +0100
committersl1pkn072015-11-28 02:17:34 +0100
commit8c271c9e12099800cac23f7c609f91c6edf78d61 (patch)
tree2f0d8373daa6910be348d19fd663a5a3bff14ce2 /PKGBUILD
parent704378c4c1d429cdf4a717169b04f81d49d214e9 (diff)
downloadaur-8c271c9e12099800cac23f7c609f91c6edf78d61.tar.gz
Update depends=()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22bf37a4752e..6bb40ebcd025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=167435'
license=('LGPL')
depends=('vapoursynth'
- 'ffmpeg'
+ 'libavformat.so'
+ 'libavcodec.so'
+ 'libswscale.so'
'liblsmash.so'
)
makedepends=('git')