./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./libavutil/intreadwrite.h:72:0, from libavcodec/get_bits.h:32, from libavcodec/lagarithrac.c:30: ./libavutil/mips/intreadwrite.h:27:5: warning: "ARCH_MIPS64" is not defined [-Wundef] #if ARCH_MIPS64 && HAVE_INLINE_ASM && !HAVE_MIPS64R6 ^~~~~~~~~~~ In file included from libavcodec/mathops.h:42:0, from libavcodec/get_bits.h:35, from libavcodec/lagarithrac.c:30: libavcodec/mips/mathops.h:31:5: warning: "HAVE_LOONGSON3" is not defined [-Wundef] #if HAVE_LOONGSON3 ^~~~~~~~~~~~~~ CC libavcodec/latm_parser.o In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from ./libavutil/avutil.h:288, from ./libavutil/samplefmt.h:24, from libavcodec/avcodec.h:31, from libavcodec/parser.h:26, from libavcodec/latm_parser.c:27: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/lcldec.o CC libavcodec/lclenc.o In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from ./libavutil/avutil.h:288, from ./libavutil/mem.h:34, from libavcodec/lcldec.c:44: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./libavutil/intreadwrite.h:72:0, from libavcodec/bytestream.h:31, from libavcodec/lcldec.c:47: ./libavutil/mips/intreadwrite.h:27:5: warning: "ARCH_MIPS64" is not defined [-Wundef] #if ARCH_MIPS64 && HAVE_INLINE_ASM && !HAVE_MIPS64R6 ^~~~~~~~~~~ In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from ./libavutil/avutil.h:288, from ./libavutil/avassert.h:31, from libavcodec/lclenc.c:44: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ 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; ^~~~~~~~~~~ CC libavcodec/libopus.o CC libavcodec/libopusdec.o In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from libavcodec/libopus.c:24: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/libvpxdec.o CC libavcodec/libvpxenc.o In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from libavcodec/libvpxdec.c:30: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from ./libavutil/avutil.h:288, from ./libavutil/avassert.h:31, from libavcodec/libopusdec.c:25: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./libavutil/intreadwrite.h:72:0, from libavcodec/libopusdec.c:27: ./libavutil/mips/intreadwrite.h:27:5: warning: "ARCH_MIPS64" is not defined [-Wundef] #if ARCH_MIPS64 && HAVE_INLINE_ASM && !HAVE_MIPS64R6 ^~~~~~~~~~~ In file included from libavcodec/mathops.h:42:0, from libavcodec/libopusdec.c:31: libavcodec/mips/mathops.h:31:5: warning: "HAVE_LOONGSON3" is not defined [-Wundef] #if HAVE_LOONGSON3 ^~~~~~~~~~~~~~ In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from ./libavutil/avutil.h:288, from ./libavutil/samplefmt.h:24, from libavcodec/avcodec.h:31, from libavcodec/libvpxenc.c:31: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/libx264.o CC libavcodec/ljpegenc.o In file included from ./libavutil/intreadwrite.h:72:0, from libavcodec/libvpxenc.c:39: ./libavutil/mips/intreadwrite.h:27:5: warning: "ARCH_MIPS64" is not defined [-Wundef] #if ARCH_MIPS64 && HAVE_INLINE_ASM && !HAVE_MIPS64R6 ^~~~~~~~~~~ libavcodec/libvpxenc.c: In function 'vpx_init': libavcodec/libvpxenc.c:507:5: warning: 'frame_skip_threshold' is deprecated [-Wdeprecated-declarations] if (avctx->frame_skip_threshold) ^~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2602:9: note: declared here int frame_skip_threshold; ^~~~~~~~~~~~~~~~~~~~ libavcodec/libvpxenc.c:508:9: warning: 'frame_skip_threshold' is deprecated [-Wdeprecated-declarations] ctx->drop_threshold = avctx->frame_skip_threshold; ^~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2602:9: note: declared here int frame_skip_threshold; ^~~~~~~~~~~~~~~~~~~~ libavcodec/libvpxenc.c:531:5: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] if (avctx->rc_buffer_aggressivity != 1.0) { ^~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2537:11: note: declared here float rc_buffer_aggressivity; ^~~~~~~~~~~~~~~~~~~~~~ libavcodec/libvpxenc.c:534:9: warning: 'rc_buffer_aggressivity' is deprecated [-Wdeprecated-declarations] enccfg.rc_undershoot_pct = lrint(avctx->rc_buffer_aggressivity * 100); ^~~~~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2537:11: note: declared here float rc_buffer_aggressivity; ^~~~~~~~~~~~~~~~~~~~~~ libavcodec/libvpxenc.c:623:9: warning: 'noise_reduction' is deprecated [-Wdeprecated-declarations] if (avctx->noise_reduction) ^~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2112:9: note: declared here int noise_reduction; ^~~~~~~~~~~~~~~ libavcodec/libvpxenc.c:624:13: warning: 'noise_reduction' is deprecated [-Wdeprecated-declarations] ctx->noise_sensitivity = avctx->noise_reduction; ^~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2112:9: note: declared here int noise_reduction; ^~~~~~~~~~~~~~~ libavcodec/libvpxenc.c:632:5: warning: 'mb_threshold' is deprecated [-Wdeprecated-declarations] if (avctx->mb_threshold) { ^~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2126:9: note: declared here int mb_threshold; ^~~~~~~~~~~~ libavcodec/libvpxenc.c:635:9: warning: 'mb_threshold' is deprecated [-Wdeprecated-declarations] ctx->static_thresh = avctx->mb_threshold; ^~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2126:9: note: declared here int mb_threshold; ^~~~~~~~~~~~ libavcodec/libvpxenc.c: In function 'storeframe': libavcodec/libvpxenc.c:748:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pts = cx_frame->pts; ^~~~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libvpxenc.c:749:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->key_frame = !!(cx_frame->flags & VPX_FRAME_IS_KEY); ^~~~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libvpxenc.c:757:13: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = pict_type; ^~~~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libvpxenc.c:765:13: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->pict_type = pict_type; ^~~~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libvpxenc.c:778:13: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->error[0] = cx_frame->sse[1]; ^~~~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libvpxenc.c:778:13: warning: 'error' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->error[0] = cx_frame->sse[1]; ^~~~~ In file included from libavcodec/avcodec.h:38:0, from libavcodec/libvpxenc.c:31: ./libavutil/frame.h:300:14: note: declared here uint64_t error[AV_NUM_DATA_POINTERS]; ^~~~~ libavcodec/libvpxenc.c:779:13: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->error[1] = cx_frame->sse[2]; ^~~~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libvpxenc.c:779:13: warning: 'error' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->error[1] = cx_frame->sse[2]; ^~~~~ In file included from libavcodec/avcodec.h:38:0, from libavcodec/libvpxenc.c:31: ./libavutil/frame.h:300:14: note: declared here uint64_t error[AV_NUM_DATA_POINTERS]; ^~~~~ libavcodec/libvpxenc.c:780:13: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->error[2] = cx_frame->sse[3]; ^~~~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libvpxenc.c:780:13: warning: 'error' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->error[2] = cx_frame->sse[3]; ^~~~~ In file included from libavcodec/avcodec.h:38:0, from libavcodec/libvpxenc.c:31: ./libavutil/frame.h:300:14: note: declared here uint64_t error[AV_NUM_DATA_POINTERS]; ^~~~~ libavcodec/libvpxenc.c:781:13: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->error[3] = 0; // alpha ^~~~~ In file included from libavcodec/libvpxenc.c:31:0: libavcodec/avcodec.h:2945:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ libavcodec/libvpxenc.c:781:13: warning: 'error' is deprecated [-Wdeprecated-declarations] avctx->coded_frame->error[3] = 0; // alpha ^~~~~ In file included from libavcodec/avcodec.h:38:0, from libavcodec/libvpxenc.c:31: ./libavutil/frame.h:300:14: note: declared here uint64_t error[AV_NUM_DATA_POINTERS]; ^~~~~ CC libavcodec/loco.o In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from ./libavutil/avutil.h:288, from ./libavutil/eval.h:29, from libavcodec/libx264.c:22: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./libavutil/intreadwrite.h:72:0, from libavcodec/libx264.c:28: ./libavutil/mips/intreadwrite.h:27:5: warning: "ARCH_MIPS64" is not defined [-Wundef] #if ARCH_MIPS64 && HAVE_INLINE_ASM && !HAVE_MIPS64R6 ^~~~~~~~~~~ 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]: *** [common.mak:60: libavcodec/libx264.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from ./libavutil/avutil.h:288, from ./libavutil/frame.h:31, from libavcodec/ljpegenc.c:33: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./libavutil/intreadwrite.h:72:0, from libavcodec/get_bits.h:32, from libavcodec/mpegvideo.h:37, from libavcodec/mjpegenc_common.h:28, from libavcodec/ljpegenc.c:41: ./libavutil/mips/intreadwrite.h:27:5: warning: "ARCH_MIPS64" is not defined [-Wundef] #if ARCH_MIPS64 && HAVE_INLINE_ASM && !HAVE_MIPS64R6 ^~~~~~~~~~~ In file included from libavcodec/mathops.h:42:0, from libavcodec/get_bits.h:35, from libavcodec/mpegvideo.h:37, from libavcodec/mjpegenc_common.h:28, from libavcodec/ljpegenc.c:41: libavcodec/mips/mathops.h:31:5: warning: "HAVE_LOONGSON3" is not defined [-Wundef] #if HAVE_LOONGSON3 ^~~~~~~~~~~~~~ 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; ^~~~~~~~~~~~~~~~~ In file included from ./libavutil/internal.h:39:0, from ./libavutil/common.h:467, from ./libavutil/avutil.h:288, from ./libavutil/samplefmt.h:24, from libavcodec/avcodec.h:31, from libavcodec/loco.c:27: ./libavutil/timer.h:54:10: warning: "HAVE_MACH_ABSOLUTE_TIME" is not defined [-Wundef] # elif HAVE_MACH_ABSOLUTE_TIME ^~~~~~~~~~~~~~~~~~~~~~~ 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; ^~~~~~~~~~~ In file included from ./libavutil/intreadwrite.h:72:0, from libavcodec/get_bits.h:32, from libavcodec/loco.c:28: ./libavutil/mips/intreadwrite.h:27:5: warning: "ARCH_MIPS64" is not defined [-Wundef] #if ARCH_MIPS64 && HAVE_INLINE_ASM && !HAVE_MIPS64R6 ^~~~~~~~~~~ In file included from libavcodec/mathops.h:42:0, from libavcodec/get_bits.h:35, from libavcodec/loco.c:28: libavcodec/mips/mathops.h:31:5: warning: "HAVE_LOONGSON3" is not defined [-Wundef] #if HAVE_LOONGSON3 ^~~~~~~~~~~~~~ make[2]: *** [Makefile:740: ffmpeg/libavcodec/libavcodec.a] Error 2 make[1]: *** [package/pkg-generic.mk:224: /home/naourr/git/buildroot-test/instance-3/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-3/buildroot'