Commit 1b8eea41 authored by Pierre Ynard's avatar Pierre Ynard

Use add_loadfile() for --vlm-conf

parent ced8149d
...@@ -1996,7 +1996,7 @@ vlc_module_begin () ...@@ -1996,7 +1996,7 @@ vlc_module_begin ()
SOUT_MUX_CACHING_LONGTEXT, true ) SOUT_MUX_CACHING_LONGTEXT, true )
set_section( N_("VLM"), NULL ) set_section( N_("VLM"), NULL )
add_string( "vlm-conf", NULL, VLM_CONF_TEXT, add_loadfile( "vlm-conf", NULL, VLM_CONF_TEXT,
VLM_CONF_LONGTEXT, true ) VLM_CONF_LONGTEXT, true )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment