mpegts service: fix warning when \!ENABLE_MPEGTS_DVB, fixes #2370
This commit is contained in:
parent
c655c067fb
commit
73bf840f14
1 changed files with 1 additions and 2 deletions
|
@ -403,10 +403,9 @@ mpegts_service_provider_name ( service_t *s )
|
|||
static const char *
|
||||
mpegts_service_channel_icon ( service_t *s )
|
||||
{
|
||||
mpegts_service_t *ms = (mpegts_service_t*)s;
|
||||
|
||||
/* DVB? */
|
||||
#if ENABLE_MPEGTS_DVB
|
||||
mpegts_service_t *ms = (mpegts_service_t*)s;
|
||||
extern const idclass_t dvb_mux_class;
|
||||
if (ms->s_dvb_mux &&
|
||||
idnode_is_instance(&ms->s_dvb_mux->mm_id, &dvb_mux_class)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue