Changeset 82335b7


Ignore:
Timestamp:
Nov 17, 2011, 2:12:47 AM (12 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
e298138
Parents:
ad7c710
Message:

wscript: use --enable-samplerate as in configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rad7c710 r82335b7  
    7676  conf.check_cfg(package = 'sndfile', atleast_version = '1.0.4',
    7777    args = '--cflags --libs')
    78   if (Options.options.enable_libsamplerate == True):
     78  if (Options.options.enable_samplerate == True):
    7979      conf.check_cfg(package = 'samplerate', atleast_version = '0.0.15',
    8080        args = '--cflags --libs')
Note: See TracChangeset for help on using the changeset viewer.