[vlc-devel] [PATCH] http: Mark the http-reconnect option as plugin-safe

Luca Barbato lu_zero at gentoo.org
Sat Sep 26 12:17:16 CEST 2015


It is mostly useful for web deployments.

Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
---

Now with the correct message, thanks to Felix for spotting.

 modules/access/http.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/access/http.c b/modules/access/http.c
index f9a5432..ae0f722 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -112,6 +112,7 @@ vlc_module_begin ()
         change_private()
     add_bool( "http-reconnect", false, RECONNECT_TEXT,
               RECONNECT_LONGTEXT, true )
+        change_safe()
     add_bool( "http-continuous", false, CONTINUOUS_TEXT,
               CONTINUOUS_LONGTEXT, true )
         change_safe()
--
2.5.0



More information about the vlc-devel mailing list