summaryrefslogtreecommitdiffstats
path: root/libfaad2/mdct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfaad2/mdct.h')
-rw-r--r--libfaad2/mdct.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libfaad2/mdct.h b/libfaad2/mdct.h
index 034e3e2f39..e74b676341 100644
--- a/libfaad2/mdct.h
+++ b/libfaad2/mdct.h
@@ -22,7 +22,7 @@
** Commercial non-GPL licensing of this software is possible.
** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
**
-** $Id: mdct.h,v 1.23 2004/02/26 09:29:27 menno Exp $
+** $Id: mdct.h,v 1.26 2004/09/08 09:43:11 gcp Exp $
**/
#ifndef __MDCT_H__
@@ -36,9 +36,6 @@ extern "C" {
mdct_info *faad_mdct_init(uint16_t N);
void faad_mdct_end(mdct_info *mdct);
void faad_imdct(mdct_info *mdct, real_t *X_in, real_t *X_out);
-#ifdef USE_SSE
-void faad_imdct_sse(mdct_info *mdct, real_t *X_in, real_t *X_out);
-#endif
void faad_mdct(mdct_info *mdct, real_t *X_in, real_t *X_out);