From 0ebcdf5cdad6bf20a5170735a7f77b23ecc081ac Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 4 Jun 2011 12:58:23 +0100 Subject: Do not include mathematics.h in avutil.h Signed-off-by: Mans Rullgard --- libavformat/rl2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rl2.c') diff --git a/libavformat/rl2.c b/libavformat/rl2.c index b4172c284a..12cb391ad8 100644 --- a/libavformat/rl2.c +++ b/libavformat/rl2.c @@ -34,6 +34,7 @@ */ #include "libavutil/intreadwrite.h" +#include "libavutil/mathematics.h" #include "avformat.h" #define EXTRADATA1_SIZE (6 + 256 * 3) ///< video base, clr, palette -- cgit v1.2.3