changeset 9429 | 7a97a554ac80 |
parent 9107 | 4dde5fecffe2 |
child 9998 | 736015b847e3 |
--- 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;