[vlc-commits] configure: put aom as auto now

Jean-Baptiste Kempf git at videolan.org
Wed Nov 29 16:28:23 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov 29 16:27:52 2017 +0100| [c216004da151e80eccdae57a9d9282cf5186d1a4] | committer: Jean-Baptiste Kempf

configure: put aom as auto now

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c216004da151e80eccdae57a9d9282cf5186d1a4
---

 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