[FFmpeg-cvslog] r16844 - trunk/libavutil/mathematics.h

diego subversion
Wed Jan 28 09:50:10 CET 2009


Author: diego
Date: Wed Jan 28 09:50:10 2009
New Revision: 16844

Log:
Add common.h #include, necessary for av_const.

Modified:
   trunk/libavutil/mathematics.h

Modified: trunk/libavutil/mathematics.h
==============================================================================
--- trunk/libavutil/mathematics.h	Wed Jan 28 08:16:52 2009	(r16843)
+++ trunk/libavutil/mathematics.h	Wed Jan 28 09:50:10 2009	(r16844)
@@ -23,6 +23,7 @@
 
 #include <stdint.h>
 #include <math.h>
+#include "common.h"
 #include "rational.h"
 
 #ifndef M_E




More information about the ffmpeg-cvslog mailing list