eval: include our headers after system headers
Originally committed as revision 19612 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bd41c06f18
commit
9a88c1dfa8
@ -28,14 +28,14 @@
|
||||
* see http://joe.hotchkiss.com/programming/eval/eval.html
|
||||
*/
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "eval.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "eval.h"
|
||||
|
||||
#ifndef NAN
|
||||
#define NAN 0.0/0.0
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user