Ignore:
Timestamp:
Oct 24, 2012, 7:56:20 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMplayer: update vendor to 0.8.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/preferences.h

    r127 r133  
    6868       ******* */
    6969
     70        int config_version;
     71
    7072        QString mplayer_bin;
    7173        QString vo; // video output
     
    180182#ifdef YOUTUBE_SUPPORT
    181183        int yt_quality;
     184        QString yt_user_agent;
    182185#endif
    183186
     
    385388        bool add_to_playlist_consecutive_files;
    386389
     390#if LOGO_ANIMATION
     391        bool animated_logo;
     392#endif
     393
    387394
    388395    /* ********
     
    402409        QString latest_dir; //!< Directory of the latest file loaded
    403410        QString last_dvd_directory;
    404 
     411        bool save_dirs; // Save or not the latest dirs
    405412
    406413    /* **************
Note: See TracChangeset for help on using the changeset viewer.