Changeset 584714c for tests


Ignore:
Timestamp:
Jun 9, 2014, 9:56:19 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:
d0bdf0c
Parents:
a3de4be
Message:

tests/src/io/test-source_avcodec.c: use HAVE_LIBAV, closes #10

File:
1 edited

Legend:

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

    ra3de4be r584714c  
    2424  }
    2525
    26 #ifdef HAVE_AVCODEC
     26#ifdef HAVE_LIBAV
    2727  uint_t samplerate = 0;
    2828  uint_t hop_size = 256;
     
    5353  del_aubio_source_avcodec (s);
    5454beach:
    55 #else
     55#else /* HAVE_LIBAV */
    5656  err = 3;
    5757  PRINT_ERR("aubio was not compiled with aubio_source_avcodec\n");
    58 #endif /* HAVE_AVCODEC */
     58#endif /* HAVE_LIBAV */
    5959  return err;
    6060}
Note: See TracChangeset for help on using the changeset viewer.