From 02163b799de199160aba4a7877054c48b68ec33e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 11 Jun 2009 10:19:04 +0000 Subject: [PATCH] Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. This fixes swscale-example compilation. Originally committed as revision 29353 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- 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