Changeset 66760af


Ignore:
Timestamp:
Oct 8, 2009, 3:09:43 AM (14 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
e6b2a0c
Parents:
41f4c5b
Message:

configure.ac: add option to compile in double precision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r41f4c5b r66760af  
    3636
    3737AUBIO_CFLAGS=
     38
     39dnl Enable double precision (no)
     40AC_ARG_ENABLE(double,
     41  AC_HELP_STRING([--enable-double],[compile in double precision [[default=no]]]),
     42  with_double_precision="yes",
     43  with_double_precision="no")
     44if test "$with_double_precision" = "yes"
     45then
     46  AC_DEFINE(HAVE_AUBIO_DOUBLE,1,[Define to enable double precision])
     47fi
    3848
    3949dnl Enable debugging (no)
Note: See TracChangeset for help on using the changeset viewer.