Ignore:
Timestamp:
Oct 1, 2017, 4:00:07 PM (7 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
Children:
7b183ce
Parents:
b65230a
Message:

tests/: undo changes, removing calls to aubio_init

File:
1 edited

Legend:

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

    rb65230a r9720945  
    88int main (int argc, char **argv)
    99{
    10   aubio_init();
    11 
    1210  sint_t err = 0;
    1311
     
    7775  PRINT_ERR("aubio was not compiled with aubio_sink_sndfile\n");
    7876#endif /* HAVE_SNDFILE */
    79 
    80   aubio_cleanup();
    81  
    8277  return err;
    8378}
Note: See TracChangeset for help on using the changeset viewer.