mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: VLC: Improve AV1 playback.
* gnu/packages/video.scm (inputs): Add dav1d.
This commit is contained in:
parent
e401653b51
commit
f08040c5f8
1 changed files with 4 additions and 0 deletions
|
@ -1206,6 +1206,10 @@ (define-public vlc
|
|||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("avahi" ,avahi)
|
||||
;; XXX Try removing dav1d here and testing AV1 playback when FFmpeg 4.3
|
||||
;; is released.
|
||||
;; <https://issues.guix.gnu.org/issue/39719>
|
||||
("dav1d" ,dav1d)
|
||||
("dbus" ,dbus)
|
||||
("eudev" ,eudev)
|
||||
("flac" ,flac)
|
||||
|
|
Loading…
Reference in a new issue