diff mp3lib/decode_mmx.c @ 30658:fbb18bfa2dfe

Declare all public mp3lib functions in mpg123.h.
author diego
date Mon, 22 Feb 2010 13:52:59 +0000
parents 32725ca88fed
children 0ad2da052b2e
line wrap: on
line diff
--- a/mp3lib/decode_mmx.c	Mon Feb 22 13:51:58 2010 +0000
+++ b/mp3lib/decode_mmx.c	Mon Feb 22 13:52:59 2010 +0000
@@ -11,7 +11,6 @@
 #include "mangle.h"
 #include "mpg123.h"
 
-extern void (*dct64_MMX_func)(short*, short*, real*);
 static const unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;
 static const unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL;
 const unsigned int __attribute__((aligned(16))) costab_mmx[] =