summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2024-01-06 17:42:54 -0800
committerLudovic Courtès <ludo@gnu.org>2024-06-17 22:55:29 +0200
commitb323a78a2e4317b976a269d9fece2a5cf3d849e2 (patch)
tree5d95721bbe197cbf89b4dc0579ee659d28d99fc9 /gnu/packages/video.scm
parent3522fe6967aa22ed8bd060ce5b46aa02b88435d4 (diff)
gnu: ffmpeg: add svt-av1 support
* gnu/packages/video.scm (ffmpeg): Add support for svt-av1 [inputs]: Add svt-av1 [arguments] (configure-flags): Add "--enable-libsvtav1" Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Idb0166e943a4c69a56b68964fd6f3439b16f1903
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8e0bbb2966..de2213c0b6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1714,6 +1714,7 @@ operate properly.")
soxr
speex
srt
+ svt-av1
twolame
vidstab
x265
@@ -1802,6 +1803,7 @@ operate properly.")
"--enable-libsoxr"
"--enable-libspeex"
"--enable-libsrt"
+ "--enable-libsvtav1"
"--enable-libtheora"
"--enable-libtwolame"
"--enable-libvidstab"