comparison cfg-common.h @ 2831:7746bf29000a

tv.h has its own USE_TV check
author arpi
date Sun, 11 Nov 2001 13:48:11 +0000
parents b4d46817f050
children 3e045cebc446
comparison
equal deleted inserted replaced
2830:596a6ba3520f 2831:7746bf29000a
87 87
88 #else 88 #else
89 89
90 #include "config.h" 90 #include "config.h"
91 91
92 #ifdef USE_TV
93 #include "libmpdemux/tv.h" 92 #include "libmpdemux/tv.h"
94 93
94 #ifdef USE_TV
95 struct config tvopts_conf[]={ 95 struct config tvopts_conf[]={
96 {"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1}, 96 {"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1},
97 {"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0}, 97 {"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0},
98 {"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0}, 98 {"device", &tv_param_device, CONF_TYPE_STRING, 0, 0, 0},
99 {"freq", &tv_param_freq, CONF_TYPE_INT, CONF_RANGE, 0, 2500000}, 99 {"freq", &tv_param_freq, CONF_TYPE_INT, CONF_RANGE, 0, 2500000},