Commit cf910924 authored by Tristan Matthews's avatar Tristan Matthews

avcodec: fix version check for ffmpeg

see ffmpeg commit a2bfee36b70bc9a5dd0a5a1cef36ca32bc1fba07
parent 2482ac28
......@@ -245,7 +245,7 @@ static const struct
{ VLC_CODEC_G2M4, AV_CODEC_ID_G2M, VIDEO_ES },
#endif
/* AV_CODEC_ID_WEBP */
#if LIBAVCODEC_VERSION_CHECK( 55, 8, 0, 8, 0 )
#if LIBAVCODEC_VERSION_CHECK( 55, 8, 0, 40, 100 )
{ VLC_CODEC_HNM4_VIDEO, AV_CODEC_ID_HNM4_VIDEO, VIDEO_ES },
#endif
#if LIBAVCODEC_VERSION_CHECK( 55, 24, 0, 37, 100 )
......
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