Changeset ad65346 for python/lib
- Timestamp:
- Sep 23, 2016, 6:57:20 AM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- 7d01fdf
- Parents:
- 3ffedf22 (diff), bd8a92d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
r3ffedf22 rad65346 66 66 'HAVE_MATH_H', 'HAVE_STRING_H', 67 67 'HAVE_C99_VARARGS_MACROS', 68 'HAVE_LIMITS_H', 'HAVE_MEMCPY_HACKS']: 68 'HAVE_LIMITS_H', 'HAVE_STDARG_H', 69 'HAVE_MEMCPY_HACKS']: 69 70 ext.define_macros += [(define_macro, 1)] 70 71
Note: See TracChangeset
for help on using the changeset viewer.