guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ffmpeg: Configure with frei0r.


From: Efraim Flashner
Subject: 02/02: gnu: ffmpeg: Configure with frei0r.
Date: Mon, 30 Oct 2017 09:43:46 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8fd4320033d1ccc72373fc4a320f99af0f7fabf4
Author: ng0 <address@hidden>
Date:   Sun Oct 29 12:33:57 2017 +0000

    gnu: ffmpeg: Configure with frei0r.
    
    * gnu/packages/video.scm (ffmepg)[inputs]: Add 'frei0r-plugins'.
    (arguments)[configure-flags]: Add '--enable-frei0r' and remove
    'TODO' comment about frei0r.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 e1e27db..fa0e4f0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -599,6 +599,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and 
VC-1/VMW3).")
     (inputs
      `(("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
+       ("frei0r-plugins" ,frei0r-plugins)
        ("gnutls" ,gnutls)
        ("opus" ,opus)
        ("ladspa" ,ladspa)
@@ -638,7 +639,6 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and 
VC-1/VMW3).")
        ;; possible additional inputs:
        ;;   --enable-avisynth        enable reading of AviSynth script
        ;;                            files [no]
-       ;;   --enable-frei0r          enable frei0r video filtering
        ;;   --enable-libaacplus      enable AAC+ encoding via libaacplus [no]
        ;;   --enable-libcelt         enable CELT decoding via libcelt [no]
        ;;   --enable-libdc1394       enable IIDC-1394 grabbing using libdc1394
@@ -686,6 +686,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and 
VC-1/VMW3).")
        '("--enable-avresample"
          "--enable-gpl" ; enable optional gpl licensed parts
          "--enable-shared"
+         "--enable-frei0r"
          "--enable-fontconfig"
          "--enable-gnutls"
          "--enable-ladspa"



reply via email to

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