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"
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
......
......@@ -19,5 +19,6 @@ SOURCES_motion = \
$(NULL)
libvlc_LTLIBRARIES += \
liboldrc_plugin.la \
libgestures_plugin.la \
libhotkeys_plugin.la
......@@ -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 \
......
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