This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add libavutil/mathematics.h #includes for INFINITY
This fixes build errors in some environments. Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.9
Mans Rullgard
14 years ago
parent
e361b5089a
commit
85770d6e56
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
cmdutils.c
+1
-0
libavcodec/aaccoder.c
+1
-0
libavcodec/nellymoserenc.c
+ 1
- 0
cmdutils.c
View File
@@ -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"
+ 1
- 0
libavcodec/aaccoder.c
View File
@@ -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"
+ 1
- 0
libavcodec/nellymoserenc.c
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save