summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 13:52:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-22 13:52:59 +0000
commit7f120a0443546b0aa46fee4f801f4af834965bfc (patch)
tree1df140c5268b306fd04866671d1306a8364ba3e3 /mp3lib/sr1.c
parentdcd229d6fc4081cfa1b11aa9e25a129a31034bd9 (diff)
downloadmpv-7f120a0443546b0aa46fee4f801f4af834965bfc.tar.bz2
mpv-7f120a0443546b0aa46fee4f801f4af834965bfc.tar.xz
Declare all public mp3lib functions in mpg123.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30700 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/sr1.c')
-rw-r--r--mp3lib/sr1.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index ee9e336877..72502d61ee 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -387,14 +387,6 @@ static int _has_mmx = 0; // used by layer2.c, layer3.c to pre-scale coeffs
/* PUBLIC FUNCTIONS */
/******************************************************************************/
-/* It's hidden from gcc in assembler */
-void dct64_MMX(short *, short *, real *);
-void dct64_MMX_3dnow(short *, short *, real *);
-void dct64_MMX_3dnowex(short *, short *, real *);
-void dct64_sse(short *, short *, real *);
-void dct64_altivec(real *, real *, real *);
-void (*dct64_MMX_func)(short *, short *, real *);
-
#include "layer2.c"
#include "layer3.c"
#include "layer1.c"