me
/
guix
Archived
1
0
Fork 0

gnu: Enable libvpx support in ffmpeg.

* gnu/packages/video.scm (ffmpeg): Add libvpx input.
master
David Thompson 2014-06-26 18:07:29 -04:00
parent 8a6d273137
commit dc55b8b234
1 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@
("opus" ,opus)
("libtheora" ,libtheora)
("libvorbis" ,libvorbis)
("libvpx" ,libvpx)
("patchelf" ,patchelf)
("speex" ,speex)
("zlib", zlib)))
@ -142,7 +143,6 @@
;; --enable-libvidstab enable video stabilization using vid.stab [no]
;; --enable-libvo-aacenc enable AAC encoding via libvo-aacenc [no]
;; --enable-libvo-amrwbenc enable AMR-WB encoding via libvo-amrwbenc [no]
;; --enable-libvpx enable VP8 and VP9 de/encoding via libvpx [no]
;; --enable-libwavpack enable wavpack encoding via libwavpack [no]
;; --enable-libx264 enable H.264 encoding via x264 [no]
;; --enable-libxavs enable AVS encoding via xavs [no]
@ -165,6 +165,7 @@
"--enable-libspeex"
"--enable-libtheora"
"--enable-libvorbis"
"--enable-libvpx"
;; drop special machine instructions not supported
;; on all instances of the target
,@(if (string-prefix? "x86_64"