Ignore:
Timestamp:
Dec 10, 2013, 9:59:27 PM (10 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:
7e52871
Parents:
df5eab4
Message:

src/wscript_build: move jack to examples

Signed-off-by: Paul Brossier <piem@piem.org>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/wscript_build

    rdf5eab4 red090ff7  
    11# vim:set syntax=python:
     2
     3uselib = []
     4uselib += ['JACK']
    25
    36utils_source = ['utils.c', 'jackio.c']
     
    811      source = utils_source,
    912      includes = ['../src'],
     13      uselib = uselib,
    1014      target = 'utilsio')
    1115
Note: See TracChangeset for help on using the changeset viewer.