Commit cbcd3533 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: do not require libposproc by default

parent 936f57d3
...@@ -2418,7 +2418,7 @@ dnl postproc plugin ...@@ -2418,7 +2418,7 @@ dnl postproc plugin
dnl dnl
AC_ARG_ENABLE(postproc, 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" if test "${enable_postproc}" != "no"
then then
PKG_CHECK_MODULES(POSTPROC,[libpostproc libavutil], PKG_CHECK_MODULES(POSTPROC,[libpostproc libavutil],
...@@ -2432,7 +2432,7 @@ then ...@@ -2432,7 +2432,7 @@ then
VLC_ADD_CFLAGS([postproc],[$POSTPROC_CFLAGS $AVUTIL_CFLAGS]) VLC_ADD_CFLAGS([postproc],[$POSTPROC_CFLAGS $AVUTIL_CFLAGS])
VLC_RESTORE_FLAGS VLC_RESTORE_FLAGS
],[ ],[
AC_MSG_ERROR([${POSTPROC_PKG_ERRORS}. Pass --disable-postproc to ignore this error.]) AC_MSG_WARN([${POSTPROC_PKG_ERRORS}.])
]) ])
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment