comparison cfg-common.h @ 17463:b56f34ba3f2f

proper support for shared libpostproc patch by Nico Sabbi, fixes and consistency cleanups by me
author diego
date Sun, 22 Jan 2006 18:11:35 +0000
parents ea284c209b6c
children 04d6525d59d6
comparison
equal deleted inserted replaced
17462:18c4f5105fe6 17463:b56f34ba3f2f
190 {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 190 {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
191 #else 191 #else
192 {"oldpp", "MPlayer was compiled without the OpenDivX library.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 192 {"oldpp", "MPlayer was compiled without the OpenDivX library.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
193 #endif 193 #endif
194 {"npp", "-npp has been removed, use -vf pp and read the fine manual.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 194 {"npp", "-npp has been removed, use -vf pp and read the fine manual.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
195 #ifdef FF_POSTPROCESS 195 #if defined(USE_LIBPOSTPROC) || defined(USE_LIBPOSTPROC_SO)
196 {"pphelp", &pp_help, CONF_TYPE_PRINT_INDIRECT, CONF_NOCFG, 0, 0, NULL}, 196 {"pphelp", &pp_help, CONF_TYPE_PRINT_INDIRECT, CONF_NOCFG, 0, 0, NULL},
197 #endif 197 #endif
198 198
199 // scaling: 199 // scaling:
200 {"sws", &sws_flags, CONF_TYPE_INT, 0, 0, 2, NULL}, 200 {"sws", &sws_flags, CONF_TYPE_INT, 0, 0, 2, NULL},