[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Jan 13 19:19:47 UTC 2016


    Date: Wednesday, January 13, 2016 @ 20:19:47
  Author: alucryd
Revision: 258176

FS#47738: ffmpeg 1:2.8.4-3

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-13 18:16:08 UTC (rev 258175)
+++ PKGBUILD	2016-01-13 19:19:47 UTC (rev 258176)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=2.8.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -71,7 +71,8 @@
     --enable-libxvid \
     --enable-shared \
     --enable-version3 \
-    --enable-x11grab
+    --enable-x11grab \
+    --disable-demuxer='hls' --disable-protocol='concat,hls' # FS#47738
 
   make
   make tools/qt-faststart



More information about the arch-commits mailing list