From 0fa66fd7387549078a0b4d7c0c9c6ac216c8f1f8 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 11 Jun 2009 10:19:04 +0000 Subject: Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. This fixes swscale-example compilation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29353 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 83d47a2fe0..23ceec78bf 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -28,6 +28,7 @@ #endif #include "libavutil/avutil.h" +#include "libavutil/internal.h" #define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long -- cgit v1.2.3