author | koda |
Fri, 25 Mar 2016 11:21:18 -0400 | |
changeset 11621 | 968bff2534ca |
parent 11619 | dc0fc56c03ca |
child 11623 | 515d2d38ab8b |
--- a/hedgewars/avwrapper/avwrapper.c Fri Mar 25 11:01:01 2016 -0400 +++ b/hedgewars/avwrapper/avwrapper.c Fri Mar 25 11:21:18 2016 -0400 @@ -68,8 +68,13 @@ #endif #if LIBAVCODEC_VERSION_MAJOR < 56 +#if LIBAVCODEC_VERSION_MAJOR < 55 +#define av_frame_free avfreep +#else +#define av_frame_free avcodec_free_frame +#endif + #define av_frame_alloc avcodec_alloc_frame -#define av_frame_free avcodec_free_frame #define av_frame_unref avcodec_get_frame_defaults #define av_packet_rescale_ts rescale_ts