Closed GoogleCodeExporter closed 9 years ago
Solved, in vtuner_main.c, line 43
#define VTUNERC_MAX_ADAPTERS 4
replaced with
#define VTUNERC_MAX_ADAPTERS 32
Original comment by alexcsor...@cnetwork.ro
on 19 Apr 2012 at 8:17
Just added compiled-time option for that. You can easily change number of
supported DVB devices by the following make command:
make VTUNERC_MAX_ADAPTERS=8
Checkout fresh source and test yourself.
Honza
Original comment by jpetrous
on 19 Apr 2012 at 8:50
Original issue reported on code.google.com by
alexcsor...@cnetwork.ro
on 18 Apr 2012 at 11:06