From 56a80d09d34037ab8ba07e67e4dc7184fff94656 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Fri, 31 Jan 2003 01:20:24 +0000 Subject: - Added debian into Makefile.am as a sub-directory rather than have the makefile variable. - Cleaned up Makefile.am (wine, goom, libxinevdec) - Cleaned up compiler warnings (libfaad) - Cleaned up header includes (libfaad, libdha) CVS patchset: 4053 CVS date: 2003/01/31 01:20:24 --- src/libfaad/cfft.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libfaad/cfft.c') diff --git a/src/libfaad/cfft.c b/src/libfaad/cfft.c index 567e8ce34..a8a6537af 100644 --- a/src/libfaad/cfft.c +++ b/src/libfaad/cfft.c @@ -16,7 +16,7 @@ ** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** -** $Id: cfft.c,v 1.3 2002/12/16 18:59:54 miguelfreitas Exp $ +** $Id: cfft.c,v 1.4 2003/01/31 01:20:26 storri Exp $ **/ /* @@ -547,4 +547,5 @@ void cfftu(cfft_info *cfft) #endif if (cfft) free(cfft); -} \ No newline at end of file +} + -- cgit v1.2.3