comparison cfg-mplayer.h @ 27370:14c5017f40d2

Change a bunch of video/audio-output-specific preprocessor directives from a HAVE_ prefix to a CONFIG_ prefix.
author diego
date Sun, 03 Aug 2008 15:21:40 +0000
parents 13c920fdf7f5
children d58d06eafe83
comparison
equal deleted inserted replaced
27369:8598536ca4f5 27370:14c5017f40d2
229 #ifdef CONFIG_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 CONFIG_ZR
235 // -vo zr 235 // -vo zr
236 {"zr*", vo_zr_parseoption, CONF_TYPE_FUNC_FULL, 0, 0, 0, &vo_zr_revertoption }, 236 {"zr*", vo_zr_parseoption, CONF_TYPE_FUNC_FULL, 0, 0, 0, &vo_zr_revertoption },
237 #endif 237 #endif
238 238
239 #ifdef HAVE_DXR2 239 #ifdef CONFIG_DXR2
240 {"dxr2", &dxr2_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, 240 {"dxr2", &dxr2_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
241 #endif 241 #endif
242 242
243 243
244 //---------------------- mplayer-only options ------------------------ 244 //---------------------- mplayer-only options ------------------------