summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKamran Mackey2015-12-20 03:34:42 -0700
committerKamran Mackey2015-12-20 03:34:42 -0700
commit64bda8d06d55438902b57fc28128a8d575902bea (patch)
tree3ad538690a0a4c7455b2b92a4dc4774dd8d32ea2 /PKGBUILD
parent0fe915b8e5fbc1283e6f37f69c0b9a9a4b9f84d3 (diff)
downloadaur-64bda8d06d55438902b57fc28128a8d575902bea.tar.gz
Oops. Added --enable-nonfree to the configure options.
Also updated the SRCINFO file. Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1a0f40a42f3..5d011a357e12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ffmpeg-git
pkgver=r77404.70f13ab
-pkgrel=1
+pkgrel=2
pkgdesc="Complete solution to record, convert and stream audio and video (git version)"
arch=('i686' 'x86_64')
license=('GPL')
@@ -68,6 +68,7 @@ build() {
--enable-libx264 \
--enable-libx265 \
--enable-libxvid \
+ --enable-nonfree \
--enable-shared \
--enable-version3 \
--enable-x11grab \