You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavd/lavfi: fix float.h include.
float.h is a system header.
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
/* #define DEBUG */
|
/* #define DEBUG */
|
||||||
|
|
||||||
#include "float.h" /* DBL_MIN, DBL_MAX */
|
#include <float.h> /* DBL_MIN, DBL_MAX */
|
||||||
|
|
||||||
#include "libavutil/bprint.h"
|
#include "libavutil/bprint.h"
|
||||||
#include "libavutil/channel_layout.h"
|
#include "libavutil/channel_layout.h"
|
||||||
|
Reference in New Issue
Block a user