projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd41c06
)
eval: include our headers after system headers
author
Måns Rullgård
<mans@mansr.com>
Mon, 10 Aug 2009 01:27:30 +0000
(
01:27
+0000)
committer
Måns Rullgård
<mans@mansr.com>
Mon, 10 Aug 2009 01:27:30 +0000
(
01:27
+0000)
Originally committed as revision 19612 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/eval.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/eval.c
b/libavcodec/eval.c
index
d757749
..
cdbab19
100644
(file)
--- a/
libavcodec/eval.c
+++ b/
libavcodec/eval.c
@@
-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