- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-sink_sndfile.c
r33d0242 r986131d 8 8 int main (int argc, char **argv) 9 9 { 10 aubio_init(); 11 10 12 sint_t err = 0; 11 13 … … 64 66 PRINT_ERR("aubio was not compiled with aubio_source_sndfile\n"); 65 67 #endif /* HAVE_SNDFILE */ 68 69 aubio_cleanup(); 70 66 71 return err; 67 72 }
Note: See TracChangeset
for help on using the changeset viewer.