From cdcd4e75b7584dd34b622ee0e0283c78d6ab0005 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 25 Jan 2009 22:12:42 +0000 Subject: DECLARE_ALIGNED was moved in FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28363 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_sse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/dct64_sse.c b/mp3lib/dct64_sse.c index 34650d01ba..9381b2adf7 100644 --- a/mp3lib/dct64_sse.c +++ b/mp3lib/dct64_sse.c @@ -5,7 +5,7 @@ * and mp3lib/dct64_mmx.c */ -#include +#include "libavutil/internal.h" typedef float real; -- cgit v1.2.3