Changeset 892e5a56e1edcc5b0c84b4284046f02d3f4b229b

Show
Ignore:
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
  • src/vlc.c

    rd10ea71 r892e5a5  
    7979    putenv( (char *)"GNOME_DISABLE_CRASH_DIALOG=1" ); 
    8080#   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     } 
    8781#endif 
    8882