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

Maxime Gauduin alucryd at archlinux.org
Thu May 6 10:30:42 UTC 2021


    Date: Thursday, May 6, 2021 @ 10:30:42
  Author: alucryd
Revision: 414494

ffmpeg 2:4.4-3: add svt-av1 support

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-06 09:53:05 UTC (rev 414493)
+++ PKGBUILD	2021-05-06 10:30:42 UTC (rev 414494)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.4
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -63,6 +63,7 @@
   sdl2
   speex
   srt
+  svt-av1
   v4l-utils
   vmaf
   xz
@@ -111,7 +112,7 @@
 
 prepare() {
   cd ffmpeg
-
+  git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on older gpus
   patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 
@@ -156,6 +157,7 @@
     --enable-libspeex \
     --enable-libsrt \
     --enable-libssh \
+    --enable-libsvtav1 \
     --enable-libtheora \
     --enable-libv4l2 \
     --enable-libvidstab \



More information about the arch-commits mailing list