Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
transcoding: remove some extra header files, fixes #2373
  • Loading branch information
perexg committed Oct 14, 2014
1 parent e77607c commit 28757bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plumbing/transcoding.c
Expand Up @@ -23,9 +23,6 @@
#if LIBAVCODEC_VERSION_MAJOR > 54 || (LIBAVCODEC_VERSION_MAJOR == 54 && LIBAVCODEC_VERSION_MINOR >= 25)
#include <libavresample/avresample.h>
#include <libavutil/opt.h>
#include <libavutil/mathematics.h>
#include <libavutil/imgutils.h>
#include <libavutil/frame.h>
#include <libavutil/audio_fifo.h>
#endif
#include <libavutil/dict.h>
Expand Down

0 comments on commit 28757bc

Please sign in to comment.