Commit 7cb43d0e authored by nextime's avatar nextime

Fix a wrong macro..

parent 6af58aca
......@@ -53,7 +53,7 @@ extern "C" {
#endif
#if LIBAVCODEC_BUILD >= CALC_FFMPEG_VERSION(54,25,0)
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(54,25,0)
typedef AVCodecID ZmCodecID;
#else
typedef CodecID ZmCodecID;
......
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