From abc78a5a7c158e9813db502cedce096101e38890 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 4 Jun 2011 13:34:27 +0100 Subject: Do not include log.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 451f07c72a..80e5eaab00 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -28,6 +28,7 @@ */ #include "libavutil/avutil.h" +#include "libavutil/log.h" #include "libavutil/pixfmt.h" #define LIBSWSCALE_VERSION_MAJOR 2 -- cgit v1.2.3