From cf261628b6425f5c4a1356ea52af6c02326d5746 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 8 Aug 2013 17:02:53 +0200 Subject: [PATCH] eitd: fix compil without USE_DVBSI_EVENTS --- src/eitd/SIsections.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/eitd/SIsections.hpp b/src/eitd/SIsections.hpp index 5862e1717..b537cadaf 100644 --- a/src/eitd/SIsections.hpp +++ b/src/eitd/SIsections.hpp @@ -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