# HG changeset patch # User diego # Date 1244715544 0 # Node ID 119070d7aa1b9b0d71a360076142259175fbc6e8 # Parent c35891e664af39614679a9fdd99782ab73af126f Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. This fixes swscale-example compilation. diff -r c35891e664af -r 119070d7aa1b libswscale/swscale_internal.h --- a/libswscale/swscale_internal.h Sun Jun 07 14:42:43 2009 +0000 +++ b/libswscale/swscale_internal.h Thu Jun 11 10:19:04 2009 +0000 @@ -28,6 +28,7 @@ #endif #include "libavutil/avutil.h" +#include "libavutil/internal.h" #define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long