comparison libvo/video_out.h @ 27997:d48572283677

Remove unnecessary #ifdef around a struct and a bunch of extern declarations.
author diego
date Mon, 24 Nov 2008 17:35:08 +0000
parents 13c920fdf7f5
children 9e739bdb049c
comparison
equal deleted inserted replaced
27996:4480c422624d 27997:d48572283677
237 237
238 extern int vo_colorkey; 238 extern int vo_colorkey;
239 239
240 extern int WinID; 240 extern int WinID;
241 241
242 #if defined(CONFIG_FBDEV) || defined(CONFIG_VESA)
243
244 typedef struct { 242 typedef struct {
245 float min; 243 float min;
246 float max; 244 float max;
247 } range_t; 245 } range_t;
248 246
251 extern range_t *str2range(char *s); 249 extern range_t *str2range(char *s);
252 extern char *monitor_hfreq_str; 250 extern char *monitor_hfreq_str;
253 extern char *monitor_vfreq_str; 251 extern char *monitor_vfreq_str;
254 extern char *monitor_dotclock_str; 252 extern char *monitor_dotclock_str;
255 253
256 #endif /* defined(CONFIG_FBDEV) || defined(CONFIG_VESA) */
257
258 #endif /* MPLAYER_VIDEO_OUT_H */ 254 #endif /* MPLAYER_VIDEO_OUT_H */