eitd: fix compil without USE_DVBSI_EVENTS

Origin commit data
------------------
Branch: ni/coolstream
Commit: cf261628b6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-08-08 (Thu, 08 Aug 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-08-08 17:02:53 +02:00
parent fa4f954b78
commit 60457a76bf

View File

@@ -65,8 +65,8 @@ struct SI_section_EIT_header {
unsigned segment_last_section_number : 8;
unsigned last_table_id : 8;
} __attribute__ ((packed)) ; // 14 bytes
#if 0
// unused
#ifndef USE_DVBSI_EVENTS
struct SI_section_header {
unsigned table_id : 8;
#if __BYTE_ORDER == __BIG_ENDIAN