guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnu: Enable libvpx support in ffmpeg


From: David Thompson
Subject: [PATCH] gnu: Enable libvpx support in ffmpeg
Date: Thu, 26 Jun 2014 18:18:57 -0400
User-agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu)

Now that libvpx is packaged, we can enable support for it in ffmpeg. :)

>From 5b8de4c95ddb8931423537eb7307b8c42f741c21 Mon Sep 17 00:00:00 2001
From: David Thompson <address@hidden>
Date: Thu, 26 Jun 2014 18:07:29 -0400
Subject: [PATCH] gnu: Enable libvpx support in ffmpeg.

* gnu/packages/video.scm (libvpx): Add libvpx input.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8b63c59..4509d81 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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"
-- 
2.0.0

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate

reply via email to

[Prev in Thread] Current Thread [Next in Thread]