[vlc-commits] configure: do not require libposproc by default

Rémi Denis-Courmont git at videolan.org
Wed Oct 3 18:21:46 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Oct  3 19:21:14 2012 +0300| [cbcd3533a618103ca0ab30b3250806d9668782d7] | committer: Rémi Denis-Courmont

configure: do not require libposproc by default

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

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a748266..d2acd93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2418,7 +2418,7 @@ dnl  postproc plugin
 dnl
 
 AC_ARG_ENABLE(postproc,
-[  --enable-postproc       libpostproc image post-processing (default enabled)])
+[  --enable-postproc       libpostproc image post-processing (default auto)])
 if test "${enable_postproc}" != "no"
 then
   PKG_CHECK_MODULES(POSTPROC,[libpostproc libavutil],
@@ -2432,7 +2432,7 @@ then
       VLC_ADD_CFLAGS([postproc],[$POSTPROC_CFLAGS $AVUTIL_CFLAGS])
       VLC_RESTORE_FLAGS
     ],[
-      AC_MSG_ERROR([${POSTPROC_PKG_ERRORS}. Pass --disable-postproc to ignore this error.])
+      AC_MSG_WARN([${POSTPROC_PKG_ERRORS}.])
   ])
 fi
 



More information about the vlc-commits mailing list