[h264e]: fix missing header comiling error

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1174 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-08-08 00:45:08 +00:00
parent 15808fac6c
commit d41f1b8acd
4 changed files with 0 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ set(H264E_COMMON
# h264 encoder header # h264 encoder header
set(H264E_HDR set(H264E_HDR
include/basetype.h
include/H264CodeFrame.h include/H264CodeFrame.h
include/H264Init.h include/H264Init.h
include/H264Instance.h include/H264Instance.h
@@ -26,7 +25,6 @@ set(H264E_HDR
include/H264SequenceParameterSet.h include/H264SequenceParameterSet.h
include/H264Slice.h include/H264Slice.h
include/encasiccontroller.h include/encasiccontroller.h
include/enccfg.h
include/enccommon.h include/enccommon.h
include/encpreprocess.h include/encpreprocess.h
include/ewl.h include/ewl.h

View File

@@ -17,7 +17,6 @@
#ifndef H264_SEI_H #ifndef H264_SEI_H
#define H264_SEI_H #define H264_SEI_H
#include "basetype.h"
#include "H264PutBits.h" #include "H264PutBits.h"
typedef struct { typedef struct {

View File

@@ -20,7 +20,6 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
1. Include headers 1. Include headers
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#include "basetype.h"
#include "enccommon.h" #include "enccommon.h"
#include "H264PutBits.h" #include "H264PutBits.h"
#include "H264Slice.h" #include "H264Slice.h"

View File

@@ -20,7 +20,6 @@
/*------------------------------------------------------------------------------ /*------------------------------------------------------------------------------
1. Include headers 1. Include headers
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
#include "basetype.h"
#include "enccommon.h" #include "enccommon.h"
#include "H264PutBits.h" #include "H264PutBits.h"
#include "H264NalUnit.h" #include "H264NalUnit.h"