author | koda |
Tue, 29 Mar 2016 16:54:41 +0200 | |
branch | 0.9.22 |
changeset 11635 | 11f6a4c316a1 |
parent 11627 | 02657dddb5d8 |
child 12371 | 744e51920a04 |
--- a/hedgewars/avwrapper/avwrapper.c Fri Mar 25 11:27:53 2016 -0400 +++ b/hedgewars/avwrapper/avwrapper.c Tue Mar 29 16:54:41 2016 +0200 @@ -65,7 +65,7 @@ #if LIBAVCODEC_VERSION_MAJOR < 56 #if LIBAVCODEC_VERSION_MAJOR < 55 -#define av_frame_free avfreep +#define av_frame_free av_freep #else #define av_frame_free avcodec_free_frame #endif