Changeset ed090ff7


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>

Files:
2 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
  • src/wscript_build

    rdf5eab4 red090ff7  
    1010uselib += ['AVRESAMPLE']
    1111uselib += ['AVUTIL']
    12 uselib += ['JACK']
    1312
    1413ctx(features = 'c',
Note: See TracChangeset for help on using the changeset viewer.