diff mp3lib/dct64_sse.c @ 32302:6d3212dd47b2

Drop two unnecessary Xlib.h #includes and use helper functions.
author diego
date Mon, 27 Sep 2010 17:18:39 +0000
parents 9b4d2a805d63
children cad51466b42e
line wrap: on
line diff
--- a/mp3lib/dct64_sse.c	Mon Sep 27 12:10:59 2010 +0000
+++ b/mp3lib/dct64_sse.c	Mon Sep 27 17:18:39 2010 +0000
@@ -8,7 +8,8 @@
 #include "libavutil/mem.h"
 #include "mpg123.h"
 
-extern float __attribute__((aligned(16))) costab_mmx[];
+extern const unsigned int __attribute__((aligned(16))) costab_mmx[];
+//extern float __attribute__((aligned(16))) costab_mmx[];
 
 static const int ppnn[4] __attribute__((aligned(16))) =
 { 0, 0, 1 << 31, 1 << 31 };