avutil/libm: fix fminf typo
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
97508af274
commit
2c1bf3fc96
@ -84,7 +84,7 @@ static av_always_inline float cbrtf(float x)
|
||||
|
||||
#if !HAVE_FMINF
|
||||
#undef fminf
|
||||
#define fminf(x, y) ((float)fminf(x,y))
|
||||
#define fminf(x, y) ((float)fmin(x,y))
|
||||
#endif
|
||||
|
||||
#if !HAVE_ISINF
|
||||
|
Loading…
x
Reference in New Issue
Block a user