[vlc-devel] commit: Hard-code ntservice, motion and signals interface as appropriate ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Feb 3 21:31:43 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb  3 22:31:05 2010 +0200| [86c8774a0056f5709ac950221a222e4ddfa6fc6b] | committer: Rémi Denis-Courmont 

Hard-code ntservice, motion and signals interface as appropriate

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

 configure.ac               |    3 ---
 modules/control/Modules.am |   10 ++++++++++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index d4cf651..e502fcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1167,11 +1167,8 @@ dnl
 dnl Some plugins aren't useful on some platforms
 dnl
 if test "${SYS}" != "mingw32" -a "${SYS}" != "mingwce"; then
-    VLC_ADD_PLUGIN([motion])
     VLC_ADD_PLUGIN([dynamicoverlay])
-    VLC_ADD_PLUGIN([signals])
 elif test "${SYS}" != "mingwce"; then
-    VLC_ADD_PLUGIN([ntservice])
     VLC_ADD_PLUGIN([access_smb])
     VLC_ADD_PLUGIN([dmo])
     VLC_ADD_PLUGIN([msn])
diff --git a/modules/control/Modules.am b/modules/control/Modules.am
index 16a3933..42463c5 100644
--- a/modules/control/Modules.am
+++ b/modules/control/Modules.am
@@ -22,3 +22,13 @@ libvlc_LTLIBRARIES += \
 	liboldrc_plugin.la \
 	libgestures_plugin.la \
 	libhotkeys_plugin.la
+if !HAVE_WIN32
+libvlc_LTLIBRARIES += \
+	libsignals_plugin.la \
+	libmotion_plugin.la
+else
+if !HAVE_WINCE
+libvlc_LTLIBRARIES += \
+	libntservice_plugin.la
+endif
+endif	




More information about the vlc-devel mailing list