guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: ffmpeg: Add 'lame' input.


From: Federico Beffa
Subject: 01/01: gnu: ffmpeg: Add 'lame' input.
Date: Mon, 09 Feb 2015 15:27:50 +0000

beffa pushed a commit to branch master
in repository guix.

commit d4f12db8c07961543e3bb55a1d342680b925cc63
Author: Federico Beffa <address@hidden>
Date:   Mon Feb 9 16:05:39 2015 +0100

    gnu: ffmpeg: Add 'lame' input.
    
    * gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding
      configure flag.
---
 gnu/packages/video.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]