In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:136:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations] dst->linesize[1] = src->linesize[1]; ^~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:136:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations] dst->linesize[1] = src->linesize[1]; ^~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:137:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations] dst->linesize[2] = src->linesize[2]; ^~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:137:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations] dst->linesize[2] = src->linesize[2]; ^~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c: In function 'av_picture_pad': libavcodec/imgconvert.c:163:13: warning: 'data' is deprecated [-Wdeprecated-declarations] memset(dst->data[0], color[0], ^~~~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3668:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^~~~ libavcodec/imgconvert.c:164:21: warning: 'linesize' is deprecated [-Wdeprecated-declarations] dst->linesize[0] * padtop + (padleft * max_step[0])); ^~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:168:13: warning: 'data' is deprecated [-Wdeprecated-declarations] optr = dst->data[0] + dst->linesize[0] * padtop + ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3668:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^~~~ libavcodec/imgconvert.c:168:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations] optr = dst->data[0] + dst->linesize[0] * padtop + ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:169:21: warning: 'linesize' is deprecated [-Wdeprecated-declarations] (dst->linesize[0] - (padright * max_step[0])); ^ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:173:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations] optr += dst->linesize[0]; ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:178:13: warning: 'data' is deprecated [-Wdeprecated-declarations] optr = dst->data[0] + dst->linesize[0] * (height - padbottom) - ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3668:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^~~~ libavcodec/imgconvert.c:178:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations] optr = dst->data[0] + dst->linesize[0] * (height - padbottom) - ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:180:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations] memset(optr, color[0], dst->linesize[0] * padbottom + ^~~~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:192:13: warning: 'data' is deprecated [-Wdeprecated-declarations] memset(dst->data[i], color[i], ^~~~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3668:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^~~~ libavcodec/imgconvert.c:193:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations] dst->linesize[i] * (padtop >> y_shift) + (padleft >> x_shift)); ^~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:197:13: warning: 'data' is deprecated [-Wdeprecated-declarations] optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) + ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3668:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^~~~ libavcodec/imgconvert.c:197:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations] optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) + ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:198:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations] (dst->linesize[i] - (padright >> x_shift)); ^ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:202:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations] optr += dst->linesize[i]; ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:207:13: warning: 'data' is deprecated [-Wdeprecated-declarations] uint8_t *iptr = src->data[i]; ^~~~~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3668:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^~~~ libavcodec/imgconvert.c:208:13: warning: 'data' is deprecated [-Wdeprecated-declarations] optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) + ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3668:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^~~~ libavcodec/imgconvert.c:208:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations] optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) + ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:211:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations] iptr += src->linesize[i]; ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:212:13: warning: 'data' is deprecated [-Wdeprecated-declarations] optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) + ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3668:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^~~~ libavcodec/imgconvert.c:212:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations] optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) + ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:213:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations] (dst->linesize[i] - (padright >> x_shift)); ^ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:219:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations] iptr += src->linesize[i]; ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:220:17: warning: 'linesize' is deprecated [-Wdeprecated-declarations] optr += dst->linesize[i]; ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:225:13: warning: 'data' is deprecated [-Wdeprecated-declarations] optr = dst->data[i] + dst->linesize[i] * ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3668:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^~~~ libavcodec/imgconvert.c:225:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations] optr = dst->data[i] + dst->linesize[i] * ^~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ libavcodec/imgconvert.c:227:13: warning: 'linesize' is deprecated [-Wdeprecated-declarations] memset(optr, color[i],dst->linesize[i] * ^~~~~~ In file included from libavcodec/imgconvert.c:27:0: libavcodec/avcodec.h:3670:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayacm.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o libavcodec/j2kenc.c: In function 'j2kenc_init': libavcodec/j2kenc.c:1075:5: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^~ In file included from libavcodec/j2kenc.c:29:0: libavcodec/avcodec.h:1915:10: note: declared here int prediction_method; ^~~~~~~~~~~~~~~~~ libavcodec/j2kenc.c:1076:9: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] s->pred = avctx->prediction_method; ^ In file included from libavcodec/j2kenc.c:29:0: libavcodec/avcodec.h:1915:10: note: declared here int prediction_method; ^~~~~~~~~~~~~~~~~ CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o libavcodec/jpeglsenc.c: In function 'encode_picture_ls': libavcodec/jpeglsenc.c:273:5: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^~ In file included from libavcodec/jpeglsenc.c:28:0: libavcodec/avcodec.h:1915:10: note: declared here int prediction_method; ^~~~~~~~~~~~~~~~~ libavcodec/jpeglsenc.c:274:9: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] ctx->pred = avctx->prediction_method; ^~~ In file included from libavcodec/jpeglsenc.c:28:0: libavcodec/avcodec.h:1915:10: note: declared here int prediction_method; ^~~~~~~~~~~~~~~~~ libavcodec/jpeglsenc.c: In function 'encode_init_ls': libavcodec/jpeglsenc.c:432:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] ctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^~~ In file included from libavcodec/jpeglsenc.c:28:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/jpeglsenc.c:433:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] ctx->coded_frame->key_frame = 1; ^~~ In file included from libavcodec/jpeglsenc.c:28:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/lclenc.o CC libavcodec/libx264.o CC libavcodec/ljpegenc.o libavcodec/libx264.c: In function 'X264_frame': libavcodec/libx264.c:271:9: error: 'x264_bit_depth' undeclared (first use in this function) if (x264_bit_depth > 8) ^~~~~~~~~~~~~~ libavcodec/libx264.c:271:9: note: each undeclared identifier is reported only once for each function it appears in libavcodec/libx264.c:371:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] ctx->coded_frame->pict_type = pict_type; ^~~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libx264.c:381:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] ctx->coded_frame->quality = (pic_out.i_qpplus1 - 1) * FF_QP2LAMBDA; ^~~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libx264.c: In function 'X264_init': libavcodec/libx264.c:539:5: warning: 'chromaoffset' is deprecated [-Wdeprecated-declarations] if (avctx->chromaoffset >= 0) ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2210:9: note: declared here int chromaoffset; ^~~~~~~~~~~~ libavcodec/libx264.c:540:9: warning: 'chromaoffset' is deprecated [-Wdeprecated-declarations] x4->chroma_offset = avctx->chromaoffset; ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2210:9: note: declared here int chromaoffset; ^~~~~~~~~~~~ libavcodec/libx264.c:553:5: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] if (avctx->scenechange_threshold >= 0) ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2108:9: note: declared here int scenechange_threshold; ^~~~~~~~~~~~~~~~~~~~~ libavcodec/libx264.c:554:9: warning: 'scenechange_threshold' is deprecated [-Wdeprecated-declarations] x4->scenechange_threshold = avctx->scenechange_threshold; ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2108:9: note: declared here int scenechange_threshold; ^~~~~~~~~~~~~~~~~~~~~ libavcodec/libx264.c:600:5: warning: 'noise_reduction' is deprecated [-Wdeprecated-declarations] if (avctx->noise_reduction >= 0) ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2112:9: note: declared here int noise_reduction; ^~~~~~~~~~~~~~~ libavcodec/libx264.c:601:9: warning: 'noise_reduction' is deprecated [-Wdeprecated-declarations] x4->noise_reduction = avctx->noise_reduction; ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2112:9: note: declared here int noise_reduction; ^~~~~~~~~~~~~~~ libavcodec/libx264.c:610:5: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations] if (avctx->b_frame_strategy >= 0) ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:1830:9: note: declared here int b_frame_strategy; ^~~~~~~~~~~~~~~~ libavcodec/libx264.c:611:9: warning: 'b_frame_strategy' is deprecated [-Wdeprecated-declarations] x4->b_frame_strategy = avctx->b_frame_strategy; ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:1830:9: note: declared here int b_frame_strategy; ^~~~~~~~~~~~~~~~ libavcodec/libx264.c:618:5: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] if (avctx->coder_type >= 0) ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2576:9: note: declared here int coder_type; ^~~~~~~~~~ libavcodec/libx264.c:619:9: warning: 'coder_type' is deprecated [-Wdeprecated-declarations] x4->coder = avctx->coder_type == FF_CODER_TYPE_AC; ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:2576:9: note: declared here int coder_type; ^~~~~~~~~~ libavcodec/libx264.c:715:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] if (avctx->me_method == ME_EPZS) ^~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:1759:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ libavcodec/libx264.c:717:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] else if (avctx->me_method == ME_HEX) ^~~~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:1759:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ libavcodec/libx264.c:719:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] else if (avctx->me_method == ME_UMH) ^~~~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:1759:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ libavcodec/libx264.c:721:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] else if (avctx->me_method == ME_FULL) ^~~~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:1759:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ libavcodec/libx264.c:723:9: warning: 'me_method' is deprecated [-Wdeprecated-declarations] else if (avctx->me_method == ME_TESA) ^~~~ In file included from libavcodec/libx264.c:29:0: libavcodec/avcodec.h:1759:30: note: declared here attribute_deprecated int me_method; ^~~~~~~~~ libavcodec/libx264.c: In function 'X264_init_static': libavcodec/libx264.c:898:9: error: 'x264_bit_depth' undeclared (first use in this function) if (x264_bit_depth == 8) ^~~~~~~~~~~~~~ make[3]: *** [libavcodec/libx264.o] Error 1 make[3]: *** Waiting for unfinished jobs.... libavcodec/ljpegenc.c: In function 'ljpeg_encode_bgr': libavcodec/ljpegenc.c:76:5: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^~ In file included from libavcodec/ljpegenc.c:37:0: libavcodec/avcodec.h:1915:10: note: declared here int prediction_method; ^~~~~~~~~~~~~~~~~ libavcodec/ljpegenc.c:77:9: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] s->pred = avctx->prediction_method + 1; ^ In file included from libavcodec/ljpegenc.c:37:0: libavcodec/avcodec.h:1915:10: note: declared here int prediction_method; ^~~~~~~~~~~~~~~~~ libavcodec/ljpegenc.c: In function 'ljpeg_encode_yuv': libavcodec/ljpegenc.c:207:5: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_method) ^~ In file included from libavcodec/ljpegenc.c:37:0: libavcodec/avcodec.h:1915:10: note: declared here int prediction_method; ^~~~~~~~~~~~~~~~~ libavcodec/ljpegenc.c:208:9: warning: 'prediction_method' is deprecated [-Wdeprecated-declarations] s->pred = avctx->prediction_method + 1; ^ In file included from libavcodec/ljpegenc.c:37:0: libavcodec/avcodec.h:1915:10: note: declared here int prediction_method; ^~~~~~~~~~~~~~~~~ libavcodec/ljpegenc.c: In function 'ljpeg_encode_init': libavcodec/ljpegenc.c:306:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^~~~~ In file included from libavcodec/ljpegenc.c:37:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/ljpegenc.c:307:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^~~~~ In file included from libavcodec/ljpegenc.c:37:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/lclenc.c: In function 'encode_init': libavcodec/lclenc.c:140:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^~~~~ In file included from libavcodec/lclenc.c:45:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/lclenc.c:141:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^~~~~ In file included from libavcodec/lclenc.c:45:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ make[2]: *** [ffmpeg/libavcodec/libavcodec.a] Error 2 make[1]: *** [/home/buildroot/autobuild/run/instance-1/output/build/mplayer-1.3.0/.stamp_built] Error 2 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'