diff options
author | Leo Famulari <leo@famulari.name> | 2021-03-09 03:40:14 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-03-09 03:42:18 -0500 |
commit | d099c9c09b9a17fba556715568ab910d6af14ee8 (patch) | |
tree | eb6e12424467ccd3fec3c2ba37d18d505a9febb6 | |
parent | a7da527d59a8108f853fbae39ddcd51d8ac99423 (diff) | |
download | guix-d099c9c09b9a17fba556715568ab910d6af14ee8.tar guix-d099c9c09b9a17fba556715568ab910d6af14ee8.tar.gz |
gnu: VLC: Ensure AV1 files are played with dav1d by default.
* gnu/packages/video.scm (vlc)[inputs]: Add dav1d.
-rw-r--r-- | gnu/packages/video.scm | 1 |
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) |