Changeset dcde285
- Timestamp:
- Dec 11, 2016, 3:49:05 AM (8 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, sampler, yinfft+
- Children:
- 1504b7c
- Parents:
- a2d628b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
ra2d628b rdcde285 23 23 24 24 #ifdef HAVE_LIBAV 25 26 #include <libavcodec/avcodec.h> 27 #include <libavformat/avformat.h> 28 #include <libavresample/avresample.h> 29 #include <libavutil/opt.h> 30 #include <stdlib.h> 25 31 26 32 // determine whether we use libavformat from ffmpeg or from libav … … 32 38 || (LIBAVFORMAT_VERSION_MAJOR == 57 && LIBAVFORMAT_VERSION_MINOR < 2) \ 33 39 ) 34 35 #include <libavcodec/avcodec.h>36 #include <libavformat/avformat.h>37 #include <libavresample/avresample.h>38 #include <libavutil/opt.h>39 #include <stdlib.h>40 40 41 41 // backward compatibility with libavcodec55
Note: See TracChangeset
for help on using the changeset viewer.