comparison cfg-common.h @ 31449:6441c47ae7f5

Fix type of dvbin_opts_conf extern declaration.
author diego
date Mon, 21 Jun 2010 12:55:43 +0000
parents 6f152da62242
children b109d4fd7f3f
comparison
equal deleted inserted replaced
31448:80a4a25c24c5 31449:6441c47ae7f5
147 {"fmt", &pvr_param_stream_type, CONF_TYPE_STRING, 0, 0, 0, NULL}, 147 {"fmt", &pvr_param_stream_type, CONF_TYPE_STRING, 0, 0, 0, NULL},
148 {NULL, NULL, 0, 0, 0, 0, NULL} 148 {NULL, NULL, 0, 0, 0, 0, NULL}
149 }; 149 };
150 #endif /* CONFIG_PVR */ 150 #endif /* CONFIG_PVR */
151 151
152 extern const m_config_t dvbin_opts_conf[]; 152 extern const m_option_t dvbin_opts_conf[];
153 153
154 extern int rtsp_port; 154 extern int rtsp_port;
155 extern char *rtsp_destination; 155 extern char *rtsp_destination;
156 156
157 const m_option_t scaler_filter_conf[]={ 157 const m_option_t scaler_filter_conf[]={