mediacodecdec: fix build by including hwaccel.h

Enables the decoder to utilize the type AVCodecHWConfigInternal.
This commit is contained in:
Jan Ekström 2017-12-01 22:21:54 +02:00
parent 9bed17cd0f
commit 6939b3cb9d
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "avcodec.h"
#include "h264_parse.h"
#include "hevc_parse.h"
#include "hwaccel.h"
#include "internal.h"
#include "mediacodec_wrapper.h"
#include "mediacodecdec_common.h"