Changeset 179 for smplayer/vendor/current/src/config.h
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/config.h
r175 r179 91 91 // Just for testing, possibility to disable the use of the colorkey 92 92 93 #define USE_COLORKEY 193 #define USE_COLORKEY 0 94 94 95 95 … … 121 121 122 122 // Adds or not the "Repaint the background of the video window" option. 123 //#ifndef Q_OS_WIN123 #ifndef Q_OS_WIN 124 124 #define REPAINT_BACKGROUND_OPTION 1 125 //#endif125 #endif 126 126 127 127 128 128 // Enables/disables the use of -adapter 129 129 #ifdef Q_OS_WIN 130 #define USE_ADAPTER 1130 #define USE_ADAPTER 0 131 131 #define OVERLAY_VO "directx" 132 132 //#define OVERLAY_VO "xv"
Note:
See TracChangeset
for help on using the changeset viewer.