[vlc-commits] dav1d: require 0.5.0 for ITU T.35
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 13 23:10:34 CET 2020
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 13 23:10:00 2020 +0100| [9c3d668dab876b2e31940a6207b41989d8a2f8a4] | committer: Jean-Baptiste Kempf
dav1d: require 0.5.0 for ITU T.35
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c3d668dab876b2e31940a6207b41989d8a2f8a4
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d0bd45318e..7741ddca55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2808,7 +2808,7 @@ PKG_ENABLE_MODULES_VLC([AOM], [], [aom], [experimental AV1 codec (default auto)]
dnl
dnl Dav1d decoder plugin
dnl
-PKG_ENABLE_MODULES_VLC([DAV1D], [], [dav1d], [AV1 decoder (default auto)])
+PKG_ENABLE_MODULES_VLC([DAV1D], [], [dav1d >= 0.5.0], [AV1 decoder (default auto)])
dnl
dnl libvpx decoder plugin
More information about the vlc-commits
mailing list