Changeset f3bb92c for tests


Ignore:
Timestamp:
Feb 23, 2014, 5:05:25 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:
c21553d
Parents:
14ac1db
Message:

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

File:
1 edited

Legend:

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

    r14ac1db rf3bb92c  
    11#define AUBIO_UNSTABLE 1
    22#include <aubio.h>
     3#include "config.h"
    34#include "utils_tests.h"
    45
     
    1718  }
    1819
    19 #ifdef __APPLE__
     20#ifdef HAVE_SNDFILE
    2021  uint_t samplerate = 0;
    2122  uint_t channels = 0;
     
    7475  err = 3;
    7576  PRINT_ERR("aubio was not compiled with aubio_sink_sndfile\n");
    76 #endif /* __APPLE__ */
     77#endif /* HAVE_SNDFILE */
    7778  return err;
    7879}
Note: See TracChangeset for help on using the changeset viewer.