summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 051dccfcea20..329f20b0086c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Oct 24 17:18:07 UTC 2017
+# Tue Oct 24 18:27:45 UTC 2017
pkgbase = ffmpeg-full-git
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
pkgver = 3.4.r87867.g0655810072
- pkgrel = 2
+ pkgrel = 3
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8427551d73b4..52a4ac8a3452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=ffmpeg-full-git
pkgver=3.4.r87867.g0655810072
-pkgrel=2
+pkgrel=3
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -113,7 +113,6 @@ build() {
--enable-gmp \
--enable-gnutls \
--enable-iconv \
- --enable-jack \
--enable-ladspa \
--enable-libass \
--enable-libbluray \
@@ -131,6 +130,7 @@ build() {
--enable-libgsm \
--enable-libiec61883 \
--enable-libilbc \
+ --enable-libjack \
--enable-libkvazaar \
--enable-libmodplug \
--enable-libmp3lame \