vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Oct 23 01:00:38 2010 +0200| [396da76db051d19b751d50ad03cafe211fc5e441] | committer: Jean-Baptiste Kempf
Shout: fix compilation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=396da76db051d19b751d50ad03cafe211fc5e441 --- modules/access_output/shout.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/access_output/shout.c b/modules/access_output/shout.c index 8a01830..0256b11 100644 --- a/modules/access_output/shout.c +++ b/modules/access_output/shout.c @@ -115,7 +115,7 @@ vlc_module_begin () add_shortcut( "shout" ) add_string( SOUT_CFG_PREFIX "name", "VLC media player - Live stream", NAME_TEXT, NAME_LONGTEXT, false ) - add_string( SOUT_CFG_PREFIX "description", "Live stream from VLC media player", NULL, + add_string( SOUT_CFG_PREFIX "description", "Live stream from VLC media player", DESCRIPTION_TEXT, DESCRIPTION_LONGTEXT, false ) add_bool( SOUT_CFG_PREFIX "mp3", false, MP3_TEXT, MP3_LONGTEXT, true ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
