[vlc-commits] configure: put aom as auto now
Jean-Baptiste Kempf
git at videolan.org
Wed Nov 29 16:29:17 CET 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 29 16:27:52 2017 +0100| [94a9cb085beb732819deac9ad4025705ea3057a5] | committer: Jean-Baptiste Kempf
configure: put aom as auto now
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=94a9cb085beb732819deac9ad4025705ea3057a5
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 62ce59aff5..0d3222e00f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2612,7 +2612,7 @@ AS_IF([test "${enable_faad}" != "no"], [
dnl
dnl AOM decoder plugin
dnl
-PKG_ENABLE_MODULES_VLC([AOM], [], [aom], [experimental AV1 codec], [disabled])
+PKG_ENABLE_MODULES_VLC([AOM], [], [aom], [experimental AV1 codec (default auto)])
dnl
dnl libvpx decoder plugin
More information about the vlc-commits
mailing list