Fix FFmpeg vulnerability

See http://www.mail-archive.com/arch-dev-public@archlinux.org/msg24095.html
This commit is contained in:
Iacopo Isimbaldi
2016-01-13 21:54:16 +01:00
parent b0f032790a
commit 19b02153a3
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -11,7 +11,7 @@
pkgname=ffmpeg-full
pkgver=2.8.4
pkgrel=1
pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with all options)'
arch=('i686' 'x86_64')
@@ -127,7 +127,8 @@ build() {
--enable-runtime-cpudetect \
--enable-swresample \
--enable-vdpau \
--enable-version3
--enable-version3 \
--disable-demuxer='hls' --disable-protocol='concat,hls' # FS#47738
make
make tools/qt-faststart