* [bug#61792] [PATCH] gnu: ffmpeg: enable libwebp
@ 2023-02-25 19:56 Ryan Sundberg via Guix-patches via
2023-02-26 2:53 ` Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Ryan Sundberg via Guix-patches via @ 2023-02-25 19:56 UTC (permalink / raw)
To: 61792; +Cc: Ryan Sundberg
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-02 4:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-25 19:56 [bug#61792] [PATCH] gnu: ffmpeg: enable libwebp Ryan Sundberg via Guix-patches via
2023-02-26 2:53 ` Leo Famulari
[not found] ` <c5b0ee36-15f6-71cf-4342-06f7341d54d4@arctype.co>
2023-03-02 4:02 ` bug#61792: " Leo Famulari
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.