Changeset e27b6a1
- Timestamp:
- May 15, 2016, 11:27:10 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:
- b8ea001
- Parents:
- 999b1823
- git-author:
- Paul Brossier <piem@piem.org> (05/15/16 17:17:44)
- git-committer:
- Paul Brossier <piem@piem.org> (05/15/16 23:27:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
r999b1823 re27b6a1 97 97 ext.define_macros += [('HAVE_ACCELERATE', 1)] 98 98 99 if sys.platform.startswith('win'): 100 ext.define_macros += [('HAVE_WIN_HACKS', 1)] 101 99 102 ext.define_macros += [('HAVE_WAVWRITE', 1)] 100 103 ext.define_macros += [('HAVE_WAVREAD', 1)]
Note: See TracChangeset
for help on using the changeset viewer.