Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6b226370
Commit
6b226370
authored
Feb 03, 2010
by
Rémi Denis-Courmont
Browse files
Always build oldrc and mediadirs
parent
25882d00
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6b226370
...
...
@@ -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
...
...
modules/control/Modules.am
View file @
6b226370
...
...
@@ -19,5 +19,6 @@ SOURCES_motion = \
$(NULL)
libvlc_LTLIBRARIES += \
liboldrc_plugin.la \
libgestures_plugin.la \
libhotkeys_plugin.la
modules/services_discovery/Modules.am
View file @
6b226370
...
...
@@ -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 \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment