git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
8116911
)
Add common.h #include, necessary for av_const.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 28 Jan 2009 08:50:10 +0000
(08:50 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 28 Jan 2009 08:50:10 +0000
(08:50 +0000)
Originally committed as revision 16844 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/mathematics.h
patch
|
blob
|
history
diff --git
a/libavutil/mathematics.h
b/libavutil/mathematics.h
index
9c8e389
..
782efcc
100644
(file)
--- a/
libavutil/mathematics.h
+++ b/
libavutil/mathematics.h
@@
-23,6
+23,7
@@
#include <stdint.h>
#include <math.h>
#include <stdint.h>
#include <math.h>
+#include "common.h"
#include "rational.h"
#ifndef M_E
#include "rational.h"
#ifndef M_E