From 0a611e34ea42f546efb30669ebd50753845f2fe2 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 9 Aug 2002 22:36:36 +0000 Subject: sync with faad2 cvs (no more fftw dependency) CVS patchset: 2420 CVS date: 2002/08/09 22:36:36 --- src/libfaad/common.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/libfaad/common.h') diff --git a/src/libfaad/common.h b/src/libfaad/common.h index 742325ff9..779f2742a 100644 --- a/src/libfaad/common.h +++ b/src/libfaad/common.h @@ -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: common.h,v 1.1 2002/07/14 23:43:01 miguelfreitas Exp $ +** $Id: common.h,v 1.2 2002/08/09 22:36:36 miguelfreitas Exp $ **/ #ifndef __COMMON_H__ @@ -54,6 +54,9 @@ extern "C" { /* COMPILE TIME DEFINITIONS */ +/* use the somewhat faster, but a lot larger FFTW library */ +//#define USE_FFTW + /* use double precision */ /* #define USE_DOUBLE_PRECISION */ -- cgit v1.2.3