--- src/import/k9avidecode_orig.h 2014-06-26 20:23:10.386977245 +0200 +++ src/import/k9avidecode.h 2014-06-26 20:23:20.394977043 +0200 @@ -40,7 +40,7 @@ #else typedef int (*av_find_stream_info_t)(AVFormatContext *); #endif -typedef AVCodec* (*avcodec_find_decoder_t)(enum CodecID); +typedef AVCodec* (*avcodec_find_decoder_t)(enum AVCodecID); #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 8, 0) typedef int (*avcodec_open2_t)(AVCodecContext *, AVCodec *, AVDictionary **); #else