mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
304cb08693
commit
7bad2a61d8
|
@ -22,6 +22,8 @@
|
||||||
#ifndef AVCODEC_MIPS_CONSTANTS_H
|
#ifndef AVCODEC_MIPS_CONSTANTS_H
|
||||||
#define 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_1;
|
||||||
extern const union av_intfloat64 ff_pw_2;
|
extern const union av_intfloat64 ff_pw_2;
|
||||||
extern const union av_intfloat64 ff_pw_3;
|
extern const union av_intfloat64 ff_pw_3;
|
||||||
|
|
Loading…
Reference in New Issue