Ignore:
Timestamp:
Aug 31, 2016, 5:31:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/config.h

    r176 r181  
    9191// Just for testing, possibility to disable the use of the colorkey
    9292
    93 #define USE_COLORKEY 1
     93#define USE_COLORKEY 0
    9494
    9595
     
    121121
    122122// Adds or not the "Repaint the background of the video window" option.
    123 //#ifndef Q_OS_WIN
     123#ifndef Q_OS_WIN
    124124#define REPAINT_BACKGROUND_OPTION 1
    125 //#endif
     125#endif
    126126
    127127
    128128// Enables/disables the use of -adapter
    129129#ifdef Q_OS_WIN
    130 #define USE_ADAPTER 1
     130#define USE_ADAPTER 0
    131131#define OVERLAY_VO "directx"
    132132//#define OVERLAY_VO "xv"
Note: See TracChangeset for help on using the changeset viewer.