all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ryan Sundberg via Guix-patches via <guix-patches@gnu.org>
To: 61792@debbugs.gnu.org
Cc: Ryan Sundberg <ryan@arctype.co>
Subject: [bug#61792] [PATCH] gnu: ffmpeg: enable libwebp
Date: Sat, 25 Feb 2023 11:56:46 -0800	[thread overview]
Message-ID: <20230225195646.16297-1-ryan@arctype.co> (raw)

* gnu/packages/video.scm (ffmpeg)[configure-flags]: --enable-libwebp

Signed-off-by: Ryan Sundberg <ryan@arctype.co>
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f63d5494de..f64608d18a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1634,6 +1634,7 @@ (define-public ffmpeg-5
             libvdpau
             libvorbis
             libvpx
+            libwebp
             libx11
             libx264
             mesa
@@ -1731,6 +1732,7 @@ (define-public ffmpeg-5
          "--enable-libvidstab"
          "--enable-libvorbis"
          "--enable-libvpx"
+         "--enable-libwebp"
          "--enable-libxvid"
          "--enable-libx264"
          "--enable-libx265"
-- 
2.37.2





             reply	other threads:[~2023-02-25 19:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-25 19:56 Ryan Sundberg via Guix-patches via [this message]
2023-02-26  2:53 ` [bug#61792] [PATCH] gnu: ffmpeg: enable libwebp Leo Famulari
     [not found]   ` <c5b0ee36-15f6-71cf-4342-06f7341d54d4@arctype.co>
2023-03-02  4:02     ` bug#61792: " Leo Famulari

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=20230225195646.16297-1-ryan@arctype.co \
    --to=guix-patches@gnu.org \
    --cc=61792@debbugs.gnu.org \
    --cc=ryan@arctype.co \
    /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.