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

telnet depends on --enable-vlm

parent b40e223b
...@@ -1270,7 +1270,6 @@ AC_LANG_POP(C++) ...@@ -1270,7 +1270,6 @@ AC_LANG_POP(C++)
if test "${SYS}" != "mingwce"; then if test "${SYS}" != "mingwce"; then
VLC_ADD_PLUGIN([gestures]) VLC_ADD_PLUGIN([gestures])
VLC_ADD_PLUGIN([rc]) VLC_ADD_PLUGIN([rc])
VLC_ADD_PLUGIN([telnet])
VLC_ADD_PLUGIN([hotkeys]) VLC_ADD_PLUGIN([hotkeys])
VLC_ADD_PLUGIN([showintf]) VLC_ADD_PLUGIN([showintf])
VLC_ADD_PLUGIN([marq]) VLC_ADD_PLUGIN([marq])
...@@ -1766,6 +1765,7 @@ AS_IF([test "${enable_vlm}" != "no"], [ ...@@ -1766,6 +1765,7 @@ AS_IF([test "${enable_vlm}" != "no"], [
AC_MSG_ERROR([VLM requires the stream output. Do not use --disable-sout.]) 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]) AC_DEFINE(ENABLE_VLM, 1, [Define if you want the VideoLAN manager support])
VLC_ADD_PLUGIN([telnet])
]) ])
dnl dnl
......
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