Date: Thursday, August 8, 2019 @ 21:38:05
  Author: anthraxx
Revision: 359349

upgpkg: ffmpeg 1:4.2-3 (deactivate dav1d for rebuild cycle)

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-08 21:01:47 UTC (rev 359348)
+++ PKGBUILD    2019-08-08 21:38:05 UTC (rev 359349)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2
-pkgrel=2
+pkgrel=3
 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 \
-    --enable-libdav1d \
+    --disable-libdav1d \
     --enable-libdrm \
     --enable-libfreetype \
     --enable-libfribidi \

Reply via email to