Changes in python/lib/moresetuptools.py [11526e6:8ad7d71]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
r11526e6 r8ad7d71 80 80 'libswresample', 'libavresample', 81 81 'sndfile', 82 'hdf5',83 82 #'fftw3f', 84 83 ] … … 105 104 ext.define_macros += [('HAVE_FFTW3F', 1)] 106 105 ext.define_macros += [('HAVE_FFTW3', 1)] 107 if 'hdf5' in ext.libraries:108 ext.libraries += ['hdf5_hl']109 ext.define_macros += [('HAVE_HDF5', 1)]110 106 111 107 # add accelerate on darwin
Note: See TracChangeset
for help on using the changeset viewer.