comparison mp3lib/sr1.c @ 30658:fbb18bfa2dfe

Declare all public mp3lib functions in mpg123.h.
author diego
date Mon, 22 Feb 2010 13:52:59 +0000
parents 8d2b4cef28d3
children 5fdc3c62cf76
comparison
equal deleted inserted replaced
30657:aeb025df42ba 30658:fbb18bfa2dfe
385 385
386 /******************************************************************************/ 386 /******************************************************************************/
387 /* PUBLIC FUNCTIONS */ 387 /* PUBLIC FUNCTIONS */
388 /******************************************************************************/ 388 /******************************************************************************/
389 389
390 /* It's hidden from gcc in assembler */
391 void dct64_MMX(short *, short *, real *);
392 void dct64_MMX_3dnow(short *, short *, real *);
393 void dct64_MMX_3dnowex(short *, short *, real *);
394 void dct64_sse(short *, short *, real *);
395 void dct64_altivec(real *, real *, real *);
396 void (*dct64_MMX_func)(short *, short *, real *);
397
398 #include "layer2.c" 390 #include "layer2.c"
399 #include "layer3.c" 391 #include "layer3.c"
400 #include "layer1.c" 392 #include "layer1.c"
401 393
402 #include "cpudetect.h" 394 #include "cpudetect.h"