* [PATCH] gnu: ffmpeg: Add 'lame' input.
@ 2015-02-09 15:14 Federico Beffa
2015-02-09 15:26 ` Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Federico Beffa @ 2015-02-09 15:14 UTC (permalink / raw)
To: Guix-devel
[-- Attachment #1: Type: text/plain, Size: 113 bytes --]
I would like to propose to add 'lame' as an input to ffmpeg. This
activates mp3 encoding support.
Regards,
Fede
[-- Attachment #2: 0001-gnu-ffmpeg-Add-lame-input.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]
From d4f12db8c07961543e3bb55a1d342680b925cc63 Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Mon, 9 Feb 2015 16:05:39 +0100
Subject: [PATCH] gnu: ffmpeg: Add 'lame' input.
* gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding
configure flag.
---
gnu/packages/video.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5008749..31e5d70 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -73,6 +73,7 @@
`(("fontconfig" ,fontconfig)
("freetype" ,freetype)
("opus" ,opus)
+ ("lame" ,lame)
("libtheora" ,libtheora)
("libvorbis" ,libvorbis)
("libvpx" ,libvpx)
@@ -167,6 +168,7 @@
"--enable-fontconfig"
;; "--enable-gnutls" ; causes test failures
"--enable-libfreetype"
+ "--enable-libmp3lame"
"--enable-libopus"
"--enable-libspeex"
"--enable-libtheora"
--
1.8.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: ffmpeg: Add 'lame' input.
2015-02-09 15:14 [PATCH] gnu: ffmpeg: Add 'lame' input Federico Beffa
@ 2015-02-09 15:26 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2015-02-09 15:26 UTC (permalink / raw)
To: Federico Beffa; +Cc: Guix-devel
On Mon, Feb 09, 2015 at 04:14:35PM +0100, Federico Beffa wrote:
> I would like to propose to add 'lame' as an input to ffmpeg. This
> activates mp3 encoding support.
Sounds good!
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-09 15:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-09 15:14 [PATCH] gnu: ffmpeg: Add 'lame' input Federico Beffa
2015-02-09 15:26 ` Andreas Enge
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).