Changeset b83449d
- Timestamp:
- Sep 17, 2016, 1:04:53 AM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- 80b5bbd
- Parents:
- d9d1010
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
rd9d1010 rb83449d 74 74 'jack', 75 75 'sndfile', 'samplerate', 76 'rubberband', 76 77 #'fftw3f', 77 78 ] … … 88 89 if 'samplerate' in ext.libraries: 89 90 ext.define_macros += [('HAVE_SAMPLERATE', 1)] 91 if 'rubberband' in ext.libraries: 92 ext.define_macros += [('HAVE_RUBBERBAND', 1)] 90 93 if 'fftw3f' in ext.libraries: 91 94 ext.define_macros += [('HAVE_FFTW3F', 1)]
Note: See TracChangeset
for help on using the changeset viewer.