]> git.sesse.net Git - vlc/commitdiff
Shout: fix compilation
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 22 Oct 2010 23:00:38 +0000 (01:00 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 22 Oct 2010 23:00:38 +0000 (01:00 +0200)
modules/access_output/shout.c

index 8a01830cf94816b15bd6ed440914caf2880670bf..0256b1150ef985a89c26612016d18afe81303815 100644 (file)
@@ -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 )