Changeset 397b820578e9679b6d176d71387cd91be3d0431e
- 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
| r7727637 |
r397b820 |
|
| 1868 | 1868 | #endif |
|---|
| 1869 | 1869 | |
|---|
| 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 ); |
|---|
| 1871 | 1871 | add_bool( "advanced", 0, NULL, ADVANCED_TEXT, ADVANCED_LONGTEXT, |
|---|
| 1872 | 1872 | VLC_FALSE ); |
|---|