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
ecf98577
Commit
ecf98577
authored
Mar 20, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark --data-path obsolete
parent
98e87c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
src/libvlc-module.c
src/libvlc-module.c
+2
-7
No files found.
src/libvlc-module.c
View file @
ecf98577
...
...
@@ -1168,10 +1168,6 @@ static const char *const ppsz_prefres[] = {
"Additional path for VLC to look for its modules. You can add " \
"several paths by concatenating them using \" PATH_SEP \" as separator")
#define DATA_PATH_TEXT N_("Data search path")
#define DATA_PATH_LONGTEXT N_( \
"Override the default data/share search path.")
#define VLM_CONF_TEXT N_("VLM configuration file")
#define VLM_CONF_LONGTEXT N_( \
"Read a VLM configuration file as soon as VLM is started." )
...
...
@@ -2105,9 +2101,8 @@ vlc_module_begin ()
set_section
(
N_
(
"Plugins"
),
NULL
)
add_bool
(
"plugins-cache"
,
true
,
PLUGINS_CACHE_TEXT
,
PLUGINS_CACHE_LONGTEXT
,
true
)
add_obsolete_string
(
"plugin-path"
)
add_directory
(
"data-path"
,
NULL
,
DATA_PATH_TEXT
,
DATA_PATH_LONGTEXT
,
true
)
add_obsolete_string
(
"plugin-path"
)
/* since 2.0.0 */
add_obsolete_string
(
"data-path"
)
/* since 2.1.0 */
set_section
(
N_
(
"Performance options"
),
NULL
)
...
...
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