Ignore:
Timestamp:
Mar 29, 2012, 4:53:15 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: trunk update to latest svn

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/preferences.h

    r124 r128  
    178178        int cache_for_tv;
    179179
    180 #if YOUTUBE_SUPPORT
     180#ifdef YOUTUBE_SUPPORT
    181181        int yt_quality;
    182182#endif
     
    249249
    250250        // Logs
     251#ifdef LOG_MPLAYER
    251252        bool log_mplayer;
     253        bool verbose_log;
     254        bool autosave_mplayer_log;
     255        QString mplayer_log_saveto;
     256#endif
     257#ifdef LOG_SMPLAYER
    252258        bool log_smplayer;
    253259        QString log_filter;
    254         bool verbose_log;
    255260        bool save_smplayer_log;
    256 
    257     //mplayer log autosaving
    258     bool autosave_mplayer_log;
    259     QString mplayer_log_saveto;
    260     //mplayer log autosaving end
     261#endif
    261262
    262263#if REPAINT_BACKGROUND_OPTION
     
    454455       Instances
    455456       ********* */
    456 
     457#ifdef SINGLE_INSTANCE
    457458        bool use_single_instance;
    458         int connection_port; // Manual port
    459         bool use_autoport;
    460         int autoport; // Port automatically chosen by Qt
     459#endif
    461460
    462461
Note: See TracChangeset for help on using the changeset viewer.