guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]