Commit 23ca99c8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Try to correct (lack of) ISDB-S with Linux DVB 5.0

parent 7912249c
...@@ -924,6 +924,9 @@ int dvb_set_isdbs (dvb_device_t *d, uint64_t freq_Hz, uint16_t ts_id) ...@@ -924,6 +924,9 @@ int dvb_set_isdbs (dvb_device_t *d, uint64_t freq_Hz, uint16_t ts_id)
DTV_ISDBS_TS_ID, (uint32_t)ts_id); DTV_ISDBS_TS_ID, (uint32_t)ts_id);
#else #else
# warning ISDB-S needs Linux DVB version 5.1 or later. # warning ISDB-S needs Linux DVB version 5.1 or later.
msg_Err (d->obj, "ISDB-S support not compiled-in");
(void) freq_Hz; (void) ts_id;
return -1;
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment