From 96561c12c5951a0bd3ee4611dd2630d748d8a20f Mon Sep 17 00:00:00 2001 From: Jai Menon Date: Sun, 11 Apr 2010 15:54:45 +0000 Subject: [PATCH] DECLARE_ALIGNED usage requires #inclusion of 'mem.h'. Originally committed as revision 22838 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dcadata.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h index b5eddcfab6..c7266aa4ba 100644 --- a/libavcodec/dcadata.h +++ b/libavcodec/dcadata.h @@ -28,6 +28,7 @@ #define AVCODEC_DCADATA_H #include +#include "libavutil/mem.h" /* Generic tables */