mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[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:
@@ -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
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#ifndef H264_SEI_H
|
||||
#define H264_SEI_H
|
||||
|
||||
#include "basetype.h"
|
||||
#include "H264PutBits.h"
|
||||
|
||||
typedef struct {
|
||||
|
@@ -20,7 +20,6 @@
|
||||
/*------------------------------------------------------------------------------
|
||||
1. Include headers
|
||||
------------------------------------------------------------------------------*/
|
||||
#include "basetype.h"
|
||||
#include "enccommon.h"
|
||||
#include "H264PutBits.h"
|
||||
#include "H264Slice.h"
|
||||
|
@@ -20,7 +20,6 @@
|
||||
/*------------------------------------------------------------------------------
|
||||
1. Include headers
|
||||
------------------------------------------------------------------------------*/
|
||||
#include "basetype.h"
|
||||
#include "enccommon.h"
|
||||
#include "H264PutBits.h"
|
||||
#include "H264NalUnit.h"
|
||||
|
Reference in New Issue
Block a user