summaryrefslogtreecommitdiffstats
path: root/mp3lib/mpg123.h
diff options
context:
space:
mode:
authornickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-09 07:59:55 +0000
committernickols_k <nickols_k@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-09 07:59:55 +0000
commit30ef3699e172d5fd130c406b0a7a277345456e34 (patch)
tree7cc82ec961098c2d8ff8e5e3358f8cc526fc0f4d /mp3lib/mpg123.h
parentfcdac8362841d67f122dfc5bae20146a176c7701 (diff)
downloadmpv-30ef3699e172d5fd130c406b0a7a277345456e34.tar.bz2
mpv-30ef3699e172d5fd130c406b0a7a277345456e34.tar.xz
K7 3dnow-dsp support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@737 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/mpg123.h')
-rw-r--r--mp3lib/mpg123.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mp3lib/mpg123.h b/mp3lib/mpg123.h
index fe1e50e594..7c80d2e048 100644
--- a/mp3lib/mpg123.h
+++ b/mp3lib/mpg123.h
@@ -123,3 +123,8 @@ extern void dct64(real *a,real *b,real *c);
extern void dct36_3dnow(real *,real *,real *,real *,real *);
extern int synth_1to1_3dnow( real *,int,unsigned char * );
#endif
+#ifdef HAVE_3DNOWEX
+ extern void dct64_3dnowex( real *,real *, real * );
+ extern void dct36_3dnowex(real *,real *,real *,real *,real *);
+ extern int synth_1to1_3dnowex( real *,int,unsigned char * );
+#endif