Changeset c21553d for tests/src


Ignore:
Timestamp:
Feb 23, 2014, 5:06:15 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:
4ed4b1f
Parents:
f3bb92c
Message:

tests/src/io/test-sink_wavwrite-multi.c: fix flags

File:
1 edited

Legend:

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

    rf3bb92c rc21553d  
    1717  }
    1818
    19 #ifdef __APPLE__
     19#ifdef HAVE_WAVWRITE
    2020  uint_t samplerate = 0;
    2121  uint_t channels = 0;
     
    7474  err = 3;
    7575  PRINT_ERR("aubio was not compiled with aubio_sink_wavwrite\n");
    76 #endif /* __APPLE__ */
     76#endif /* HAVE_WAVWRITE */
    7777  return err;
    7878}
Note: See TracChangeset for help on using the changeset viewer.