[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: VLC: Ensure AV1 files are played with dav1d by default.
From: |
guix-commits |
Subject: |
06/06: gnu: VLC: Ensure AV1 files are played with dav1d by default. |
Date: |
Tue, 9 Mar 2021 03:42:55 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit d099c9c09b9a17fba556715568ab910d6af14ee8
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Mar 9 03:40:14 2021 -0500
gnu: VLC: Ensure AV1 files are played with dav1d by default.
* gnu/packages/video.scm (vlc)[inputs]: Add dav1d.
---
gnu/packages/video.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 10ad131..eb1c329 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)
- branch master updated (236a882 -> d099c9c), guix-commits, 2021/03/09
- 01/06: gnu: libaom: Update to 2.0.2., guix-commits, 2021/03/09
- 02/06: gnu: dav1d: Update to 0.8.2., guix-commits, 2021/03/09
- 04/06: gnu: svt-vp9: Fix typo., guix-commits, 2021/03/09
- 03/06: gnu: libavif: Update to 0.9.0., guix-commits, 2021/03/09
- 05/06: gnu: Remove FFmpeg 4.2., guix-commits, 2021/03/09
- 06/06: gnu: VLC: Ensure AV1 files are played with dav1d by default.,
guix-commits <=