comparison mp3lib/sr1.c @ 30682:5fdc3c62cf76

Fix compilation: the dct64_MMX_func variable should be declared only once, not every time the header is included.
author reimar
date Tue, 23 Feb 2010 22:29:57 +0000
parents fbb18bfa2dfe
children 0ad2da052b2e
comparison
equal deleted inserted replaced
30681:5892578d325b 30682:5fdc3c62cf76
385 385
386 /******************************************************************************/ 386 /******************************************************************************/
387 /* PUBLIC FUNCTIONS */ 387 /* PUBLIC FUNCTIONS */
388 /******************************************************************************/ 388 /******************************************************************************/
389 389
390 void (*dct64_MMX_func)(short *, short *, real *);
391
390 #include "layer2.c" 392 #include "layer2.c"
391 #include "layer3.c" 393 #include "layer3.c"
392 #include "layer1.c" 394 #include "layer1.c"
393 395
394 #include "cpudetect.h" 396 #include "cpudetect.h"