diff mbox series

[FFmpeg-devel] avcodec/videotoolbox: add internal.h for header depenedency

Message ID 1644805288-10209-1-git-send-email-lance.lmwang@gmail.com
State Accepted
Commit d15f65c4699de54eafc3b9a8f145cad978666520
Headers show
Series [FFmpeg-devel] avcodec/videotoolbox: add internal.h for header depenedency | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished
andriy/make_aarch64_jetson success Make finished
andriy/make_fate_aarch64_jetson success Make fate finished
andriy/make_armv7_RPi4 success Make finished
andriy/make_fate_armv7_RPi4 success Make fate finished

Commit Message

Lance Wang Feb. 14, 2022, 2:21 a.m. UTC
From: Limin Wang <lance.lmwang@gmail.com>

Fixes build failures for videotoolbox

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
---
 libavcodec/videotoolbox.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
index 51d4eac..29c781c 100644
--- a/libavcodec/videotoolbox.c
+++ b/libavcodec/videotoolbox.c
@@ -29,6 +29,7 @@ 
 #include "libavutil/pixdesc.h"
 #include "bytestream.h"
 #include "decode.h"
+#include "internal.h"
 #include "h264dec.h"
 #include "hevcdec.h"
 #include "mpegvideo.h"