[vlc-commits] avcodec: fix version check for ffmpeg

Tristan Matthews git at videolan.org
Thu Jun 26 22:33:45 CEST 2014


vlc | branch: master | Tristan Matthews <le.businessman at gmail.com> | Thu Jun 26 16:26:36 2014 -0400| [cf910924699fbade7b0468373f68d6efff67f671] | committer: Tristan Matthews

avcodec: fix version check for ffmpeg

see ffmpeg commit a2bfee36b70bc9a5dd0a5a1cef36ca32bc1fba07

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf910924699fbade7b0468373f68d6efff67f671
---

 modules/codec/avcodec/fourcc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 57983ef..88230eb 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -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 )



More information about the vlc-commits mailing list