]> git.sesse.net Git - vlc/commitdiff
Use the correct LIBAVCODEC_VERSION_MINOR for VP8
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 20:26:53 +0000 (22:26 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 May 2010 20:33:37 +0000 (22:33 +0200)
modules/codec/avcodec/fourcc.c

index 404cdd63b8c5cbeaffee7b5ae0360c88723a515b..3dce02845df1c8edb4541130da9d0c919944f828 100644 (file)
@@ -200,7 +200,7 @@ static const struct
     { VLC_CODEC_INDEO5, CODEC_ID_INDEO5, VIDEO_ES },
 #endif
 
-#if 0
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 68, 2 )
     { VLC_CODEC_VP8, CODEC_ID_VP8, VIDEO_ES },
 #endif