gnu: ffmpeg: Add 'lame' input.

* gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding
  configure flag.
master
Federico Beffa 2015-02-09 16:05:39 +01:00
parent fc2bf70dfe
commit d4f12db8c0
1 changed files with 2 additions and 0 deletions

View File

@ -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"