Fix version check in prior commit

pull/1/head
Francois Andriot 11 years ago committed by Slávek Banko
parent 76443cbb9c
commit b375ac5d2d

@ -43,7 +43,7 @@ typedef int (*avformat_find_stream_info_t)(AVFormatContext *, AVDictionary **);
#else #else
typedef int (*av_find_stream_info_t)(AVFormatContext *); typedef int (*av_find_stream_info_t)(AVFormatContext *);
#endif #endif
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 26, 0) #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(54, 25, 0)
typedef AVCodec* (*avcodec_find_decoder_t)(enum AVCodecID); typedef AVCodec* (*avcodec_find_decoder_t)(enum AVCodecID);
#else #else
typedef AVCodec* (*avcodec_find_decoder_t)(enum CodecID); typedef AVCodec* (*avcodec_find_decoder_t)(enum CodecID);

Loading…
Cancel
Save