changeset 25348:98598befcdd7

Add missing declaration for dct64_altivec, fixes the warning: In file included from layer3.c:1171, from sr1.c:391: decod386.c: In function 'synth_1to1': decod386.c:145: warning: implicit declaration of function 'dct64_altivec'
author diego
date Wed, 12 Dec 2007 08:29:55 +0000
parents 22e5eb039c83
children b257a1967539
files mp3lib/sr1.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/sr1.c	Wed Dec 12 06:32:54 2007 +0000
+++ b/mp3lib/sr1.c	Wed Dec 12 08:29:55 2007 +0000
@@ -386,6 +386,8 @@
 
 static int _has_mmx = 0;  // used by layer2.c, layer3.c to pre-scale coeffs
 
+extern void dct64_altivec(real *, real *, real *);
+
 #include "layer2.c"
 #include "layer3.c"
 #include "layer1.c"