Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: fix compilation for dvb < 5.0
  • Loading branch information
perexg committed Feb 9, 2015
1 parent f578c96 commit 4a9dfec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_frontend.c
Expand Up @@ -965,6 +965,7 @@ typedef struct linuxdvb_tbl {

#define TABLE_EOD -1

#if DVB_API_VERSION >= 5
static int
linuxdvb2tvh ( const char *prefix, linuxdvb_tbl_t *tbl, int key, int defval )
{
Expand All @@ -976,6 +977,7 @@ linuxdvb2tvh ( const char *prefix, linuxdvb_tbl_t *tbl, int key, int defval )
tvhtrace("linuxdvb", "%s - linuxdvb2tvh failed %d", prefix, key);
return defval;
}
#endif

static int
tvh2linuxdvb ( const char *prefix, linuxdvb_tbl_t *tbl, int key, int defval )
Expand Down

0 comments on commit 4a9dfec

Please sign in to comment.