Changeset 892e5a56e1edcc5b0c84b4284046f02d3f4b229b
- Timestamp:
- 09/23/07 11:27:11
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1190539631 +0000
- git-parent:
[09f98c01f1e35638813b3d59a735064292d5938a]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1190539631 +0000
- Message:
Do not force set VLC_VERBOSE.
LibVLC need to be prepared for it to be missing anyway.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd10ea71 |
r892e5a5 |
|
| 79 | 79 | putenv( (char *)"GNOME_DISABLE_CRASH_DIALOG=1" ); |
|---|
| 80 | 80 | # endif |
|---|
| 81 | | |
|---|
| 82 | | /* If the user isn't using VLC_VERBOSE, set it to 0 by default */ |
|---|
| 83 | | if( getenv( "VLC_VERBOSE" ) == NULL ) |
|---|
| 84 | | { |
|---|
| 85 | | putenv( (char *)"VLC_VERBOSE=0" ); |
|---|
| 86 | | } |
|---|
| 87 | 81 | #endif |
|---|
| 88 | 82 | |
|---|