diff options
author | Leo Famulari <leo@famulari.name> | 2020-06-17 14:20:46 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-06-17 17:32:30 -0400 |
commit | eaca906219b55406cecb25715fe025148a788da4 (patch) | |
tree | 59f34907a250aef4d4a89d80600a867fdee8b62c | |
parent | e68dd68ffe95ae07a30a61ddc2a0e697693ba881 (diff) |
gnu: VLC: Find dav1d via FFmpeg.
* gnu/packages/video.scm (vlc)[inputs]: Remove dav1d.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e3d99feccd..149058a1a2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1220,10 +1220,6 @@ 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) |