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/jpegls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/jpegls.h') diff --git a/libavcodec/jpegls.h b/libavcodec/jpegls.h index 1c1817e833..18c71a82d0 100644 --- a/libavcodec/jpegls.h +++ b/libavcodec/jpegls.h @@ -29,6 +29,7 @@ #define AVCODEC_JPEGLS_H #include "avcodec.h" +#include "libavutil/common.h" typedef struct JpeglsContext{ AVCodecContext *avctx; -- cgit v1.2.3