- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_avcodec.c
r2d071ad r986131d 8 8 int main (int argc, char **argv) 9 9 { 10 aubio_init(); 11 10 12 uint_t err = 0; 11 13 if (argc < 2) { … … 60 62 PRINT_ERR("aubio was not compiled with aubio_source_avcodec\n"); 61 63 #endif /* HAVE_LIBAV */ 64 65 aubio_cleanup(); 66 62 67 return err; 63 68 }
Note: See TracChangeset
for help on using the changeset viewer.