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

Levente Polyak anthraxx at archlinux.org
Thu Aug 8 21:49:11 UTC 2019


    Date: Thursday, August 8, 2019 @ 21:49:10
  Author: anthraxx
Revision: 359351

upgpkg: ffmpeg 1:4.2-4 (re-enable dav1d for rebuild cycle)

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-08 21:38:14 UTC (rev 359350)
+++ PKGBUILD	2019-08-08 21:49:10 UTC (rev 359351)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -26,7 +26,7 @@
   libass.so
   libavc1394
   libbluray.so
-  #libdav1d.so
+  libdav1d.so
   libdrm
   libfreetype.so
   libiec61883
@@ -99,7 +99,7 @@
     --enable-libaom \
     --enable-libass \
     --enable-libbluray \
-    --disable-libdav1d \
+    --enable-libdav1d \
     --enable-libdrm \
     --enable-libfreetype \
     --enable-libfribidi \



More information about the arch-commits mailing list