summaryrefslogtreecommitdiff
path: root/src/libfaad/cfft.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfaad/cfft.h')
-rw-r--r--src/libfaad/cfft.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libfaad/cfft.h b/src/libfaad/cfft.h
index db567a17d..a29537bed 100644
--- a/src/libfaad/cfft.h
+++ b/src/libfaad/cfft.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: cfft.h,v 1.8 2004/12/03 01:15:30 tmattern Exp $
+** $Id: cfft.h,v 1.9 2005/10/29 23:57:06 tmmm Exp $
**/
#ifndef __CFFT_H__
@@ -46,10 +46,6 @@ void cfftb(cfft_info *cfft, complex_t *c);
cfft_info *cffti(uint16_t n);
void cfftu(cfft_info *cfft);
-#ifdef USE_SSE
-void cfftb_sse(cfft_info *cfft, complex_t *c);
-#endif
-
#ifdef __cplusplus
}