avutil/internal: Move libm inclusion to the beginning

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-03-28 20:16:06 +01:00
parent e4e6377afc
commit 8041a91a32
1 changed files with 1 additions and 2 deletions

View File

@ -40,6 +40,7 @@
#include <stdio.h>
#include "config.h"
#include "attributes.h"
#include "libm.h"
#include "macros.h"
#include "pixfmt.h"
@ -86,8 +87,6 @@
*/
#define FF_FIELD_AT(type, off, obj) (*(type *)((char *)&(obj) + (off)))
#include "libm.h"
/**
* Return NULL if CONFIG_SMALL is true, otherwise the argument
* without modification. Used to disable the definition of strings.