summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrancoism902019-08-07 10:53:51 +0200
committerfrancoism902019-08-07 10:53:51 +0200
commit27551663d2f42e703ed74dd3bd18e5ae7d6348ae (patch)
tree8f852478060bd2755adc05b9cbd7eedabb0325ff /PKGBUILD
parent3e417ec420950cba7c8fcfbeeb44f8722ff7848f (diff)
downloadaur-27551663d2f42e703ed74dd3bd18e5ae7d6348ae.tar.gz
updpkg: 4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad1b1ae2d635..15ad5bc77838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
_srcname=ffmpeg
pkgname=ffmpeg-qsv
-pkgver=4.1.4
-pkgrel=3
+pkgver=4.2
+pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)'
arch=(x86_64)
url='https://www.ffmpeg.org/'
@@ -30,6 +30,7 @@ depends=(
libass.so
libavc1394
libbluray.so
+ libdav1d.so
libdrm
libfreetype.so
libiec61883
@@ -115,6 +116,7 @@ build() {
--enable-libaom \
--enable-libass \
--enable-libbluray \
+ --enable-libdav1d \
--enable-libdrm \
--enable-libfreetype \
--enable-libfribidi \