]> git.sesse.net Git - vlc/commitdiff
Fix console support autodetection.
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Sep 2007 07:40:30 +0000 (07:40 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 23 Sep 2007 07:40:30 +0000 (07:40 +0000)
src/libvlc-module.c

index c8a292b2af4a4d190f78c63c3eefb156ab7f03e2..3e6560299ee6bb34928ef32dbd42bf9804826591 100644 (file)
@@ -1867,7 +1867,7 @@ vlc_module_begin();
         change_need_restart();
 #endif
 
-    add_bool( "color", 0, NULL, COLOR_TEXT, COLOR_LONGTEXT, VLC_TRUE );
+    add_bool( "color", VLC_TRUE, NULL, COLOR_TEXT, COLOR_LONGTEXT, VLC_TRUE );
     add_bool( "advanced", 0, NULL, ADVANCED_TEXT, ADVANCED_LONGTEXT,
                     VLC_FALSE );
         change_need_restart();