[FFmpeg-cvslog] avcodec/cabac_functions: Add missing headers

Andreas Rheinhardt git at videolan.org
Mon Feb 21 14:13:44 EET 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Aug  8 08:13:11 2021 +0200| [dd2c871aa304ccbc5d2c8be319597d85505ddf89] | committer: Andreas Rheinhardt

avcodec/cabac_functions: Add missing headers

Fixes make checkheaders on PPC, for which no arch-specific header
exists that indirectly includes attributes.h.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd2c871aa304ccbc5d2c8be319597d85505ddf89
---

 libavcodec/cabac_functions.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/cabac_functions.h b/libavcodec/cabac_functions.h
index 2f2d48a8f8..c3f08d3410 100644
--- a/libavcodec/cabac_functions.h
+++ b/libavcodec/cabac_functions.h
@@ -30,6 +30,8 @@
 #include <stddef.h>
 #include <stdint.h>
 
+#include "libavutil/attributes.h"
+#include "libavutil/intmath.h"
 #include "cabac.h"
 #include "config.h"
 



More information about the ffmpeg-cvslog mailing list