mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
lavd/lavfi: fix float.h include.
float.h is a system header.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user