Clean up extraneous avutil include

This commit is contained in:
Steve Gilvarry 2016-04-29 21:29:07 +10:00
parent 8452c4bce5
commit e73935a15b
1 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ extern "C" {
#if LIBAVUTIL_VERSION_CHECK(54, 6, 0, 6, 0) #if LIBAVUTIL_VERSION_CHECK(54, 6, 0, 6, 0)
#include <libavutil/imgutils.h> #include <libavutil/imgutils.h>
#else
#include <libavutil/avutil.h>
#endif #endif
#elif HAVE_FFMPEG_AVUTIL_H #elif HAVE_FFMPEG_AVUTIL_H
#include <ffmpeg/avutil.h> #include <ffmpeg/avutil.h>