[vlc-commits] commit: Add forgotten change_need_restart() (Pierre Ynard )

git at videolan.org git at videolan.org
Wed Dec 8 22:43:28 CET 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Dec  8 22:42:59 2010 +0100| [8a56113f4f287610675c1854969b6fecf8cc3bf1] | committer: Pierre Ynard 

Add forgotten change_need_restart()

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a56113f4f287610675c1854969b6fecf8cc3bf1
---

 src/libvlc-module.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index d6a9849..6701889 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -2072,6 +2072,7 @@ vlc_module_begin ()
         change_need_restart ()
     add_module( "vod-server", "vod server", NULL, NULL, VOD_SERVER_TEXT,
                 VOD_SERVER_LONGTEXT, true )
+        change_need_restart ()
 
     set_section( N_("Plugins" ), NULL )
     add_bool( "plugins-cache", true, PLUGINS_CACHE_TEXT,



More information about the vlc-commits mailing list