summaryrefslogtreecommitdiffstats
path: root/mp3lib/mpg123.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-13 18:30:53 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-13 18:30:53 +0000
commit736949705076c89d0dd9ea14af7361b1d8802f0a (patch)
treee3c0bb9485472ebbeea783d6f9352b8625a7d1e4 /mp3lib/mpg123.h
parent50643c14eb8fbf9d073045fd8a426b1e23338974 (diff)
downloadmpv-736949705076c89d0dd9ea14af7361b1d8802f0a.tar.bz2
mpv-736949705076c89d0dd9ea14af7361b1d8802f0a.tar.xz
mp3lib sse support - disabled by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@788 b3059339-0415-0410-9bf9-f77b7e298cf2
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
+