[SCM] libav/experimental: Add common.h #include, necessary for av_const.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:19 UTC 2013


The following commit has been merged in the experimental branch:
commit b69201a82c4fdc5d8110f693e7571611c3c8da6f
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jan 28 08:50:10 2009 +0000

    Add common.h #include, necessary for av_const.
    
    Originally committed as revision 16844 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/mathematics.h b/libavutil/mathematics.h
index 9c8e389..782efcc 100644
--- a/libavutil/mathematics.h
+++ b/libavutil/mathematics.h
@@ -23,6 +23,7 @@
 
 #include <stdint.h>
 #include <math.h>
+#include "common.h"
 #include "rational.h"
 
 #ifndef M_E

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list