comparison cfg-mplayer.h @ 27365:13c920fdf7f5

Change a bunch of video-output-specific preprocessor directives from a HAVE_ prefix to a CONFIG_ prefix.
author diego
date Sat, 02 Aug 2008 17:38:11 +0000
parents d788e177a35e
children 14c5017f40d2
comparison
equal deleted inserted replaced
27364:4864676b338f 27365:13c920fdf7f5
143 {"forcexv", "-forcexv has been removed. Use -vo sdl:forcexv instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 143 {"forcexv", "-forcexv has been removed. Use -vo sdl:forcexv instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
144 // -ao sdl only: 144 // -ao sdl only:
145 {"sdla", "Use -ao sdl:driver instead of -ao sdl -sdla driver.\n", 145 {"sdla", "Use -ao sdl:driver instead of -ao sdl -sdla driver.\n",
146 CONF_TYPE_PRINT, 0, 0, 0, NULL}, 146 CONF_TYPE_PRINT, 0, 0, 0, NULL},
147 147
148 #if defined(HAVE_FBDEV)||defined(HAVE_VESA) 148 #if defined(CONFIG_FBDEV) || defined(CONFIG_VESA)
149 {"monitor-hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, 149 {"monitor-hfreq", &monitor_hfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL},
150 {"monitor-vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, 150 {"monitor-vfreq", &monitor_vfreq_str, CONF_TYPE_STRING, 0, 0, 0, NULL},
151 {"monitor-dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0, NULL}, 151 {"monitor-dotclock", &monitor_dotclock_str, CONF_TYPE_STRING, 0, 0, 0, NULL},
152 #endif 152 #endif
153 153
154 #ifdef HAVE_FBDEV 154 #ifdef CONFIG_FBDEV
155 {"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0, NULL}, 155 {"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
156 {"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0, NULL}, 156 {"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
157 #endif 157 #endif
158 #ifdef HAVE_DIRECTFB 158 #ifdef CONFIG_DIRECTFB
159 #if DIRECTFBVERSION > 912 159 #if DIRECTFBVERSION > 912
160 {"dfbopts", "-dfbopts has been removed. Use -vf directfb:dfbopts=... instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 160 {"dfbopts", "-dfbopts has been removed. Use -vf directfb:dfbopts=... instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
161 #endif 161 #endif
162 #endif 162 #endif
163 163
224 {"dr", &vo_directrendering, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 224 {"dr", &vo_directrendering, CONF_TYPE_FLAG, 0, 0, 1, NULL},
225 {"nodr", &vo_directrendering, CONF_TYPE_FLAG, 0, 1, 0, NULL}, 225 {"nodr", &vo_directrendering, CONF_TYPE_FLAG, 0, 1, 0, NULL},
226 {"vaa_dr", "-vaa_dr has been removed, use -dr.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 226 {"vaa_dr", "-vaa_dr has been removed, use -dr.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
227 {"vaa_nodr", "-vaa_nodr has been removed, use -nodr.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 227 {"vaa_nodr", "-vaa_nodr has been removed, use -nodr.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
228 228
229 #ifdef HAVE_AA 229 #ifdef CONFIG_AA
230 // -vo aa 230 // -vo aa
231 {"aa*", "-aa* has been removed. Use -vo aa:suboption instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 231 {"aa*", "-aa* has been removed. Use -vo aa:suboption instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
232 #endif 232 #endif
233 233
234 #ifdef HAVE_ZR 234 #ifdef HAVE_ZR