summaryrefslogtreecommitdiff
path: root/libavcodec/mips
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-31 22:45:55 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-05 19:00:53 +0200
commit7bad2a61d8923ba2a55f4e1f3a5f8cb9b325af64 (patch)
tree299e34d2b5febe38b96364ab36877595a72f4192 /libavcodec/mips
parent304cb08693220b1e8a09273f28688537fd9ff39e (diff)
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@outlook.com>
Diffstat (limited to 'libavcodec/mips')
-rw-r--r--libavcodec/mips/constants.h2
1 files changed, 2 insertions, 0 deletions
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;