Changeset 5a1ff62 for examples/utils.c


Ignore:
Timestamp:
May 28, 2005, 8:42:21 AM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
a9d9c5c
Parents:
946cad3
Message:

fix compilation without jack
fix compilation without jack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r946cad3 r5a1ff62  
    270270void examples_common_process(aubio_process_func_t process_func, aubio_print_func_t print ){
    271271  if(usejack) {
    272 #ifdef JACK_SUPPORT
     272#if JACK_SUPPORT
    273273    aubio_jack_t * jack_setup;
    274274    debug("Jack init ...\n");
Note: See TracChangeset for help on using the changeset viewer.