I am trying to compile the msx264-1.3.0 but i am getting the below mentioned error messages. Please find the error log below. Please suggest me why i am getting the error.
msx264.c: In function ‘enc_preprocess’:
msx264.c:80: error: ‘x264_param_t’ has no member named ‘i_sync_lookahead’ msx264.c:85: error: ‘x264_param_t’ has no member named ‘i_slice_max_size’ msx264.c:94: error: ‘struct <anonymous>’ has no member named ‘i_lookahead’
msx264.c: In function ‘enc_process’: msx264.c:150: error: ‘x264_picture_t’ has no member named ‘param’ msx264.c: In function ‘dec_process’: msx264.c:501: error: ‘AVPacket’ undeclared (first use in this function)
msx264.c:501: error: (Each undeclared identifier is reported only once msx264.c:501: error: for each function it appears in.) msx264.c:501: error: expected ‘;’ before ‘pkt’ cc1: warnings being treated as errors
msx264.c:503: error: implicit declaration of function ‘av_init_packet’ msx264.c:503: error: ‘pkt’ undeclared (first use in this function) msx264.c:506: error: implicit declaration of function ‘avcodec_decode_video2’
make[1]: *** [msx264.lo] Error 1