libavcodec/ratecontrol.c: In function 'ff_rate_control_init': libavcodec/ratecontrol.c:148:9: warning: 'rc_strategy' is deprecated (declared at libavcodec/avcodec.h:1823) [-Wdeprecated-declarations] s->rc_strategy = s->avctx->rc_strategy; ^ CC libavcodec/rawdec.o CC libavcodec/rawenc.o CC libavcodec/rdft.o CC libavcodec/realtextdec.o libavcodec/rawenc.c: In function 'raw_encode_init': libavcodec/rawenc.c:41:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ CC libavcodec/remove_extradata_bsf.o CC libavcodec/resample.o CC libavcodec/resample2.o libavcodec/resample.c: In function 'av_audio_resample_init': libavcodec/resample.c:252:9: warning: 'av_audio_convert_alloc' is deprecated (declared at libavcodec/audioconvert.h:57) [-Wdeprecated-declarations] if (!(s->convert_ctx[0] = av_audio_convert_alloc(AV_SAMPLE_FMT_S16, 1, ^ libavcodec/resample.c:263:9: warning: 'av_audio_convert_alloc' is deprecated (declared at libavcodec/audioconvert.h:57) [-Wdeprecated-declarations] if (!(s->convert_ctx[1] = av_audio_convert_alloc(s->sample_fmt[1], 1, ^ libavcodec/resample.c:268:13: warning: 'av_audio_convert_free' is deprecated (declared at libavcodec/audioconvert.h:67) [-Wdeprecated-declarations] av_audio_convert_free(s->convert_ctx[0]); ^ libavcodec/resample.c:274:5: warning: 'av_resample_init' is deprecated (declared at libavcodec/avcodec.h:4824) [-Wdeprecated-declarations] s->resample_context = av_resample_init(output_rate, input_rate, ^ libavcodec/resample.c: In function 'audio_resample': libavcodec/resample.c:319:9: warning: 'av_audio_convert' is deprecated (declared at libavcodec/audioconvert.h:80) [-Wdeprecated-declarations] if (av_audio_convert(s->convert_ctx[0], obuf, ostride, ^ libavcodec/resample.c:392:9: warning: 'av_resample' is deprecated (declared at libavcodec/avcodec.h:4836) [-Wdeprecated-declarations] nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i], ^ libavcodec/resample.c:414:9: warning: 'av_audio_convert' is deprecated (declared at libavcodec/audioconvert.h:80) [-Wdeprecated-declarations] if (av_audio_convert(s->convert_ctx[1], obuf, ostride, ^ libavcodec/resample.c: In function 'audio_resample_close': libavcodec/resample.c:434:5: warning: 'av_resample_close' is deprecated (declared at libavcodec/avcodec.h:4854) [-Wdeprecated-declarations] av_resample_close(s->resample_context); ^ libavcodec/resample.c:439:5: warning: 'av_audio_convert_free' is deprecated (declared at libavcodec/audioconvert.h:67) [-Wdeprecated-declarations] av_audio_convert_free(s->convert_ctx[0]); ^ libavcodec/resample.c:440:5: warning: 'av_audio_convert_free' is deprecated (declared at libavcodec/audioconvert.h:67) [-Wdeprecated-declarations] av_audio_convert_free(s->convert_ctx[1]); ^ CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rscc.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/screenpresso.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o libavcodec/sgienc.c: In function 'encode_frame': libavcodec/sgienc.c:105:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ libavcodec/sgienc.c:106:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ libavcodec/sgienc.c:112:5: warning: 'coder_type' is deprecated (declared at libavcodec/avcodec.h:2576) [-Wdeprecated-declarations] if (avctx->coder_type == FF_CODER_TYPE_RAW) ^ CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sinewin_fixed.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o CC libavcodec/snappy.o CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o libavcodec/snowenc.c: In function 'encode_init': libavcodec/snowenc.c:46:5: warning: 'prediction_method' is deprecated (declared at libavcodec/avcodec.h:1915) [-Wdeprecated-declarations] if (avctx->prediction_method) ^ libavcodec/snowenc.c:47:9: warning: 'prediction_method' is deprecated (declared at libavcodec/avcodec.h:1915) [-Wdeprecated-declarations] s->pred = avctx->prediction_method; ^ libavcodec/snowenc.c:59:5: warning: 'me_method' is deprecated (declared at libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] if (avctx->me_method == ME_ITER) ^ libavcodec/snowenc.c: In function 'encode_frame': libavcodec/snowenc.c:1646:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] av_frame_unref(avctx->coded_frame); ^ libavcodec/snowenc.c:1647:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] ret = av_frame_ref(avctx->coded_frame, s->current_picture); ^ libavcodec/snowenc.c:1677:9: warning: 'me_method' is deprecated (declared at libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] s->m.me_method= s->avctx->me_method; ^ libavcodec/snowenc.c:1751:13: warning: 'scenechange_threshold' is deprecated (declared at libavcodec/avcodec.h:2108) [-Wdeprecated-declarations] if(s->avctx->scenechange_threshold) ^ libavcodec/snowenc.c:1752:17: warning: 'scenechange_threshold' is deprecated (declared at libavcodec/avcodec.h:2108) [-Wdeprecated-declarations] s->scenechange_threshold = s->avctx->scenechange_threshold; ^ libavcodec/snowenc.c:1879:5: warning: 'frame_bits' is deprecated (declared at libavcodec/avcodec.h:2684) [-Wdeprecated-declarations] avctx->frame_bits = s->m.frame_bits; ^ libavcodec/snowenc.c:1880:5: warning: 'mv_bits' is deprecated (declared at libavcodec/avcodec.h:2666) [-Wdeprecated-declarations] avctx->mv_bits = s->m.mv_bits; ^ libavcodec/snowenc.c:1881:5: warning: 'misc_bits' is deprecated (declared at libavcodec/avcodec.h:2680) [-Wdeprecated-declarations] avctx->misc_bits = s->m.misc_bits; ^ libavcodec/snowenc.c:1882:5: warning: 'p_tex_bits' is deprecated (declared at libavcodec/avcodec.h:2672) [-Wdeprecated-declarations] avctx->p_tex_bits = s->m.p_tex_bits; ^ libavcodec/snowenc.c:1893:5: warning: 'error' is deprecated (declared at ./libavutil/frame.h:300) [-Wdeprecated-declarations] memcpy(s->current_picture->error, s->encoding_error, sizeof(s->encoding_error)); ^ CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o libavcodec/sunrastenc.c: In function 'sunrast_encode_init': libavcodec/sunrastenc.c:145:5: warning: 'coder_type' is deprecated (declared at libavcodec/avcodec.h:2576) [-Wdeprecated-declarations] switch (avctx->coder_type) { ^ CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o libavcodec/svq1enc.c: In function 'svq1_encode_plane': libavcodec/svq1enc.c:288:9: warning: 'me_method' is deprecated (declared at libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] s->m.me_method = s->avctx->me_method; ^ libavcodec/svq1enc.c:290:13: warning: 'me_method' is deprecated (declared at libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] if (s->avctx->me_method == ME_ZERO) ^ libavcodec/svq1enc.c:292:13: warning: 'me_method' is deprecated (declared at libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] else if (s->avctx->me_method == ME_EPZS) ^ libavcodec/svq1enc.c:294:13: warning: 'me_method' is deprecated (declared at libavcodec/avcodec.h:1759) [-Wdeprecated-declarations] else if (s->avctx->me_method == ME_X1) ^ libavcodec/svq1enc.c: In function 'svq1_encode_frame': libavcodec/svq1enc.c:636:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->pict_type = s->pict_type; ^ libavcodec/svq1enc.c:637:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->key_frame = s->pict_type == AV_PICTURE_TYPE_I; ^ CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o libavcodec/targaenc.c: In function 'targa_encode_frame': libavcodec/targaenc.c:161:5: warning: 'coder_type' is deprecated (declared at libavcodec/avcodec.h:2576) [-Wdeprecated-declarations] if (avctx->coder_type == FF_CODER_TYPE_RAW) ^ libavcodec/targaenc.c: In function 'targa_encode_init': libavcodec/targaenc.c:195:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ libavcodec/targaenc.c:196:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ CC libavcodec/tdsc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o libavcodec/tiff.c:31:5: warning: "CONFIG_LZMA" is not defined [-Wundef] #if CONFIG_LZMA ^ CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o libavcodec/tiff.c:385:5: warning: "CONFIG_LZMA" is not defined [-Wundef] #if CONFIG_LZMA ^ libavcodec/tiff.c: In function 'tiff_unpack_strip': libavcodec/tiff.c:529:5: warning: "CONFIG_LZMA" is not defined [-Wundef] #if CONFIG_LZMA ^ libavcodec/tiff.c: In function 'tiff_decode_tag': libavcodec/tiff.c:888:5: warning: "CONFIG_LZMA" is not defined [-Wundef] #if CONFIG_LZMA ^ libavcodec/tiffenc.c: In function 'encode_init': libavcodec/tiffenc.c:526:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ libavcodec/tiffenc.c:527:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truespeech.o CC libavcodec/tscc.o CC libavcodec/tscc2.o CC libavcodec/tta.o CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o In file included from ./libavutil/atomic.h:29:0, from libavcodec/utils.c:29: ./libavutil/atomic_gcc.h: In function 'atomic_int_get_gcc': ./libavutil/atomic_gcc.h:31:5: warning: "HAVE_ATOMIC_COMPARE_EXCHANGE" is not defined [-Wundef] #if HAVE_ATOMIC_COMPARE_EXCHANGE ^ ./libavutil/atomic_gcc.h: In function 'atomic_int_set_gcc': ./libavutil/atomic_gcc.h:42:5: warning: "HAVE_ATOMIC_COMPARE_EXCHANGE" is not defined [-Wundef] #if HAVE_ATOMIC_COMPARE_EXCHANGE ^ ./libavutil/atomic_gcc.h: In function 'atomic_int_add_and_fetch_gcc': ./libavutil/atomic_gcc.h:53:5: warning: "HAVE_ATOMIC_COMPARE_EXCHANGE" is not defined [-Wundef] #if HAVE_ATOMIC_COMPARE_EXCHANGE ^ In file included from libavcodec/utils.c:29:0: ./libavutil/atomic.h: At top level: ./libavutil/atomic.h:30:7: warning: "HAVE_ATOMICS_WIN32" is not defined [-Wundef] #elif HAVE_ATOMICS_WIN32 ^ ./libavutil/atomic.h:32:7: warning: "HAVE_ATOMICS_SUNCC" is not defined [-Wundef] #elif HAVE_ATOMICS_SUNCC ^ libavcodec/utils.c:59:5: warning: "CONFIG_ICONV" is not defined [-Wundef] #if CONFIG_ICONV ^ libavcodec/utils.c: In function 'avcodec_open2': libavcodec/utils.c:1358:9: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame = av_frame_alloc(); ^ libavcodec/utils.c:1359:9: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] if (!avctx->coded_frame) { ^ libavcodec/utils.c:1558:5: warning: "CONFIG_ICONV" is not defined [-Wundef] #if CONFIG_ICONV ^ libavcodec/utils.c:1606:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] av_frame_free(&avctx->coded_frame); ^ libavcodec/utils.c: In function 'avcodec_encode_audio2': libavcodec/utils.c:1810:13: warning: 'av_dup_packet' is deprecated (declared at libavcodec/avcodec.h:4017) [-Wdeprecated-declarations] if (av_dup_packet(avpkt) < 0) { ^ libavcodec/utils.c: In function 'avcodec_encode_video2': libavcodec/utils.c:1899:13: warning: 'av_dup_packet' is deprecated (declared at libavcodec/avcodec.h:4017) [-Wdeprecated-declarations] if (av_dup_packet(avpkt) < 0) { ^ libavcodec/utils.c: In function 'recode_subtitle': libavcodec/utils.c:2342:5: warning: "CONFIG_ICONV" is not defined [-Wundef] #if CONFIG_ICONV ^ libavcodec/utils.c:2353:5: warning: "CONFIG_ICONV" is not defined [-Wundef] #if CONFIG_ICONV ^ libavcodec/utils.c: In function 'avcodec_close': libavcodec/utils.c:2573:9: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] av_frame_free(&avctx->coded_frame); ^ libavcodec/utils.c: In function 'av_log_missing_feature': libavcodec/utils.c:3245:9: warning: 'av_log_ask_for_sample' is deprecated (declared at libavcodec/avcodec.h:5289) [-Wdeprecated-declarations] av_log_ask_for_sample(avc, NULL); ^ CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/utvideoenc.o libavcodec/utvideoenc.c: In function 'utvideo_encode_init': libavcodec/utvideoenc.c:119:5: warning: 'prediction_method' is deprecated (declared at libavcodec/avcodec.h:1915) [-Wdeprecated-declarations] if (avctx->prediction_method < 0 || avctx->prediction_method > 4) { ^ libavcodec/utvideoenc.c:119:5: warning: 'prediction_method' is deprecated (declared at libavcodec/avcodec.h:1915) [-Wdeprecated-declarations] libavcodec/utvideoenc.c:122:16: warning: 'prediction_method' is deprecated (declared at libavcodec/avcodec.h:1915) [-Wdeprecated-declarations] avctx->prediction_method); ^ libavcodec/utvideoenc.c:126:5: warning: 'prediction_method' is deprecated (declared at libavcodec/avcodec.h:1915) [-Wdeprecated-declarations] if (avctx->prediction_method == FF_PRED_PLANE) { ^ libavcodec/utvideoenc.c:133:5: warning: 'prediction_method' is deprecated (declared at libavcodec/avcodec.h:1915) [-Wdeprecated-declarations] if (avctx->prediction_method) ^ libavcodec/utvideoenc.c:134:9: warning: 'prediction_method' is deprecated (declared at libavcodec/avcodec.h:1915) [-Wdeprecated-declarations] c->frame_pred = ff_ut_pred_order[avctx->prediction_method]; ^ libavcodec/utvideoenc.c: In function 'utvideo_encode_frame': libavcodec/utvideoenc.c:625:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ libavcodec/utvideoenc.c:626:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ CC libavcodec/v210dec.o CC libavcodec/v210enc.o CC libavcodec/v210x.o CC libavcodec/v308dec.o libavcodec/v210enc.c: In function 'encode_init': libavcodec/v210enc.c:106:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ CC libavcodec/v308enc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/vb.o CC libavcodec/vble.o libavcodec/v410enc.c: In function 'v410_encode_frame': libavcodec/v410enc.c:53:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->key_frame = 1; ^ libavcodec/v410enc.c:54:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I; ^ CC libavcodec/vc1.o CC libavcodec/vc1_block.o CC libavcodec/vc1_loopfilter.o CC libavcodec/vc1_mc.o CC libavcodec/vc1_parser.o CC libavcodec/vc1_pred.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vc2enc.o CC libavcodec/vc2enc_dwt.o CC libavcodec/vcr1.o CC libavcodec/vdpau.o CC libavcodec/vdpau_h264.o libavcodec/vdpau.c: In function 'ff_vdpau_common_end_frame': libavcodec/vdpau.c:291:5: warning: 'info' is deprecated (declared at libavcodec/vdpau.h:112) [-Wdeprecated-declarations] av_assert0(sizeof(hwctx->info) <= sizeof(pic_ctx->info)); ^ libavcodec/vdpau.c:292:5: warning: 'info' is deprecated (declared at libavcodec/vdpau.h:112) [-Wdeprecated-declarations] memcpy(&hwctx->info, &pic_ctx->info, sizeof(hwctx->info)); ^ libavcodec/vdpau.c:292:5: warning: 'info' is deprecated (declared at libavcodec/vdpau.h:112) [-Wdeprecated-declarations] libavcodec/vdpau.c:293:5: warning: 'bitstream_buffers' is deprecated (declared at libavcodec/vdpau.h:137) [-Wdeprecated-declarations] hwctx->bitstream_buffers = pic_ctx->bitstream_buffers; ^ libavcodec/vdpau.c:294:5: warning: 'bitstream_buffers_used' is deprecated (declared at libavcodec/vdpau.h:128) [-Wdeprecated-declarations] hwctx->bitstream_buffers_used = pic_ctx->bitstream_buffers_used; ^ libavcodec/vdpau.c:295:5: warning: 'bitstream_buffers_allocated' is deprecated (declared at libavcodec/vdpau.h:120) [-Wdeprecated-declarations] hwctx->bitstream_buffers_allocated = pic_ctx->bitstream_buffers_allocated; ^ libavcodec/vdpau.c:311:5: warning: 'bitstream_buffers' is deprecated (declared at libavcodec/vdpau.h:137) [-Wdeprecated-declarations] hwctx->bitstream_buffers = NULL; ^ libavcodec/vdpau.c:312:5: warning: 'bitstream_buffers_used' is deprecated (declared at libavcodec/vdpau.h:128) [-Wdeprecated-declarations] hwctx->bitstream_buffers_used = 0; ^ libavcodec/vdpau.c:313:5: warning: 'bitstream_buffers_allocated' is deprecated (declared at libavcodec/vdpau.h:120) [-Wdeprecated-declarations] hwctx->bitstream_buffers_allocated = 0; ^ CC libavcodec/vdpau_hevc.o CC libavcodec/vdpau_mpeg12.o CC libavcodec/vdpau_mpeg4.o CC libavcodec/vdpau_vc1.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o CC libavcodec/vp9_parser.o CC libavcodec/vp9dsp.o CC libavcodec/vp9dsp_10bpp.o CC libavcodec/vp9dsp_12bpp.o CC libavcodec/vp9dsp_8bpp.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wavpackenc.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2dec.o CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o CC libavcodec/wnv1.o CC libavcodec/wrapped_avframe.o CC libavcodec/ws-snd1.o CC libavcodec/xan.o CC libavcodec/xbmdec.o CC libavcodec/xbmenc.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o libavcodec/xsubdec.c: In function 'decode_frame': libavcodec/xsubdec.c:139:9: warning: 'pict' is deprecated (declared at libavcodec/avcodec.h:3710) [-Wdeprecated-declarations] rect->pict.data[j] = rect->data[j]; ^ libavcodec/xsubdec.c:139:9: warning: 'data' is deprecated (declared at libavcodec/avcodec.h:3668) [-Wdeprecated-declarations] libavcodec/xsubdec.c:140:9: warning: 'pict' is deprecated (declared at libavcodec/avcodec.h:3710) [-Wdeprecated-declarations] rect->pict.linesize[j] = rect->linesize[j]; ^ libavcodec/xsubdec.c:140:9: warning: 'linesize' is deprecated (declared at libavcodec/avcodec.h:3670) [-Wdeprecated-declarations] libavcodec/xsubenc.c: In function 'xsub_encode': libavcodec/xsubenc.c:140:13: warning: 'pict' is deprecated (declared at libavcodec/avcodec.h:3710) [-Wdeprecated-declarations] rect->data[j] = rect->pict.data[j]; ^ libavcodec/xsubenc.c:140:13: warning: 'data' is deprecated (declared at libavcodec/avcodec.h:3668) [-Wdeprecated-declarations] libavcodec/xsubenc.c:141:13: warning: 'pict' is deprecated (declared at libavcodec/avcodec.h:3710) [-Wdeprecated-declarations] rect->linesize[j] = rect->pict.linesize[j]; ^ libavcodec/xsubenc.c:141:13: warning: 'linesize' is deprecated (declared at libavcodec/avcodec.h:3670) [-Wdeprecated-declarations] CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o CC libavcodec/zerocodec.o CC libavcodec/zmbv.o CC libavcodec/zmbvenc.o libavcodec/zmbvenc.c: In function 'encode_frame': libavcodec/zmbvenc.c:138:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->pict_type = keyframe ? AV_PICTURE_TYPE_I : AV_PICTURE_TYPE_P; ^ libavcodec/zmbvenc.c:139:5: warning: 'coded_frame' is deprecated (declared at libavcodec/avcodec.h:2945) [-Wdeprecated-declarations] avctx->coded_frame->key_frame = keyframe; ^ AR libavcodec/libavcodec.a make[1]: *** [package/pkg-generic.mk:224: /home/naourr/git/buildroot-test/instance-0/output/build/mplayer-1.3.0/.stamp_built] Error 2 make: *** [Makefile:79: _all] Error 2 make: Leaving directory '/home/naourr/git/buildroot-test/instance-0/buildroot'