[FFmpeg-cvslog] avcodec/mips/constants: Include intfloat.h in constants.h

Andreas Rheinhardt git at videolan.org
Thu Aug 5 21:40:58 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat Jul 31 22:45:55 2021 +0200| [7bad2a61d8923ba2a55f4e1f3a5f8cb9b325af64] | committer: Andreas Rheinhardt

avcodec/mips/constants: Include intfloat.h in constants.h

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

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

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

 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;



More information about the ffmpeg-cvslog mailing list