all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 66460@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#66460] [PATCH v2] gnu: ffmpeg: add svt-av1 support
Date: Fri, 20 Oct 2023 00:00:41 -0700	[thread overview]
Message-ID: <9c2cf12741d28c6c4a3b3ab5f5effdeff5f0e3e0.1697785165.git.atai@atai.org> (raw)
In-Reply-To: <b91a2b081184d6b59123d22b43541fe8bb197dde.1697004980.git.atai@atai.org>

* gnu/packages/video.scm (ffmpeg): Add support for svt-av1
[inputs]: Add svt-av1
[arguments] (configure-flags): Add "--enable-libsvtav1"
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bb6ce0cbf1..a2d9fe054c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1624,6 +1624,7 @@ (define-public ffmpeg
             soxr
             speex
             srt
+            svt-av1
             twolame
             vidstab
             x265
@@ -1712,6 +1713,7 @@ (define-public ffmpeg
          "--enable-libsoxr"
          "--enable-libspeex"
          "--enable-libsrt"
+         "--enable-libsvtav1"
          "--enable-libtheora"
          "--enable-libtwolame"
          "--enable-libvidstab"

base-commit: 68fe73cf39cb9347ecb4c87f466ddf1fd044269c
-- 
2.41.0





      parent reply	other threads:[~2023-10-20  7:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11  6:16 [bug#66460] [PATCH] gnu: ffmpeg: add svt-av1 support Andy Tai
2023-10-11 14:48 ` Bruno Victal
2023-10-11 15:26   ` [bug#63095] " Maxim Cournoyer
2023-10-20  7:00 ` Andy Tai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9c2cf12741d28c6c4a3b3ab5f5effdeff5f0e3e0.1697785165.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=66460@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.