changeset 28328:50c9bf3e41cf

DECLARE_ALIGNED was moved in FFmpeg.
author diego
date Sun, 25 Jan 2009 22:12:42 +0000
parents c39a1fd7d45c
children ed42e982e79f
files mp3lib/dct64_sse.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/dct64_sse.c	Sun Jan 25 21:59:08 2009 +0000
+++ b/mp3lib/dct64_sse.c	Sun Jan 25 22:12:42 2009 +0000
@@ -5,7 +5,7 @@
  * and mp3lib/dct64_mmx.c
  */
 
-#include <libavutil/mem.h>
+#include "libavutil/internal.h"
 
 typedef float real;