]> git.sesse.net Git - vlc/commitdiff
avcodec: fix version check for ffmpeg
authorTristan Matthews <le.businessman@gmail.com>
Thu, 26 Jun 2014 20:26:36 +0000 (16:26 -0400)
committerTristan Matthews <le.businessman@gmail.com>
Thu, 26 Jun 2014 20:33:06 +0000 (16:33 -0400)
see ffmpeg commit a2bfee36b70bc9a5dd0a5a1cef36ca32bc1fba07

modules/codec/avcodec/fourcc.c

index 57983ef297471b8cb383adf4ee6e294404511bba..88230ebc77ba58ab9d6bc54cf4b51c0406643ab7 100644 (file)
@@ -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 )