Browse Source

Add common.h #include, necessary for av_const.

Originally committed as revision 16844 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun 16 years ago
parent
commit
b69201a82c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libavutil/mathematics.h

+ 1 - 0
libavutil/mathematics.h

@@ -23,6 +23,7 @@
 
 
 #include <stdint.h>
 #include <stdint.h>
 #include <math.h>
 #include <math.h>
+#include "common.h"
 #include "rational.h"
 #include "rational.h"
 
 
 #ifndef M_E
 #ifndef M_E