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>
This commit is contained in:
Andreas Rheinhardt 2021-07-31 22:45:55 +02:00
parent 304cb08693
commit 7bad2a61d8
1 changed files with 2 additions and 0 deletions

View File

@ -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;