Commit 6f8a27dd authored by Vallimar's avatar Vallimar Committed by Michael Niedermayer

avcodec/old_codec_ids: fix missing FF_API_XVMC check

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e0434cfc
......@@ -34,7 +34,9 @@
/* video codecs */
CODEC_ID_MPEG1VIDEO,
CODEC_ID_MPEG2VIDEO, ///< preferred ID for MPEG-1/2 video decoding
#if FF_API_XVMC
CODEC_ID_MPEG2VIDEO_XVMC,
#endif
CODEC_ID_H261,
CODEC_ID_H263,
CODEC_ID_RV10,
......
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