Commit 51213962 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: fix compilation with some FFmpeg versions

Close #12135
parent ab8b6a88
......@@ -36,7 +36,7 @@
( (LIBAVCODEC_VERSION_MICRO < 100 && LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( a, b, c ) ) || \
(LIBAVCODEC_VERSION_MICRO >= 100 && LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( a, d, e ) ) )
# if (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(55, 52, 0))
#if !LIBAVCODEC_VERSION_CHECK( 55, 52, 0, 63, 100 )
#include <libavutil/mem.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment