From 1d9c2dc89a2302076a68b4a3ae3639abbb1a502d Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 6 Aug 2012 16:49:32 +0300 Subject: Don't include common.h from avutil.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavcodec/celp_math.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/celp_math.c') diff --git a/libavcodec/celp_math.c b/libavcodec/celp_math.c index 8d36d4e900..a34508f85c 100644 --- a/libavcodec/celp_math.c +++ b/libavcodec/celp_math.c @@ -26,6 +26,7 @@ #include "avcodec.h" #include "celp_math.h" +#include "libavutil/common.h" /** * Cosine table: base_cos[i] = (1<<15) * cos(i*PI/64) -- cgit v1.2.3