gnu: xpra: Add more encoding options.
* gnu/packages/xorg.scm (xpra)[inputs]: Add libx264, x265, libvpx. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
d34573f3df
commit
63806fedf2
|
@ -6313,6 +6313,9 @@ basic eye-candy effects.")
|
||||||
("xf86-input-keyboard" ,xf86-input-keyboard)
|
("xf86-input-keyboard" ,xf86-input-keyboard)
|
||||||
("python-pillow" ,python-pillow)
|
("python-pillow" ,python-pillow)
|
||||||
;; Optional dependencies.
|
;; Optional dependencies.
|
||||||
|
("libx264" ,libx264)
|
||||||
|
("x265" ,x265)
|
||||||
|
("libvpx" ,libvpx)
|
||||||
("python-rencode" ,python-rencode) ; For speed.
|
("python-rencode" ,python-rencode) ; For speed.
|
||||||
("python-numpy" ,python-numpy)
|
("python-numpy" ,python-numpy)
|
||||||
("python-pyopengl" ,python-pyopengl) ; Drawing acceleration.
|
("python-pyopengl" ,python-pyopengl) ; Drawing acceleration.
|
||||||
|
|
Reference in New Issue