mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 02:15:20 +01:00
nongnu: firefox: Add VA-API support.
More information on enabling VA-API in Firefox: https://wiki.archlinux.org/title/Firefox#Hardware_video_acceleration * nongnu/packages/mozilla.scm (firefox)[phases]: Add libva to the wrapper. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
f5cffdf948
commit
0aac8ec7ec
1 changed files with 3 additions and 0 deletions
|
@ -290,6 +290,8 @@
|
|||
"/lib"))
|
||||
'("pulseaudio" "mesa"
|
||||
"udev" ;; For U2F and WebAuthn
|
||||
;; For hardware video acceleration via VA-API
|
||||
"libva"
|
||||
;; For the integration of native notifications
|
||||
"libnotify")))
|
||||
(gtk-share (string-append (assoc-ref inputs "gtk+")
|
||||
|
@ -359,6 +361,7 @@
|
|||
("libjpeg-turbo" ,libjpeg-turbo)
|
||||
("libnotify" ,libnotify)
|
||||
;; ("libpng-apng" ,libpng-apng)
|
||||
("libva" ,libva)
|
||||
("libvpx" ,libvpx)
|
||||
("libxcomposite" ,libxcomposite)
|
||||
("libxft" ,libxft)
|
||||
|
|
Loading…
Reference in a new issue