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
229ff459
Commit
229ff459
authored
Feb 12, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark plugin-path as obsolete
parent
549ce2ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
NEWS
NEWS
+2
-0
src/libvlc-module.c
src/libvlc-module.c
+1
-3
No files found.
NEWS
View file @
229ff459
...
...
@@ -6,6 +6,8 @@ Important changes for packagers:
its file systems and files content (except the Windows port). If this is
not acceptable, pass --enable-non-utf8 to the configure script.
Non-UTF-8 file systems support will be removed in future versions.
* The VLC plugins path can be overriden with the VLC_PLUGIN_PATH environment
variable. The --plugin-path command line option was removed.
* The default tarballs are now .tar.xz
* The NPAPI webplugin has moved to git://git.videolan.org/npapi-vlc.git
...
...
src/libvlc-module.c
View file @
229ff459
...
...
@@ -2069,9 +2069,7 @@ vlc_module_begin ()
add_bool
(
"plugins-cache"
,
true
,
PLUGINS_CACHE_TEXT
,
PLUGINS_CACHE_LONGTEXT
,
true
)
change_need_restart
()
add_directory
(
"plugin-path"
,
NULL
,
PLUGIN_PATH_TEXT
,
PLUGIN_PATH_LONGTEXT
,
true
)
change_need_restart
()
add_obsolete_string
(
"plugin-path"
)
add_directory
(
"data-path"
,
NULL
,
DATA_PATH_TEXT
,
DATA_PATH_LONGTEXT
,
true
)
change_need_restart
()
...
...
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