]> git.sesse.net Git - vlc/blobdiff - modules/control/dummy.c
control: move CONSOLE_INTRO_MSG to a private header
[vlc] / modules / control / dummy.c
index c0bc3cd6ec29c6f276056c1db9e8d2299e9d91f6..e541698c5a4ed4670b67444aabf34f2d67eea26e 100644 (file)
@@ -40,6 +40,7 @@
     "Enabling the quiet mode will not bring this command box but can also " \
     "be pretty annoying when you want to stop VLC and no video window is " \
     "open." )
+#include "intromsg.h"
 #endif
 
 static int Open( vlc_object_t * );
@@ -65,7 +66,7 @@ static int Open( vlc_object_t *p_this )
     bool b_quiet;
     b_quiet = var_InheritBool( p_intf, "dummy-quiet" );
     if( !b_quiet )
-        CONSOLE_INTRO_MSG;
+        intf_consoleIntroMsg(p_intf);
 #endif
 
     msg_Info( p_intf, "using the dummy interface module..." );