Changeset acb2ac9
- Timestamp:
- Jan 7, 2012, 12:16:57 AM (13 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:
- 447d6cd, 8b3a7e7
- Parents:
- 36f954a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
r36f954a racb2ac9 101 101 conf.find_program('pkg-config', var='PKGCONFIG') 102 102 except conf.errors.ConfigurationError: 103 conf.to_log('pkg-config was not found, not looking for (ignoring)') 103 conf.msg('Could not find pkg-config', 'disabling fftw, jack, and lash') 104 conf.msg('Could not find fftw', 'using ooura') 104 105 105 106 # optional dependancies using pkg-config … … 122 123 else: 123 124 # fftw disabled, use ooura 125 conf.msg('Fftw disabled', 'using ooura') 124 126 pass 125 127
Note: See TracChangeset
for help on using the changeset viewer.