[FFmpeg-devel] [PATCH 01/10] avcodec/mips/constants: Include intfloat.h in constants.h

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Aug 2 18:04:35 EEST 2021


Don't rely on the user including it (mostly indirectly).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavcodec/mips/constants.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/mips/constants.h b/libavcodec/mips/constants.h
index df54b3016f..f6eaf4415e 100644
--- a/libavcodec/mips/constants.h
+++ b/libavcodec/mips/constants.h
@@ -22,6 +22,8 @@
 #ifndef AVCODEC_MIPS_CONSTANTS_H
 #define AVCODEC_MIPS_CONSTANTS_H
 
+#include "libavutil/intfloat.h"
+
 extern const union av_intfloat64 ff_pw_1;
 extern const union av_intfloat64 ff_pw_2;
 extern const union av_intfloat64 ff_pw_3;
-- 
2.30.2



More information about the ffmpeg-devel mailing list