[FFmpeg-cvslog] avcodec/videotoolbox: add internal.h for header depenedency
Limin Wang
git at videolan.org
Mon Feb 14 10:19:36 EET 2022
ffmpeg | branch: master | Limin Wang <lance.lmwang at gmail.com> | Mon Feb 14 10:21:28 2022 +0800| [d15f65c4699de54eafc3b9a8f145cad978666520] | committer: Andreas Rheinhardt
avcodec/videotoolbox: add internal.h for header depenedency
Fixes build failures for videotoolbox
Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d15f65c4699de54eafc3b9a8f145cad978666520
---
libavcodec/videotoolbox.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/videotoolbox.c b/libavcodec/videotoolbox.c
index 51d4eacfd8..29c781cda4 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"
More information about the ffmpeg-cvslog
mailing list