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

VLM depends on sout

parent c6c6c0e3
...@@ -1759,11 +1759,14 @@ dnl ...@@ -1759,11 +1759,14 @@ dnl
dnl VideoLAN manager dnl VideoLAN manager
dnl dnl
AC_ARG_ENABLE(vlm, AC_ARG_ENABLE(vlm,
[ --enable-vlm VideoLAN manager (default enabled)]) [ --enable-vlm VideoLAN manager (default enabled)],,
if test "${enable_vlm}" != "no" [enable_vlm="${enable_sout}"])
then AS_IF([test "${enable_vlm}" != "no"], [
AC_DEFINE(ENABLE_VLM, 1, Define if you want the VideoLAN manager support) AS_IF([test "${enable_sout}" = "no"], [
fi AC_MSG_ERROR([VLM requires the stream output. Do not use --disable-sout.])
])
AC_DEFINE(ENABLE_VLM, 1, [Define if you want the VideoLAN manager support])
])
dnl dnl
dnl Growl notification plugin dnl Growl notification plugin
......
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