gnu: ffmpeg: Add 'lame' input.
* gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding configure flag.
This commit is contained in:
parent
fc2bf70dfe
commit
d4f12db8c0
|
@ -73,6 +73,7 @@
|
||||||
`(("fontconfig" ,fontconfig)
|
`(("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("opus" ,opus)
|
("opus" ,opus)
|
||||||
|
("lame" ,lame)
|
||||||
("libtheora" ,libtheora)
|
("libtheora" ,libtheora)
|
||||||
("libvorbis" ,libvorbis)
|
("libvorbis" ,libvorbis)
|
||||||
("libvpx" ,libvpx)
|
("libvpx" ,libvpx)
|
||||||
|
@ -167,6 +168,7 @@
|
||||||
"--enable-fontconfig"
|
"--enable-fontconfig"
|
||||||
;; "--enable-gnutls" ; causes test failures
|
;; "--enable-gnutls" ; causes test failures
|
||||||
"--enable-libfreetype"
|
"--enable-libfreetype"
|
||||||
|
"--enable-libmp3lame"
|
||||||
"--enable-libopus"
|
"--enable-libopus"
|
||||||
"--enable-libspeex"
|
"--enable-libspeex"
|
||||||
"--enable-libtheora"
|
"--enable-libtheora"
|
||||||
|
|
Loading…
Reference in New Issue