From 64ff3434c09ea189ebc90df6eb59ac07a8f90e68 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 Jan 2010 19:36:18 +0000 Subject: Refactor real --> float #define to a typedef in a common header. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30209 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct36_3dnow.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mp3lib/dct36_3dnow.c') diff --git a/mp3lib/dct36_3dnow.c b/mp3lib/dct36_3dnow.c index 7f39caacea..8263639149 100644 --- a/mp3lib/dct36_3dnow.c +++ b/mp3lib/dct36_3dnow.c @@ -27,10 +27,9 @@ * 2003/06/21: Moved to GCC inline assembly - Alex Beregszaszi */ -#define real float /* ugly - but only way */ - #include "config.h" #include "mangle.h" +#include "mpg123.h" #ifdef DCT36_OPTIMIZE_FOR_K7 void dct36_3dnowex(real *inbuf, real *o1, -- cgit v1.2.3