Issue #1692 - dvb: fix DVB v3 builds
This commit is contained in:
parent
aa0e5b1219
commit
46704009e1
1 changed files with 4 additions and 3 deletions
|
@ -1273,13 +1273,14 @@ dvb_fe_opts(th_dvb_adapter_t *tda, const char *which)
|
|||
}
|
||||
|
||||
if(!strcmp(which, "delsys")) {
|
||||
#if DVB_API_VERSION >= 5
|
||||
if(c & FE_CAN_QPSK) {
|
||||
#if DVB_API_VERSION >= 5
|
||||
fe_opts_add(a, "SYS_DVBS", SYS_DVBS);
|
||||
fe_opts_add(a, "SYS_DVBS2", SYS_DVBS2);
|
||||
} else
|
||||
#else
|
||||
fe_opts_add(a, "SYS_DVBS", -1);
|
||||
#endif
|
||||
fe_opts_add(a, "SYS_UNDEFINED", SYS_UNDEFINED);
|
||||
}
|
||||
return a;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue