Changeset 536bf70
- Timestamp:
- Oct 24, 2015, 8:37:24 PM (9 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:
- 094a8be
- Parents:
- e330033
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified wscript ΒΆ
re330033 r536bf70 131 131 MINSDKVER="6.1" 132 132 ctx.env.CFLAGS += ['-std=c99'] 133 if (ctx.options.enable_a udio_unit!= False):133 if (ctx.options.enable_apple_audio != False): 134 134 ctx.define('HAVE_AUDIO_UNIT', 1) 135 135 #ctx.env.FRAMEWORK += ['CoreFoundation', 'AudioToolbox']
Note: See TracChangeset
for help on using the changeset viewer.