mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 10:25:19 +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"))
|
"/lib"))
|
||||||
'("pulseaudio" "mesa"
|
'("pulseaudio" "mesa"
|
||||||
"udev" ;; For U2F and WebAuthn
|
"udev" ;; For U2F and WebAuthn
|
||||||
|
;; For hardware video acceleration via VA-API
|
||||||
|
"libva"
|
||||||
;; For the integration of native notifications
|
;; For the integration of native notifications
|
||||||
"libnotify")))
|
"libnotify")))
|
||||||
(gtk-share (string-append (assoc-ref inputs "gtk+")
|
(gtk-share (string-append (assoc-ref inputs "gtk+")
|
||||||
|
@ -359,6 +361,7 @@
|
||||||
("libjpeg-turbo" ,libjpeg-turbo)
|
("libjpeg-turbo" ,libjpeg-turbo)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
;; ("libpng-apng" ,libpng-apng)
|
;; ("libpng-apng" ,libpng-apng)
|
||||||
|
("libva" ,libva)
|
||||||
("libvpx" ,libvpx)
|
("libvpx" ,libvpx)
|
||||||
("libxcomposite" ,libxcomposite)
|
("libxcomposite" ,libxcomposite)
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
|
|
Loading…
Reference in a new issue