summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Suchan2019-11-24 21:12:16 +0100
committerRoland Suchan2019-11-24 21:12:16 +0100
commitd33a4d4d77ba63792a89e7eb4a33acd3b21996de (patch)
tree5ced700ca97612162de37212a5343afa50be6066
parentca059a265b69c14bcf74638341e1ddd8992abe1a (diff)
downloadaur-d33a4d4d77ba63792a89e7eb4a33acd3b21996de.tar.gz
initial version of ffmpeg063-static
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42477ec28876..e84fa95c2203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ pkgdesc='Complete solution to record, convert and stream audio and video'
arch=('i686' 'x86_64')
url='https://ffmpeg.org/'
license=('GPL2')
-depends=()
+depends=(
+ 'bzip2'
+)
provides=(
'libavcodec.so'
'libavdevice.so'