mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Add libavutil/mathematics.h #includes for INFINITY
This fixes build errors in some environments. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
e361b5089a
commit
85770d6e56
@ -35,6 +35,7 @@
|
||||
#include "libswscale/swscale.h"
|
||||
#include "libpostproc/postprocess.h"
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavutil/mathematics.h"
|
||||
#include "libavutil/parseutils.h"
|
||||
#include "libavutil/pixdesc.h"
|
||||
#include "libavutil/eval.h"
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "libavutil/libm.h" // brought forward to work around cygwin header breakage
|
||||
|
||||
#include <float.h>
|
||||
#include "libavutil/mathematics.h"
|
||||
#include "avcodec.h"
|
||||
#include "put_bits.h"
|
||||
#include "aac.h"
|
||||
|
@ -35,6 +35,7 @@
|
||||
* http://wiki.multimedia.cx/index.php?title=Nellymoser
|
||||
*/
|
||||
|
||||
#include "libavutil/mathematics.h"
|
||||
#include "nellymoser.h"
|
||||
#include "avcodec.h"
|
||||
#include "dsputil.h"
|
||||
|
Loading…
Reference in New Issue
Block a user