I would like to propose to add 'lame' as an input to ffmpeg. This
activates mp3 encoding support.

Regards,
Fede
From d4f12db8c07961543e3bb55a1d342680b925cc63 Mon Sep 17 00:00:00 2001
From: Federico Beffa <be...@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

Reply via email to