[vlc-devel] commit: telnet depends on --enable-vlm ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue May 27 19:57:51 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Tue May 27 20:49:52 2008 +0300| [2bf6c95c4219b23c382afc35e150880ae67929a2]

telnet depends on --enable-vlm

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

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

diff --git a/configure.ac b/configure.ac
index d225b52..2dff37a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1270,7 +1270,6 @@ AC_LANG_POP(C++)
 if test "${SYS}" != "mingwce"; then
   VLC_ADD_PLUGIN([gestures])
   VLC_ADD_PLUGIN([rc])
-  VLC_ADD_PLUGIN([telnet])
   VLC_ADD_PLUGIN([hotkeys])
   VLC_ADD_PLUGIN([showintf])
   VLC_ADD_PLUGIN([marq])
@@ -1766,6 +1765,7 @@ AS_IF([test "${enable_vlm}" != "no"], [
     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])
+  VLC_ADD_PLUGIN([telnet])
 ])
 
 dnl




More information about the vlc-devel mailing list