]> git.sesse.net Git - vlc/commitdiff
Hard-code ntservice, motion and signals interface as appropriate
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:31:05 +0000 (22:31 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:31:05 +0000 (22:31 +0200)
configure.ac
modules/control/Modules.am

index d4cf651405086bef38dc93f0dbc0f8bed3161e60..e502fcce1baa784ac8e4046dbde13eb41217d8fd 100644 (file)
@@ -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])
index 16a3933e40b49339ac07e2e3521e4e284e4325ca..42463c55ac5afeeb9883a4256b47563f23ae0834 100644 (file)
@@ -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