gnu: gst-plugins-bad: Add x265 support.

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add x265.
This commit is contained in:
Efraim Flashner 2016-10-24 22:53:41 +03:00
parent d505801a06
commit e3cb00d210
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 1 deletions

View File

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