diff options
author | Leo Famulari <leo@famulari.name> | 2020-02-20 18:28:36 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-20 18:51:51 -0400 |
commit | f08040c5f864df1e85573172aa921e42ceef6859 (patch) | |
tree | beb90eb5b6ff37a695d24326e1f0d10077c81c32 /gnu | |
parent | e401653b515cb32650aa885dfb6db185409ccd23 (diff) |
gnu: VLC: Improve AV1 playback.
* gnu/packages/video.scm (inputs): Add dav1d.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
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) |