Commit 6b226370 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Always build oldrc and mediadirs

parent 25882d00
...@@ -1161,13 +1161,7 @@ test "${enable_cprof}" != "yes" && enable_cprof="no" ...@@ -1161,13 +1161,7 @@ test "${enable_cprof}" != "yes" && enable_cprof="no"
dnl dnl
dnl default modules dnl default modules
dnl dnl
ALIASES="${ALIASES} cvlc" ALIASES="${ALIASES} cvlc rvlc"
if test "${SYS}" != "mingwce"; then
VLC_ADD_PLUGIN([oldrc])
VLC_ADD_PLUGIN([mediadirs])
ALIASES="${ALIASES} rvlc"
fi
dnl dnl
dnl Some plugins aren't useful on some platforms dnl Some plugins aren't useful on some platforms
......
...@@ -19,5 +19,6 @@ SOURCES_motion = \ ...@@ -19,5 +19,6 @@ SOURCES_motion = \
$(NULL) $(NULL)
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
liboldrc_plugin.la \
libgestures_plugin.la \ libgestures_plugin.la \
libhotkeys_plugin.la libhotkeys_plugin.la
...@@ -18,6 +18,7 @@ libxcb_apps_plugin_la_DEPENDENCIES = ...@@ -18,6 +18,7 @@ libxcb_apps_plugin_la_DEPENDENCIES =
EXTRA_LTLIBRARIES += \ EXTRA_LTLIBRARIES += \
libxcb_apps_plugin.la libxcb_apps_plugin.la
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
libmediadirs_plugin.la \
libpodcast_plugin.la \ libpodcast_plugin.la \
libsap_plugin.la \ libsap_plugin.la \
libshout_plugin.la \ libshout_plugin.la \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment