Changeset 66760af
- Timestamp:
- Oct 8, 2009, 3:09:43 AM (15 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r41f4c5b r66760af 36 36 37 37 AUBIO_CFLAGS= 38 39 dnl Enable double precision (no) 40 AC_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") 44 if test "$with_double_precision" = "yes" 45 then 46 AC_DEFINE(HAVE_AUBIO_DOUBLE,1,[Define to enable double precision]) 47 fi 38 48 39 49 dnl Enable debugging (no)
Note: See TracChangeset
for help on using the changeset viewer.