diff options
author | Andreas Enge <andreas@enge.fr> | 2014-01-24 22:22:42 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-01-24 22:22:42 +0100 |
commit | e816b348786cb65e57bfca08de9a5d926a7d46c1 (patch) | |
tree | e40b63e02e53783ed0c8634541636915912cb537 | |
parent | 70f228cd86bf666deadee25c6a0fcf4f0c7ad73b (diff) | |
download | guix-e816b348786cb65e57bfca08de9a5d926a7d46c1.tar guix-e816b348786cb65e57bfca08de9a5d926a7d46c1.tar.gz |
gnu: ffmpeg: Add input opus.
* gnu/packages/video.scm (ffmpeg): Add input opus.
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8e4315a880..8d02825c51 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -47,6 +47,7 @@ (inputs `(("fontconfig" ,fontconfig) ("freetype" ,freetype) + ("opus" ,opus) ("libtheora" ,libtheora) ("libvorbis" ,libvorbis) ("patchelf" ,patchelf) @@ -107,7 +108,6 @@ ;; --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no] ;; --enable-libopencv enable video filtering via libopencv [no] ;; --enable-libopenjpeg enable JPEG 2000 de/encoding via OpenJPEG [no] -;; --enable-libopus enable Opus decoding via libopus [no] ;; --enable-libpulse enable Pulseaudio input via libpulse [no] ;; --enable-libquvi enable quvi input via libquvi [no] ;; --enable-librtmp enable RTMP[E] support via librtmp [no] @@ -142,6 +142,7 @@ "--enable-fontconfig" ;; "--enable-gnutls" ; causes test failures "--enable-libfreetype" + "--enable-libopus" "--enable-libspeex" "--enable-libtheora" "--enable-libvorbis" |