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ö --- libswscale/colorspace-test.c | 1 + libswscale/swscale.h | 2 ++ libswscale/swscale_internal.h | 1 + 3 files changed, 4 insertions(+) (limited to 'libswscale') diff --git a/libswscale/colorspace-test.c b/libswscale/colorspace-test.c index 135924c1ab..1c4cc2ace7 100644 --- a/libswscale/colorspace-test.c +++ b/libswscale/colorspace-test.c @@ -26,6 +26,7 @@ #include "swscale.h" #include "rgb2rgb.h" +#include "libavutil/mem.h" #define SIZE 1000 #define srcByte 0x55 diff --git a/libswscale/swscale.h b/libswscale/swscale.h index c3efd48b1a..3b304d5629 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -27,6 +27,8 @@ * external api for the swscale stuff */ +#include + #include "libavutil/avutil.h" #include "libavutil/log.h" #include "libavutil/pixfmt.h" diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 2a7d2dbd1d..9583fb9464 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -28,6 +28,7 @@ #endif #include "libavutil/avutil.h" +#include "libavutil/common.h" #include "libavutil/log.h" #include "libavutil/pixfmt.h" #include "libavutil/pixdesc.h" -- cgit v1.2.3