Commit 488fd4bd authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Use the correct LIBAVCODEC_VERSION_MINOR for VP8

parent b35bf7d5
......@@ -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
......
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