- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_avcodec.c
r584714c r44721ff 24 24 } 25 25 26 #ifdef HAVE_ LIBAV26 #ifdef HAVE_AVCODEC 27 27 uint_t samplerate = 0; 28 28 uint_t hop_size = 256; … … 53 53 del_aubio_source_avcodec (s); 54 54 beach: 55 #else /* HAVE_LIBAV */55 #else 56 56 err = 3; 57 57 PRINT_ERR("aubio was not compiled with aubio_source_avcodec\n"); 58 #endif /* HAVE_ LIBAV*/58 #endif /* HAVE_AVCODEC */ 59 59 return err; 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.