Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: ca - fix build without --enable-trace, fixes #2868
  • Loading branch information
perexg committed May 22, 2015
1 parent d3b1a53 commit 57ea801
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_ca.c
Expand Up @@ -53,6 +53,7 @@ ca_slot_state2str(ca_slot_state_t v)
return "UNKNOWN";
}

#if ENABLE_TRACE
const static char *
ca_pmt_list_mgmt2str(uint8_t v)
{
Expand All @@ -66,7 +67,9 @@ ca_pmt_list_mgmt2str(uint8_t v)
}
return "UNKNOWN";
}
#endif

#if ENABLE_TRACE
const static char *
ca_pmt_cmd_id2str(uint8_t v)
{
Expand All @@ -78,6 +81,7 @@ ca_pmt_cmd_id2str(uint8_t v)
}
return "UNKNOWN";
}
#endif

struct linuxdvb_ca_capmt {
TAILQ_ENTRY(linuxdvb_ca_capmt) lcc_link;
Expand Down

0 comments on commit 57ea801

Please sign in to comment.