diff mp3lib/decode_mmx.c @ 30167:347d152a5cfa

Refactor real --> float #define to a typedef in a common header.
author diego
date Mon, 04 Jan 2010 19:36:18 +0000
parents 9ee424317dae
children 32725ca88fed
line wrap: on
line diff
--- a/mp3lib/decode_mmx.c	Mon Jan 04 19:04:33 2010 +0000
+++ b/mp3lib/decode_mmx.c	Mon Jan 04 19:36:18 2010 +0000
@@ -9,7 +9,7 @@
 */
 #include "config.h"
 #include "mangle.h"
-#define real float /* ugly - but only way */
+#include "mpg123.h"
 
 extern void (*dct64_MMX_func)(short*, short*, real*);
 static const unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;