summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2020-02-20 18:28:36 -0500
committerLeo Famulari <leo@famulari.name>2020-03-20 18:51:51 -0400
commitf08040c5f864df1e85573172aa921e42ceef6859 (patch)
treebeb90eb5b6ff37a695d24326e1f0d10077c81c32
parente401653b515cb32650aa885dfb6db185409ccd23 (diff)
downloadpatches-f08040c5f864df1e85573172aa921e42ceef6859.tar
patches-f08040c5f864df1e85573172aa921e42ceef6859.tar.gz
gnu: VLC: Improve AV1 playback.
* gnu/packages/video.scm (inputs): Add dav1d.
-rw-r--r--gnu/packages/video.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d0c35e8e77..d18fe95b61 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1206,6 +1206,10 @@ videoformats depend on the configuration flags of ffmpeg.")
(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)