From d41f1b8acd614628b448170cce705fa2c7aaccdf Mon Sep 17 00:00:00 2001 From: ChenHengming Date: Mon, 8 Aug 2016 00:45:08 +0000 Subject: [PATCH] [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 --- mpp/codec/enc/h264/CMakeLists.txt | 2 -- mpp/codec/enc/h264/include/H264Sei.h | 1 - mpp/codec/enc/h264/include/H264SequenceParameterSet.h | 1 - mpp/codec/enc/h264/include/H264Slice.h | 1 - 4 files changed, 5 deletions(-) diff --git a/mpp/codec/enc/h264/CMakeLists.txt b/mpp/codec/enc/h264/CMakeLists.txt index 8edc264f..1bbac8e2 100644 --- a/mpp/codec/enc/h264/CMakeLists.txt +++ b/mpp/codec/enc/h264/CMakeLists.txt @@ -13,7 +13,6 @@ set(H264E_COMMON # h264 encoder header set(H264E_HDR - include/basetype.h include/H264CodeFrame.h include/H264Init.h include/H264Instance.h @@ -26,7 +25,6 @@ set(H264E_HDR include/H264SequenceParameterSet.h include/H264Slice.h include/encasiccontroller.h - include/enccfg.h include/enccommon.h include/encpreprocess.h include/ewl.h diff --git a/mpp/codec/enc/h264/include/H264Sei.h b/mpp/codec/enc/h264/include/H264Sei.h index a6497261..1a976875 100644 --- a/mpp/codec/enc/h264/include/H264Sei.h +++ b/mpp/codec/enc/h264/include/H264Sei.h @@ -17,7 +17,6 @@ #ifndef H264_SEI_H #define H264_SEI_H -#include "basetype.h" #include "H264PutBits.h" typedef struct { diff --git a/mpp/codec/enc/h264/include/H264SequenceParameterSet.h b/mpp/codec/enc/h264/include/H264SequenceParameterSet.h index a3a3cdd1..f53e0e62 100644 --- a/mpp/codec/enc/h264/include/H264SequenceParameterSet.h +++ b/mpp/codec/enc/h264/include/H264SequenceParameterSet.h @@ -20,7 +20,6 @@ /*------------------------------------------------------------------------------ 1. Include headers ------------------------------------------------------------------------------*/ -#include "basetype.h" #include "enccommon.h" #include "H264PutBits.h" #include "H264Slice.h" diff --git a/mpp/codec/enc/h264/include/H264Slice.h b/mpp/codec/enc/h264/include/H264Slice.h index 6662fcb6..c03b475f 100644 --- a/mpp/codec/enc/h264/include/H264Slice.h +++ b/mpp/codec/enc/h264/include/H264Slice.h @@ -20,7 +20,6 @@ /*------------------------------------------------------------------------------ 1. Include headers ------------------------------------------------------------------------------*/ -#include "basetype.h" #include "enccommon.h" #include "H264PutBits.h" #include "H264NalUnit.h"