]> git.sesse.net Git - ffmpeg/commitdiff
mediacodecdec: fix build by including hwaccel.h
authorJan Ekström <jeebjp@gmail.com>
Fri, 1 Dec 2017 20:21:54 +0000 (22:21 +0200)
committerJan Ekström <jeebjp@gmail.com>
Fri, 1 Dec 2017 20:51:53 +0000 (22:51 +0200)
Enables the decoder to utilize the type AVCodecHWConfigInternal.

libavcodec/mediacodecdec.c

index 6d392adb3ab4fca29d5f66d74f6d133858affc2c..39f5cbc0450443180a5c4cc77e889ebe5c6494e7 100644 (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"