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

Maxime Gauduin alucryd at archlinux.org
Tue Mar 16 08:05:30 UTC 2021


    Date: Tuesday, March 16, 2021 @ 08:05:30
  Author: alucryd
Revision: 410028

ffmpeg 2:4.3.2-2: add support for libzimg

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 07:33:09 UTC (rev 410027)
+++ PKGBUILD	2021-03-16 08:05:30 UTC (rev 410028)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.3.2
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -55,6 +55,7 @@
   libxml2
   libxv
   libxvidcore.so
+  libzimg.so
   opencore-amr
   openjpeg2
   opus
@@ -166,6 +167,7 @@
     --enable-libxcb \
     --enable-libxml2 \
     --enable-libxvid \
+    --enable-libzimg \
     --enable-nvdec \
     --enable-nvenc \
     --enable-shared \



More information about the arch-commits mailing list