mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
This commit is contained in:
parent
d31ba23185
commit
36a9b3693b
@ -26,6 +26,7 @@
|
||||
*/
|
||||
|
||||
#include <values.h>
|
||||
#include <float.h>
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "put_bits.h"
|
||||
|
Loading…
Reference in New Issue
Block a user