]> git.sesse.net Git - vlc/commitdiff
Always build oldrc and mediadirs
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:29:21 +0000 (22:29 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Feb 2010 20:29:21 +0000 (22:29 +0200)
configure.ac
modules/control/Modules.am
modules/services_discovery/Modules.am

index 8aafa795fbdeb8ab298efd5bfccd0223e9ba6be4..ed58a2f40514b24301633cb908a040dca1f88064 100644 (file)
@@ -1161,13 +1161,7 @@ test "${enable_cprof}" != "yes" && enable_cprof="no"
 dnl
 dnl  default modules
 dnl
-ALIASES="${ALIASES} cvlc"
-
-if test "${SYS}" != "mingwce"; then
-  VLC_ADD_PLUGIN([oldrc])
-  VLC_ADD_PLUGIN([mediadirs])
-  ALIASES="${ALIASES} rvlc"
-fi
+ALIASES="${ALIASES} cvlc rvlc"
 
 dnl
 dnl Some plugins aren't useful on some platforms
index 0ed8ca28d343916d6140b2fb8556f23705a8e56e..16a3933e40b49339ac07e2e3521e4e284e4325ca 100644 (file)
@@ -19,5 +19,6 @@ SOURCES_motion = \
         $(NULL)
 
 libvlc_LTLIBRARIES += \
+       liboldrc_plugin.la \
        libgestures_plugin.la \
        libhotkeys_plugin.la
index 5db46b6b21801235b7a2059cbc3feae7ff3e9504..77b9eba04279d2b905e75b1683e0748037ce4021 100644 (file)
@@ -18,6 +18,7 @@ libxcb_apps_plugin_la_DEPENDENCIES =
 EXTRA_LTLIBRARIES += \
        libxcb_apps_plugin.la
 libvlc_LTLIBRARIES += \
+       libmediadirs_plugin.la \
        libpodcast_plugin.la \
        libsap_plugin.la \
        libshout_plugin.la \