extra/ffmpeg to 4.2-2

This commit is contained in:
Kevin Mihelich 2019-08-06 22:57:29 +00:00
parent c10576f13a
commit 733729daaf

View file

@ -11,7 +11,7 @@
pkgname=ffmpeg pkgname=ffmpeg
pkgver=4.2 pkgver=4.2
pkgrel=1 pkgrel=2
epoch=1 epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video' pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64) arch=(x86_64)
@ -30,6 +30,7 @@ depends=(
libass.so libass.so
libavc1394 libavc1394
libbluray.so libbluray.so
libdav1d.so
libdrm libdrm
libfreetype.so libfreetype.so
libiec61883 libiec61883
@ -102,6 +103,7 @@ build() {
--enable-ladspa \ --enable-ladspa \
--enable-libass \ --enable-libass \
--enable-libbluray \ --enable-libbluray \
--enable-libdav1d \
--enable-libdrm \ --enable-libdrm \
--enable-libfreetype \ --enable-libfreetype \
--enable-libfribidi \ --enable-libfribidi \