[vlc-devel] [PATCH 1/5] keystore: use add_module instead of add_string

Maxime ... mmeisson at outlook.fr
Tue Jul 30 13:01:36 CEST 2019


---
 src/libvlc-module.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index f5de78bcae..239b5fd4fe 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -2137,8 +2137,7 @@ vlc_module_begin ()
     add_obsolete_string( "plugin-path" ) /* since 2.0.0 */
 #endif
     add_obsolete_string( "data-path" ) /* since 2.1.0 */
-    add_string( "keystore", NULL, KEYSTORE_TEXT,
-                KEYSTORE_LONGTEXT, true )
+    add_module( "keystore", "keystore", NULL, KEYSTORE_TEXT, KEYSTORE_LONGTEXT )
 
     set_section( N_("Performance options"), NULL )
 
-- 
2.17.1



More information about the vlc-devel mailing list