[vlc-devel] commit: Always build oldrc and mediadirs ( 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:29:21 2010 +0200| [6b22637020b2551eaaf0c835a2dfa2e90a3a1562] | committer: Rémi Denis-Courmont 

Always build oldrc and mediadirs

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

 configure.ac                          |    8 +-------
 modules/control/Modules.am            |    1 +
 modules/services_discovery/Modules.am |    1 +
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8aafa79..ed58a2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/modules/control/Modules.am b/modules/control/Modules.am
index 0ed8ca2..16a3933 100644
--- a/modules/control/Modules.am
+++ b/modules/control/Modules.am
@@ -19,5 +19,6 @@ SOURCES_motion = \
         $(NULL)
 
 libvlc_LTLIBRARIES += \
+	liboldrc_plugin.la \
 	libgestures_plugin.la \
 	libhotkeys_plugin.la
diff --git a/modules/services_discovery/Modules.am b/modules/services_discovery/Modules.am
index 5db46b6..77b9eba 100644
--- a/modules/services_discovery/Modules.am
+++ b/modules/services_discovery/Modules.am
@@ -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 \




More information about the vlc-devel mailing list