Commit 377d2017 authored by Clément Bœsch's avatar Clément Bœsch

lavd/lavfi: fix float.h include.

float.h is a system header.
parent a0b2e8e1
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment