summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-10-24 16:27:50 -0200
committerDaniel Bermond2017-10-24 16:27:50 -0200
commit398c78cd4ec2b1d682757d0ede0edc98d956530a (patch)
treeebb2075f5e93ccd5c6e3d517cca96f8f07b7c2d9 /PKGBUILD
parent5fa7781fe4fe6e074af0eb34b24b0279efb2e94d (diff)
downloadaur-398c78cd4ec2b1d682757d0ede0edc98d956530a.tar.gz
Upstream option switch: --enable-jack to --enable-libjack
References ---------- http://git.videolan.org/?p=ffmpeg.git;a=commit;h=a2a7b02fbd9d96ff12280cfa03bbce6b8c797932
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 \