From d49ea4afb4e39e4af33435452dee8ef4c852d83d Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 4 Jun 2011 13:12:08 +0100 Subject: Do not include pixfmt.h in avutil.h Signed-off-by: Mans Rullgard --- libswscale/swscale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libswscale/swscale.h') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 3899596983..451f07c72a 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -28,6 +28,7 @@ */ #include "libavutil/avutil.h" +#include "libavutil/pixfmt.h" #define LIBSWSCALE_VERSION_MAJOR 2 #define LIBSWSCALE_VERSION_MINOR 0 -- cgit v1.2.3