]> git.sesse.net Git - vlc/commitdiff
Mark plugin-path as obsolete
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 12 Feb 2011 09:06:17 +0000 (11:06 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 12 Feb 2011 09:06:17 +0000 (11:06 +0200)
NEWS
src/libvlc-module.c

diff --git a/NEWS b/NEWS
index bbaff5bdd91424763730760b6363edd725f1cfce..890e5facbfb59811094ab793acf361c2c149eed9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 69cfad2c12e32526112c3e5c158afb1c2a491404..2abf118b2abd543b4b17bb0d711e79c0555d80c7 100644 (file)
@@ -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 ()