Changeset d3cb1428d24102d185e4a0a3c8d6c6cd86ae66d4

Show
Ignore:
Timestamp:
01/28/06 23:31:23 (3 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1138487483 +0000
git-parent:

[8b3a70713a48c8e31698ff0c0c8616e668a9f0e2]

git-author:
Clément Stenac <zorglub@videolan.org> 1138487483 +0000
Message:

Don't check syslog value if we don't have syslog.h

Files:

Legend:

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

    rf3112de rd3cb142  
    781781        VLC_AddIntf( 0, "logger", VLC_FALSE, VLC_FALSE ); 
    782782    } 
     783#ifdef HAVE_SYSLOG_H 
    783784    if( config_GetInt( p_vlc, "syslog" ) == 1 ) 
    784785    { 
     
    786787        AddIntfInternal( 0, "logger", VLC_FALSE, VLC_FALSE, 1, &psz_logmode ); 
    787788    } 
     789#endif 
    788790 
    789791    if( config_GetInt( p_vlc, "show-intf" ) == 1 )