Changeset afbd7e7 for src/wscript_build


Ignore:
Timestamp:
Jul 14, 2012, 1:33:45 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:
9b1e101
Parents:
4722e63
Message:

src/io/source_sndfile.{c,h}: added sndfile source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/wscript_build

    r4722e63 rafbd7e7  
    1010if 'HAVE_SAMPLERATE':
    1111  uselib += ['SAMPLERATE']
     12
     13if 'HAVE_SNDFILE':
     14  uselib += ['SNDFILE']
    1215
    1316# build libaubio
Note: See TracChangeset for help on using the changeset viewer.