diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 5008749a40..31e5d708b8 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"