comparison mp3lib/dct64_mmx.c @ 28117:bd6833421e56

Consistently include config.h before mangle.h, fixes possible compilation issues due to r28151 (using EXTERN_PREFIX).
author reimar
date Mon, 15 Dec 2008 16:13:41 +0000
parents b5a46071062a
children 347d152a5cfa
comparison
equal deleted inserted replaced
28116:d3c2f2b726ed 28117:bd6833421e56
1 /* 1 /*
2 * This code was taken from http://www.mpg123.org 2 * This code was taken from http://www.mpg123.org
3 * See ChangeLog of mpg123-0.59s-pre.1 for detail 3 * See ChangeLog of mpg123-0.59s-pre.1 for detail
4 * Applied to mplayer by Nick Kurshev <nickols_k@mail.ru> 4 * Applied to mplayer by Nick Kurshev <nickols_k@mail.ru>
5 */ 5 */
6 #include "config.h"
6 #include "mangle.h" 7 #include "mangle.h"
7 #define real float /* ugly - but only way */ 8 #define real float /* ugly - but only way */
8 9
9 void dct64_MMX(short *a,short *b,real *c) 10 void dct64_MMX(short *a,short *b,real *c)
10 { 11 {