comparison cfg-common.h @ 3460:fac2acb51706

added new-lines to TYPE_PRINT options
author alex
date Tue, 11 Dec 2001 16:08:36 +0000
parents b26e0f8cf2d7
children 1ff0ff94ac91
comparison
equal deleted inserted replaced
3459:73b5692d1653 3460:fac2acb51706
2 // ------------------------- stream options -------------------- 2 // ------------------------- stream options --------------------
3 3
4 #ifdef USE_STREAM_CACHE 4 #ifdef USE_STREAM_CACHE
5 {"cache", &stream_cache_size, CONF_TYPE_INT, CONF_RANGE, 4, 65536}, 5 {"cache", &stream_cache_size, CONF_TYPE_INT, CONF_RANGE, 4, 65536},
6 #else 6 #else
7 {"cache", "MPlayer was compiled WITHOUT cache2 support", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0}, 7 {"cache", "MPlayer was compiled WITHOUT cache2 support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
8 #endif 8 #endif
9 #ifdef HAVE_VCD 9 #ifdef HAVE_VCD
10 {"vcd", &vcd_track, CONF_TYPE_INT, CONF_RANGE, 1, 99}, 10 {"vcd", &vcd_track, CONF_TYPE_INT, CONF_RANGE, 1, 99},
11 #else 11 #else
12 {"vcd", "VCD support is NOT available on this system!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0}, 12 {"vcd", "VCD support is NOT available on this system!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
78 CONF_TYPE_PRINT, 0, 0, 0}, 78 CONF_TYPE_PRINT, 0, 0, 0},
79 {"pp", &divx_quality, CONF_TYPE_INT, CONF_MIN, 0, 63}, 79 {"pp", &divx_quality, CONF_TYPE_INT, CONF_MIN, 0, 63},
80 #ifdef HAVE_ODIVX_POSTPROCESS 80 #ifdef HAVE_ODIVX_POSTPROCESS
81 {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1}, 81 {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1},
82 #else 82 #else
83 {"oldpp", "MPlayer was compiled without opendivx library", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0}, 83 {"oldpp", "MPlayer was compiled without opendivx library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
84 #endif 84 #endif
85 {"sws", &sws_flags, CONF_TYPE_INT, 0, 0, 2}, 85 {"sws", &sws_flags, CONF_TYPE_INT, 0, 0, 2},
86 86
87 #ifdef USE_TV 87 #ifdef USE_TV
88 {"tv", tvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0}, 88 {"tv", tvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},
89 #else 89 #else
90 {"tv", "MPlayer was compiled without TV Interface support", CONF_TYPE_PRINT, 0, 0, 0}, 90 {"tv", "MPlayer was compiled without TV Interface support\n", CONF_TYPE_PRINT, 0, 0, 0},
91 #endif 91 #endif
92 92
93 #else 93 #else
94 94
95 #include "config.h" 95 #include "config.h"