Commit 8958fa62 authored by vitor's avatar vitor

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23580 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b1e0d9f9
...@@ -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