From 39dc510c89e1dc5bbdd40864fa68afef6367f8f6 Mon Sep 17 00:00:00 2001 From: Georgi Chorbadzhiyski Date: Tue, 11 Oct 2011 13:45:27 +0300 Subject: [PATCH] dvb/si: Change define guards to match where the files are. --- dvb/si/desc_4c.h | 4 ++-- dvb/si/desc_4f.h | 4 ++-- dvb/si/desc_60.h | 4 ++-- dvb/si/sit.h | 6 +++--- dvb/si/sit_print.h | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dvb/si/desc_4c.h b/dvb/si/desc_4c.h index c587cd8..6d9936e 100644 --- a/dvb/si/desc_4c.h +++ b/dvb/si/desc_4c.h @@ -30,8 +30,8 @@ * - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems) */ -#ifndef __BITSTREAM_MPEG_DESC_4C_H__ -#define __BITSTREAM_MPEG_DESC_4C_H__ +#ifndef __BITSTREAM_DVB_DESC_4C_H__ +#define __BITSTREAM_DVB_DESC_4C_H__ #include #include diff --git a/dvb/si/desc_4f.h b/dvb/si/desc_4f.h index 087c153..b8d35fc 100644 --- a/dvb/si/desc_4f.h +++ b/dvb/si/desc_4f.h @@ -30,8 +30,8 @@ * - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems) */ -#ifndef __BITSTREAM_MPEG_DESC_4F_H__ -#define __BITSTREAM_MPEG_DESC_4F_H__ +#ifndef __BITSTREAM_DVB_DESC_4F_H__ +#define __BITSTREAM_DVB_DESC_4F_H__ #include #include diff --git a/dvb/si/desc_60.h b/dvb/si/desc_60.h index d3c2e54..92d61ad 100644 --- a/dvb/si/desc_60.h +++ b/dvb/si/desc_60.h @@ -30,8 +30,8 @@ * - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems) */ -#ifndef __BITSTREAM_MPEG_DESC_60_H__ -#define __BITSTREAM_MPEG_DESC_60_H__ +#ifndef __BITSTREAM_DVB_DESC_60_H__ +#define __BITSTREAM_DVB_DESC_60_H__ #include #include diff --git a/dvb/si/sit.h b/dvb/si/sit.h index bff785b..ae11716 100644 --- a/dvb/si/sit.h +++ b/dvb/si/sit.h @@ -28,11 +28,11 @@ /* * Normative references: - * - ISO/IEC 13818-1:2007(E) (MPEG-2 Systems) + * - ETSI EN 300 468 V1.11.1 (2010-04) (SI in DVB systems) */ -#ifndef __BITSTREAM_MPEG_SIT_H__ -#define __BITSTREAM_MPEG_SIT_H__ +#ifndef __BITSTREAM_DVB_SIT_H__ +#define __BITSTREAM_DVB_SIT_H__ #include #include diff --git a/dvb/si/sit_print.h b/dvb/si/sit_print.h index 53c9903..68a1cb0 100644 --- a/dvb/si/sit_print.h +++ b/dvb/si/sit_print.h @@ -26,8 +26,8 @@ * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *****************************************************************************/ -#ifndef __BITSTREAM_MPEG_SIT_PRINT_H__ -#define __BITSTREAM_MPEG_SIT_PRINT_H__ +#ifndef __BITSTREAM_DVB_SIT_PRINT_H__ +#define __BITSTREAM_DVB_SIT_PRINT_H__ #include #include