changeset 29311:119070d7aa1b

Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. This fixes swscale-example compilation.
author diego
date Thu, 11 Jun 2009 10:19:04 +0000
parents c35891e664af
children 4851d0d2136b
files libswscale/swscale_internal.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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