Clean up extraneous avutil include
This commit is contained in:
parent
8452c4bce5
commit
e73935a15b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue