gnu: gst-plugins-bad: Add x265 support.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add x265.
This commit is contained in:
parent
d505801a06
commit
e3cb00d210
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue