Changeset 4722e63 for tests


Ignore:
Timestamp:
Jul 14, 2012, 12:15:00 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:
afbd7e7
Parents:
301b807
Message:

tests/src/io/test-source_apple_audio_file.c: do nothing if not on apple platform

File:
1 edited

Legend:

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

    r301b807 r4722e63  
    66
    77int main(){
     8#ifdef __APPLE__
    89  uint_t samplerate = 32000;
    910  uint_t hop_size = 1024;
     
    2021
    2122  del_aubio_source_apple_audio(s);
    22 
     23#else
     24  fprintf(stderr, "was not compiled with aubio_source_apple_audio");
     25#endif /* __APPLE__ */
    2326  return 0;
    2427}
Note: See TracChangeset for help on using the changeset viewer.