From 87d6a6bf9105d2a285b93999ba70f759ec3708b4 Mon Sep 17 00:00:00 2001 From: wforums Date: Fri, 15 Aug 2014 18:19:48 +0200 Subject: [PATCH] Library - fixes Include fixes --- src/ccextractor.h | 1 + src/ccx_decoders_608.h | 1 + src/ccx_decoders_structs.h | 1 + src/ccx_encoders_helpers.h | 1 + 4 files changed, 4 insertions(+) diff --git a/src/ccextractor.h b/src/ccextractor.h index a0c90d68..234b1584 100644 --- a/src/ccextractor.h +++ b/src/ccextractor.h @@ -13,6 +13,7 @@ #include "ccx_encoders_common.h" #include "ccx_decoders_608.h" +#include "ccx_decoders_xds.h" #include "ccx_decoders_708.h" #include "bitstream.h" diff --git a/src/ccx_decoders_608.h b/src/ccx_decoders_608.h index 995917ef..981b4169 100644 --- a/src/ccx_decoders_608.h +++ b/src/ccx_decoders_608.h @@ -1,6 +1,7 @@ #ifndef __608_H__ #include "ccx_common_platform.h" +#include "ccx_common_structs.h" #include "ccx_decoders_structs.h" extern LLONG ts_start_of_xds; diff --git a/src/ccx_decoders_structs.h b/src/ccx_decoders_structs.h index 7b3155bd..97313715 100644 --- a/src/ccx_decoders_structs.h +++ b/src/ccx_decoders_structs.h @@ -1,6 +1,7 @@ #ifndef CCX_DECODERS_STRUCTS_H #include "ccx_common_platform.h" +#include "ccx_common_constants.h" // Define max width in characters/columns on the screen #define CCX_DECODER_608_SCREEN_WIDTH 32 diff --git a/src/ccx_encoders_helpers.h b/src/ccx_encoders_helpers.h index 0920e210..9cd493e3 100644 --- a/src/ccx_encoders_helpers.h +++ b/src/ccx_encoders_helpers.h @@ -2,6 +2,7 @@ #define _CCX_ENCODERS_HELPERS_H #include "ccx_common_common.h" +#include "ccx_common_constants.h" #include "ccx_decoders_structs.h" #include "ccx_decoders_608.h"