Ignore:
Timestamp:
Mar 28, 2014, 4:34:27 AM (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:
a3de4be
Parents:
9209c79
Message:

tests/src/io/*.c: use custom defines instead of APPLE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-sink_apple_audio-multi.c

    r9209c79 r4a17757  
    1717  }
    1818
    19 #ifdef __APPLE__
     19#ifdef HAVE_SINK_APPLE_AUDIO
    2020  uint_t samplerate = 0;
    2121  uint_t channels = 0;
     
    7171  del_aubio_source(i);
    7272beach_source:
    73 #else
     73#else /* HAVE_SINK_APPLE_AUDIO */
    7474  err = 3;
    7575  PRINT_ERR("aubio was not compiled with aubio_sink_apple_audio\n");
    76 #endif /* __APPLE__ */
     76#endif /* HAVE_SINK_APPLE_AUDIO */
    7777  return err;
    7878}
Note: See TracChangeset for help on using the changeset viewer.