lavd/lavfi: fix float.h include.
float.h is a system header.
This commit is contained in:
parent
a0b2e8e155
commit
377d201790
@ -25,7 +25,7 @@
|
||||
|
||||
/* #define DEBUG */
|
||||
|
||||
#include "float.h" /* DBL_MIN, DBL_MAX */
|
||||
#include <float.h> /* DBL_MIN, DBL_MAX */
|
||||
|
||||
#include "libavutil/bprint.h"
|
||||
#include "libavutil/channel_layout.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user