Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
6b226370
Commit
6b226370
authored
Feb 03, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always build oldrc and mediadirs
parent
25882d00
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
configure.ac
configure.ac
+1
-7
modules/control/Modules.am
modules/control/Modules.am
+1
-0
modules/services_discovery/Modules.am
modules/services_discovery/Modules.am
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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