mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user