[vlc-commits] Use add_loadfile() for --vlm-conf
Pierre Ynard
git at videolan.org
Wed Apr 6 03:31:47 CEST 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Apr 6 03:31:56 2011 +0200| [1b8eea41931d023b3ef79e3575ecbb2b1aa5d354] | committer: Pierre Ynard
Use add_loadfile() for --vlm-conf
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b8eea41931d023b3ef79e3575ecbb2b1aa5d354
---
src/libvlc-module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index fe11033..64d719c 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1996,7 +1996,7 @@ vlc_module_begin ()
SOUT_MUX_CACHING_LONGTEXT, true )
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 )
More information about the vlc-commits
mailing list