Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: fix build for headers < 5.5
  • Loading branch information
perexg committed Mar 19, 2015
1 parent 35029f1 commit fbd41d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input/mpegts/linuxdvb/linuxdvb_adapter.c
Expand Up @@ -181,6 +181,7 @@ linuxdvb_get_type(int linux_type)
/*
*
*/
#if DVB_VER_ATLEAST(5,5)
static void
linuxdvb_get_systems(int fd, struct dtv_property *_cmd)
{
Expand Down Expand Up @@ -212,6 +213,7 @@ linuxdvb_get_systems(int fd, struct dtv_property *_cmd)
}
*_cmd = cmd;
}
#endif

/*
* Add adapter by path
Expand Down

0 comments on commit fbd41d8

Please sign in to comment.