Changeset dcde285 for src


Ignore:
Timestamp:
Dec 11, 2016, 3:49:05 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/io/source_avcodec.c: includes first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_avcodec.c

    ra2d628b rdcde285  
    2323
    2424#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>
    2531
    2632// determine whether we use libavformat from ffmpeg or from libav
     
    3238      || (LIBAVFORMAT_VERSION_MAJOR == 57 && LIBAVFORMAT_VERSION_MINOR < 2) \
    3339      )
    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>
    4040
    4141// backward compatibility with libavcodec55
Note: See TracChangeset for help on using the changeset viewer.