From: koda Date: Mon, 16 Nov 2015 12:59:04 +0000 (+0100) Subject: [PATCH] avwrapper: Adjust prefixed symobols version guard X-Git-Tag: archive/raspbian/1.0.0-8+rpi1~1^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e4afa62fae105182a8845c352597c31f1924d598;p=hedgewars.git [PATCH] avwrapper: Adjust prefixed symobols version guard Gbp-Pq: Name 93292d80924aeadfda9f327ba78891cc4bab6c3c.patch --- diff --git a/hedgewars/avwrapper/avwrapper.c b/hedgewars/avwrapper/avwrapper.c index 9ed00b4..3441f0f 100644 --- a/hedgewars/avwrapper/avwrapper.c +++ b/hedgewars/avwrapper/avwrapper.c @@ -79,7 +79,7 @@ static void rescale_ts(AVPacket *pkt, AVRational ctb, AVRational stb) } #endif -#if LIBAVCODEC_VERSION_MAJOR < 57 +#if LIBAVCODEC_VERSION_MAJOR < 56 #define AV_CODEC_CAP_DELAY CODEC_CAP_DELAY #define AV_CODEC_CAP_VARIABLE_FRAME_SIZE CODEC_CAP_VARIABLE_FRAME_SIZE #define AV_CODEC_FLAG_GLOBAL_HEADER CODEC_FLAG_GLOBAL_HEADER