comparison cfg-mplayer.h @ 5055:534167719e91

nortc patch by Attila Kinali
author atmos4
date Tue, 12 Mar 2002 18:02:02 +0000
parents 3022570ad7d4
children be67d073f23b
comparison
equal deleted inserted replaced
5054:93c65f130dd6 5055:534167719e91
90 extern int use_old_pp; 90 extern int use_old_pp;
91 #endif 91 #endif
92 92
93 #ifdef HAVE_XINERAMA 93 #ifdef HAVE_XINERAMA
94 extern int xinerama_screen; 94 extern int xinerama_screen;
95 #endif
96
97 #ifdef HAVE_RTC
98 extern int nortc;
95 #endif 99 #endif
96 100
97 /* from libvo/aspect.c */ 101 /* from libvo/aspect.c */
98 extern float monitor_aspect; 102 extern float monitor_aspect;
99 103
305 309
306 #ifdef HAVE_XINERAMA 310 #ifdef HAVE_XINERAMA
307 {"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL}, 311 {"xineramascreen", &xinerama_screen, CONF_TYPE_INT, CONF_RANGE, 0, 32, NULL},
308 #endif 312 #endif
309 313
314 #ifdef HAVE_RTC
315 {"nortc", &nortc, CONF_TYPE_FLAG, 0, 0, 1, NULL},
316 #endif
317
310 #define MAIN_CONF 318 #define MAIN_CONF
311 #include "cfg-common.h" 319 #include "cfg-common.h"
312 #undef MAIN_CONF 320 #undef MAIN_CONF
313 321
314 {"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, 322 {"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},