diff -r c6c7e68de2a4 -r 7a97a554ac80 QTfrontend/util/LibavInteraction.cpp --- a/QTfrontend/util/LibavInteraction.cpp Sun Aug 25 22:32:06 2013 +0400 +++ b/QTfrontend/util/LibavInteraction.cpp Tue Aug 27 14:12:16 2013 +0200 @@ -30,6 +30,10 @@ #include "HWApplication.h" +#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(54, 25, 0) +#define CodecID AVCodecID +#endif + struct Codec { CodecID id;