~ruther/guix-local

d4f12db8c07961543e3bb55a1d342680b925cc63 — Federico Beffa 11 years ago fc2bf70
gnu: ffmpeg: Add 'lame' input.

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

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -0
@@ 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"