Changeset 397b820578e9679b6d176d71387cd91be3d0431e

Show
Ignore:
Timestamp:
09/23/07 09:40:30 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1190533230 +0000
git-parent:

[548d322716d7fc57afab630bef383c8a033cae9f]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1190533230 +0000
Message:

Fix console support autodetection.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc-module.c

    r7727637 r397b820  
    18681868#endif 
    18691869 
    1870     add_bool( "color", 0, NULL, COLOR_TEXT, COLOR_LONGTEXT, VLC_TRUE ); 
     1870    add_bool( "color", VLC_TRUE, NULL, COLOR_TEXT, COLOR_LONGTEXT, VLC_TRUE ); 
    18711871    add_bool( "advanced", 0, NULL, ADVANCED_TEXT, ADVANCED_LONGTEXT, 
    18721872                    VLC_FALSE );