Changeset 584714c for tests/src/io
- Timestamp:
- Jun 9, 2014, 9:56:19 PM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/io/test-source_avcodec.c
ra3de4be r584714c 24 24 } 25 25 26 #ifdef HAVE_ AVCODEC26 #ifdef HAVE_LIBAV 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 55 #else /* HAVE_LIBAV */ 56 56 err = 3; 57 57 PRINT_ERR("aubio was not compiled with aubio_source_avcodec\n"); 58 #endif /* HAVE_ AVCODEC*/58 #endif /* HAVE_LIBAV */ 59 59 return err; 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.