[MPlayer-cvslog] r28363 - trunk/mp3lib/dct64_sse.c
diego
subversion at mplayerhq.hu
Sun Jan 25 23:12:42 CET 2009
Author: diego
Date: Sun Jan 25 23:12:42 2009
New Revision: 28363
Log:
DECLARE_ALIGNED was moved in FFmpeg.
Modified:
trunk/mp3lib/dct64_sse.c
Modified: trunk/mp3lib/dct64_sse.c
==============================================================================
--- trunk/mp3lib/dct64_sse.c Sun Jan 25 22:59:08 2009 (r28362)
+++ trunk/mp3lib/dct64_sse.c Sun Jan 25 23:12:42 2009 (r28363)
@@ -5,7 +5,7 @@
* and mp3lib/dct64_mmx.c
*/
-#include <libavutil/mem.h>
+#include "libavutil/internal.h"
typedef float real;
More information about the MPlayer-cvslog
mailing list