Need to check for ENABLE_LINUXDVB

This commit is contained in:
Andreas Öman 2011-01-04 20:43:09 +01:00
parent 82d18a3872
commit a1d6d6f80e

View file

@ -1060,8 +1060,10 @@ service_get_signal_status(service_t *t, signal_status_t *status)
{
// get signal status from the service
switch(t->s_type) {
#if ENABLE_LINUXDVB
case SERVICE_TYPE_DVB:
return dvb_transport_get_signal_status(t, status);
#endif
default:
return -1;
}