Commit 36a9b369 authored by Vitor Sessak's avatar Vitor Sessak

Include float.h to provide FLT_MAX define. Should fix compilation on windows.

Originally committed as revision 23580 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d31ba231
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
*/ */
#include <values.h> #include <values.h>
#include <float.h>
#include "avcodec.h" #include "avcodec.h"
#include "put_bits.h" #include "put_bits.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