summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-09-03 21:43:07 -0300
committerDaniel Bermond2017-09-03 21:43:07 -0300
commitc3a206305238d122ff61870ec4393eaa6667d274 (patch)
treebcb87f2c7fca8cd7ab7c94f87c7a6b02bd859a89 /PKGBUILD
parentc4ce559733c20922619d232da0f0cdb9b2d6dfb7 (diff)
downloadaur-c3a206305238d122ff61870ec4393eaa6667d274.tar.gz
New upstream options: --enable-alsa, --enable-jack and --enable-sndio
ALSA, JACK and sndio audio backends were already enabled in the build. These new upstream options now only makes a strict specification of them. References ---------- http://git.videolan.org/?p=ffmpeg.git;a=commit;h=b447629093d75f18d0a8fc44ec768022322b2182 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=b7fbb3516a99ebfa511143bdd8f63d8bd0d89385 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=e090e750bac863f066515cff6fd363c157ea3c21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8496e69905ef..2c1c949c8b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# and add '--enable-libndi_newtek' to the configure options.
pkgname=ffmpeg-full-git
-pkgver=3.4.r87070.ge0436ddaa4
-pkgrel=2
+pkgver=3.4.r87188.gf3c0f34f53
+pkgrel=1
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/'
@@ -104,6 +104,7 @@ build() {
--enable-gray \
--enable-avresample \
\
+ --enable-alsa \
--enable-avisynth \
--enable-bzlib \
--enable-chromaprint \
@@ -112,6 +113,7 @@ build() {
--enable-gmp \
--enable-gnutls \
--enable-iconv \
+ --enable-jack \
--enable-ladspa \
--enable-libass \
--enable-libbluray \
@@ -178,6 +180,7 @@ build() {
--enable-opencl \
--enable-opengl \
--enable-openssl \
+ --enable-sndio \
--enable-sdl2 \
--enable-xlib \
--enable-zlib \