summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_k7.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 19:36:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 19:36:18 +0000
commit64ff3434c09ea189ebc90df6eb59ac07a8f90e68 (patch)
tree88f1897a74df8685447ce0e597be185623ad5e2c /mp3lib/dct64_k7.c
parent620ab707450f76b1c94017109386078817c7e3ff (diff)
downloadmpv-64ff3434c09ea189ebc90df6eb59ac07a8f90e68.tar.bz2
mpv-64ff3434c09ea189ebc90df6eb59ac07a8f90e68.tar.xz
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
Diffstat (limited to 'mp3lib/dct64_k7.c')
-rw-r--r--mp3lib/dct64_k7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c
index 2d79d7a621..edd41bd7a2 100644
--- a/mp3lib/dct64_k7.c
+++ b/mp3lib/dct64_k7.c
@@ -7,10 +7,10 @@
* TODO: optimize scalar 3dnow! code
* Warning: Phases 7 & 8 are not tested
*/
-#define real float /* ugly - but only way */
#include "config.h"
#include "mangle.h"
+#include "mpg123.h"
static unsigned long long int attribute_used __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
static float attribute_used plus_1f = 1.0;