- Timestamp:
- Oct 3, 2016, 2:24:29 PM (8 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, sampler, yinfft+
- Children:
- 45521d2
- Parents:
- 5210563
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r5210563 r8be88e7 262 262 263 263 # check for libsamplerate 264 if (ctx.options.enable_double): 265 if (ctx.options.enable_samplerate): 266 ctx.fatal("Could not compile aubio in double precision mode with libsamplerate") 267 else: 268 ctx.options.enable_samplerate = False 269 ctx.msg('Checking if using samplerate', 'no (disabled in double precision mode)', 270 color = 'YELLOW') 264 271 if (ctx.options.enable_samplerate != False): 265 272 ctx.check_cfg(package = 'samplerate', atleast_version = '0.0.15',
Note: See TracChangeset
for help on using the changeset viewer.