Library - fixes

Include fixes
This commit is contained in:
wforums 2014-08-15 18:19:48 +02:00
parent 456d23f547
commit 87d6a6bf91
4 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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;

View File

@ -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

View File

@ -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"