summaryrefslogtreecommitdiffstats
path: root/mp3lib/mpg123.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/mpg123.h')
-rw-r--r--mp3lib/mpg123.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mp3lib/mpg123.h b/mp3lib/mpg123.h
index 7c80d2e048..cadeab7347 100644
--- a/mp3lib/mpg123.h
+++ b/mp3lib/mpg123.h
@@ -128,3 +128,9 @@ extern void dct64(real *a,real *b,real *c);
extern void dct36_3dnowex(real *,real *,real *,real *,real *);
extern int synth_1to1_3dnowex( real *,int,unsigned char * );
#endif
+#ifdef HAVE_SSE_MP3
+// extern void dct64_3dnow( real *,real *, real * );
+// extern void dct36_3dnow(real *,real *,real *,real *,real *);
+ extern int synth_1to1_sse( real *,int,unsigned char * );
+#endif
+