avutil/libm: Only include intfloat.h when needed

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2025-03-19 10:15:15 +01:00
parent 079110238a
commit c94143350f
20 changed files with 23 additions and 2 deletions

View file

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