[vlc-commits] avcodec: fix inverted version detection

Jean-Baptiste Kempf git at videolan.org
Thu Jan 19 16:11:44 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 19 16:11:32 2017 +0100| [5cee7cc3f897bc4abb3704db5aa9f16de2cd6b3b] | committer: Jean-Baptiste Kempf

avcodec: fix inverted version detection

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

 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 5a5c928..8298946 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -283,7 +283,7 @@ static const struct
     { VLC_CODEC_PIXLET, AV_CODEC_ID_PIXLET, VIDEO_ES },
 #endif
 
-#if LIBAVCODEC_VERSION_CHECK( 57, 71, 101, 999, 999 )
+#if LIBAVCODEC_VERSION_CHECK( 57, 999, 999, 71, 101 )
     { VLC_CODEC_SPEEDHQ, AV_CODEC_ID_SPEEDHQ, VIDEO_ES },
 #endif
 



More information about the vlc-commits mailing list