summaryrefslogtreecommitdiffstats
path: root/libfaad2/mdct.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-03 22:23:26 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-03 22:23:26 +0000
commite24087509a752d8f4dcc679b304fc1745ff768b0 (patch)
tree60bbaca1e13f268df83d5d88c1daa49debacc541 /libfaad2/mdct.h
parent22c9bcf82417c33258c74104704f196f6672f696 (diff)
downloadmpv-e24087509a752d8f4dcc679b304fc1745ff768b0.tar.bz2
mpv-e24087509a752d8f4dcc679b304fc1745ff768b0.tar.xz
synced with current cvs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10990 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libfaad2/mdct.h')
-rw-r--r--libfaad2/mdct.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libfaad2/mdct.h b/libfaad2/mdct.h
index d9d1852e62..6f00213089 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.14 2003/07/29 08:20:12 menno Exp $
+** $Id: mdct.h,v 1.15 2003/09/09 18:09:52 menno Exp $
**/
#ifndef __MDCT_H__
@@ -32,7 +32,6 @@
extern "C" {
#endif
-#include "cfft.h"
mdct_info *faad_mdct_init(uint16_t N);
void faad_mdct_end(mdct_info *mdct);