Commit 397b8205 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix console support autodetection.

parent 548d3227
...@@ -1867,7 +1867,7 @@ vlc_module_begin(); ...@@ -1867,7 +1867,7 @@ vlc_module_begin();
change_need_restart(); change_need_restart();
#endif #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, add_bool( "advanced", 0, NULL, ADVANCED_TEXT, ADVANCED_LONGTEXT,
VLC_FALSE ); VLC_FALSE );
change_need_restart(); change_need_restart();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment