diff options
Diffstat (limited to 'src/libfaad/common.h')
-rw-r--r-- | src/libfaad/common.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ |