summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-03-09 03:40:14 -0500
committerLeo Famulari <leo@famulari.name>2021-03-09 03:42:18 -0500
commitd099c9c09b9a17fba556715568ab910d6af14ee8 (patch)
treeeb6e12424467ccd3fec3c2ba37d18d505a9febb6 /gnu
parenta7da527d59a8108f853fbae39ddcd51d8ac99423 (diff)
downloadguix-patches-d099c9c09b9a17fba556715568ab910d6af14ee8.tar
guix-patches-d099c9c09b9a17fba556715568ab910d6af14ee8.tar.gz
gnu: VLC: Ensure AV1 files are played with dav1d by default.
* gnu/packages/video.scm (vlc)[inputs]: Add dav1d.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 10ad131e40..eb1c329c1b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1771,6 +1771,7 @@ videoformats depend on the configuration flags of ffmpeg.")
(inputs
`(("alsa-lib" ,alsa-lib)
("avahi" ,avahi)
+ ("dav1d" ,dav1d)
("dbus" ,dbus)
("eudev" ,eudev)
("flac" ,flac)