mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avutil/libm: Only include intfloat.h when needed
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
079110238a
commit
c94143350f
20 changed files with 23 additions and 2 deletions
|
|
@ -28,7 +28,9 @@
|
|||
#include <math.h>
|
||||
#include "config.h"
|
||||
#include "attributes.h"
|
||||
#if !(HAVE_COPYSIGN && HAVE_HYPOT && HAVE_ISFINITE && HAVE_ISINF && HAVE_ISNAN)
|
||||
#include "intfloat.h"
|
||||
#endif
|
||||
#include "mathematics.h"
|
||||
|
||||
#if HAVE_MIPSFPU && HAVE_INLINE_ASM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue