From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: [PATCH] gnu: Enable libvpx support in ffmpeg Date: Thu, 26 Jun 2014 18:18:57 -0400 Message-ID: <87egybmi0e.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0I0a-0003Fz-Mm for guix-devel@gnu.org; Thu, 26 Jun 2014 18:19:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0I0U-0007zR-DT for guix-devel@gnu.org; Thu, 26 Jun 2014 18:19:08 -0400 Received: from na3sys009aog116.obsmtp.com ([74.125.149.240]:39645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0I0U-0007zL-5h for guix-devel@gnu.org; Thu, 26 Jun 2014 18:19:02 -0400 Received: by mail-qg0-f54.google.com with SMTP id q107so3694352qgd.13 for ; Thu, 26 Jun 2014 15:19:00 -0700 (PDT) Received: from izanagi (209-6-40-86.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com. [209.6.40.86]) by mx.google.com with ESMTPSA id r4sm13251219qat.42.2014.06.26.15.18.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 15:18:58 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain Now that libvpx is packaged, we can enable support for it in ffmpeg. :) --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Enable-libvpx-support-in-ffmpeg.patch >From 5b8de4c95ddb8931423537eb7307b8c42f741c21 Mon Sep 17 00:00:00 2001 From: David Thompson 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 --=-=-= Content-Type: text/plain -- David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate --=-=-=--