guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: gst-plugins-bad: Add x265 support.


From: Efraim Flashner
Subject: 03/04: gnu: gst-plugins-bad: Add x265 support.
Date: Wed, 26 Oct 2016 09:21:33 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit e3cb00d2105a559c315255a98b71bf07a32a409e
Author: Efraim Flashner <address@hidden>
Date:   Mon Oct 24 22:53:41 2016 +0300

    gnu: gst-plugins-bad: Add x265 support.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add x265.
---
 gnu/packages/gstreamer.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b1785e9..4aea514 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -292,7 +292,7 @@ developers consider to have good quality code and correct 
functionality.")
      ;;  vo-amrwbenc, vo-aacenc, bs2b, chromaprint, directfb, daala, libdts,
      ;;  faac, flite, libgsm, libde265, libmms, libmimic, mjpegtools,
      ;;  mpeg2enc, libofa, opencv, openh264, openni2, libtimemmgr, wildmidi,
-     ;;  openspc, gme, sbc, schroedinger, zbar, librtmp, spandsp, x265
+     ;;  openspc, gme, sbc, schroedinger, zbar, librtmp, spandsp
      `(("bluez" ,bluez)
        ("curl" ,curl)
        ("faad2" ,faad2)
@@ -328,6 +328,7 @@ developers consider to have good quality code and correct 
functionality.")
        ;("qtdeclarative" ,qtdeclarative)
        ;("qtx11extras" ,qtx11extras)
        ("soundtouch" ,soundtouch)
+       ("x265" ,x265)
        ("wayland" ,wayland)))
     (home-page "http://gstreamer.freedesktop.org/";)
     (synopsis "Plugins for the GStreamer multimedia library")



reply via email to

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