Fix yet another stupid mistake in my preconf mod.
This commit is contained in:
parent
507392dd3c
commit
d059d808bb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ dvb_mux_preconf_add(th_dvb_adapter_t *tda, const struct mux *m, int num,
|
|||
break;
|
||||
|
||||
case FE_QPSK:
|
||||
#if DVB_API_VERSION > 5
|
||||
#if DVB_API_VERSION >= 5
|
||||
dmc.dmc_fe_delsys = SYS_DVBS;
|
||||
#endif
|
||||
dmc.dmc_fe_params.u.qpsk.symbol_rate = m->symrate;
|
||||
|
|
Loading…
Add table
Reference in a new issue