mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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>
This commit is contained in:
parent
d34573f3df
commit
63806fedf2
1 changed files with 3 additions and 0 deletions
|
@ -6313,6 +6313,9 @@ basic eye-candy effects.")
|
|||
("xf86-input-keyboard" ,xf86-input-keyboard)
|
||||
("python-pillow" ,python-pillow)
|
||||
;; Optional dependencies.
|
||||
("libx264" ,libx264)
|
||||
("x265" ,x265)
|
||||
("libvpx" ,libvpx)
|
||||
("python-rencode" ,python-rencode) ; For speed.
|
||||
("python-numpy" ,python-numpy)
|
||||
("python-pyopengl" ,python-pyopengl) ; Drawing acceleration.
|
||||
|
|
Loading…
Reference in a new issue