mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
eitd: fix compil without USE_DVBSI_EVENTS
This commit is contained in:
@@ -65,8 +65,8 @@ struct SI_section_EIT_header {
|
|||||||
unsigned segment_last_section_number : 8;
|
unsigned segment_last_section_number : 8;
|
||||||
unsigned last_table_id : 8;
|
unsigned last_table_id : 8;
|
||||||
} __attribute__ ((packed)) ; // 14 bytes
|
} __attribute__ ((packed)) ; // 14 bytes
|
||||||
#if 0
|
|
||||||
// unused
|
#ifndef USE_DVBSI_EVENTS
|
||||||
struct SI_section_header {
|
struct SI_section_header {
|
||||||
unsigned table_id : 8;
|
unsigned table_id : 8;
|
||||||
#if __BYTE_ORDER == __BIG_ENDIAN
|
#if __BYTE_ORDER == __BIG_ENDIAN
|
||||||
|
Reference in New Issue
Block a user