diff --git a/src/lib_ccx/ccx_decoders_common.c b/src/lib_ccx/ccx_decoders_common.c index 845d821d..535098c1 100644 --- a/src/lib_ccx/ccx_decoders_common.c +++ b/src/lib_ccx/ccx_decoders_common.c @@ -10,6 +10,7 @@ made to reuse, not duplicate, as many functions as possible */ #include "lib_ccx.h" #include "ccx_decoders_608.h" #include "ccx_decoders_708.h" +#include "ccx_decoders_xds.h" #include "ccx_dtvcc.h" diff --git a/src/lib_ccx/lib_ccx.h b/src/lib_ccx/lib_ccx.h index 79eb1452..2fdda02a 100644 --- a/src/lib_ccx/lib_ccx.h +++ b/src/lib_ccx/lib_ccx.h @@ -14,13 +14,12 @@ #include "ccx_demuxer.h" #include "ccx_encoders_common.h" -#include "ccx_decoders_608.h" -#include "ccx_decoders_xds.h" +#include "ccx_decoders_common.h" #include "bitstream.h" #include "networking.h" #include "avc_functions.h" -#include "ccx_decoders_708.h" +//#include "ccx_decoders_708.h" /* Report information */ #define SUB_STREAMS_CNT 10