Changeset 176 for smplayer/trunk/src/config.h
- Timestamp:
- May 3, 2016, 5:25:45 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 175
- Property svn:mergeinfo changed
-
smplayer/trunk/src/config.h
r165 r176 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 17 17 */ 18 18 19 #ifndef _CONFIG_H_20 #define _CONFIG_H_19 #ifndef CONFIG_H 20 #define CONFIG_H 21 21 22 22 #include <Qt> 23 24 #define NOTIFY_SUB_CHANGES 1 25 #define NOTIFY_AUDIO_CHANGES 1 26 #define NOTIFY_VIDEO_CHANGES 0 27 #define NOTIFY_CHAPTER_CHANGES 1 23 28 24 29 … … 98 103 // DVDNAV_SUPPORT 99 104 // if 1, smplayer will be compiled with support for mplayer's dvdnav 100 105 #ifdef MPLAYER_SUPPORT 101 106 #define DVDNAV_SUPPORT 1 107 #endif 102 108 103 109 … … 105 111 // support for program switch in ts files 106 112 107 #define PROGRAM_SWITCH 1 113 #define PROGRAM_SWITCH 0 114 115 116 // ALLOW_DEMUXER_CODE_CHANGE 117 // support changing of demuxer and video and audio codecs 118 119 #define ALLOW_DEMUXER_CODEC_CHANGE 1 108 120 109 121 … … 129 141 130 142 131 // If 1, smplayer will add support for the mplayer slave command132 // "panscan".133 134 #define USE_MPLAYER_PANSCAN 0135 136 137 143 // If 1, the background logo will be animated 138 144 #if QT_VERSION >= 0x040600
Note:
See TracChangeset
for help on using the changeset viewer.