tests/api/api-flac-test.c: In function 'run_test': tests/api/api-flac-test.c:166:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] result = avcodec_encode_audio2(enc_ctx, &enc_pkt, in_frame, &got_output) ^~~~~~ In file included from tests/api/api-flac-test.c:30:0: ./libavcodec/avcodec.h:3669:5: note: declared here int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ tests/api/api-flac-test.c:174:13: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] result = avcodec_decode_audio4(dec_ctx, out_frame, &got_output, &enc_pkt) ^~~~~~ In file included from tests/api/api-flac-test.c:30:0: ./libavcodec/avcodec.h:3039:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ tests/dnn/dnn-layer-avgpool-test.c: In function 'test_with_same': tests/dnn/dnn-layer-avgpool-test.c:94:5: error: implicit declaration of function 'dnn_execute_layer_avg_pool' did you mean 'ff_dnn_execute_layer_avg_pool'? [-Werror=implicit-function-declaration] dnn_execute_layer_avg_pool(operands, input_indexes, 1, ¶ms, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~ ff_dnn_execute_layer_avg_pool tests/dnn/dnn-layer-pad-test.c: In function 'test_with_mode_symmetric': tests/dnn/dnn-layer-pad-test.c:82:5: error: implicit declaration of function 'dnn_execute_layer_pad' did you mean 'ff_dnn_execute_layer_pad'? [-Werror=implicit-function-declaration] dnn_execute_layer_pad(operands, input_indexes, 1, ¶ms, NULL) ^~~~~~~~~~~~~~~~~~~~~ ff_dnn_execute_layer_pad tests/dnn/dnn-layer-maximum-test.c: In function 'test': tests/dnn/dnn-layer-conv2d-test.c: In function 'test_with_same_dilate': tests/dnn/dnn-layer-conv2d-test.c:123:5: error: implicit declaration of function 'dnn_execute_layer_conv2d' did you mean 'ff_dnn_execute_layer_conv2d'? [-Werror=implicit-function-declaration] dnn_execute_layer_conv2d(operands, input_indexes, 1, ¶ms, &ctx) ^~~~~~~~~~~~~~~~~~~~~~~~ ff_dnn_execute_layer_conv2d tests/dnn/dnn-layer-depth2space-test.c: In function 'test': tests/dnn/dnn-layer-depth2space-test.c:84:5: error: implicit declaration of function 'dnn_execute_layer_depth2space' did you mean 'ff_dnn_execute_layer_depth2space'? [-Werror=implicit-function-declaration] dnn_execute_layer_depth2space(operands, input_indexes, 1, ¶ms, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ff_dnn_execute_layer_depth2space tests/dnn/dnn-layer-maximum-test.c:48:5: error: implicit declaration of function 'dnn_execute_layer_maximum' did you mean 'ff_dnn_execute_layer_maximum'? [-Werror=implicit-function-declaration] dnn_execute_layer_maximum(operands, input_indexes, 1, ¶ms, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~ ff_dnn_execute_layer_maximum tests/dnn/dnn-layer-mathunary-test.c: In function 'test': tests/dnn/dnn-layer-mathunary-test.c:90:5: error: implicit declaration of function 'dnn_execute_layer_math_unary' did you mean 'ff_dnn_execute_layer_math_unary'? [-Werror=implicit-function-declaration] dnn_execute_layer_math_unary(operands, input_indexes, 1, ¶ms, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ff_dnn_execute_layer_math_unary cc1: some warnings being treated as errors make: *** [tests/dnn/dnn-layer-avgpool-test.o] Error 1 tests/dnn/dnn-layer-mathbinary-test.c: In function 'test_broadcast_input0': tests/dnn/dnn-layer-mathbinary-test.c:74:5: error: implicit declaration of function 'dnn_execute_layer_math_binary' did you mean 'ff_dnn_execute_layer_math_binary'? [-Werror=implicit-function-declaration] dnn_execute_layer_math_binary(operands, input_indexes, 1, ¶ms, NULL) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ff_dnn_execute_layer_math_binary cc1: some warnings being treated as errors make: *** [tests/dnn/dnn-layer-maximum-test.o] Error 1 cc1: some warnings being treated as errors make: *** [tests/dnn/dnn-layer-depth2space-test.o] Error 1 cc1: some warnings being treated as errors make: *** [tests/dnn/dnn-layer-mathunary-test.o] Error 1 cc1: some warnings being treated as errors make: *** [tests/dnn/dnn-layer-pad-test.o] Error 1 libavcodec/tests/options.c: In function 'test_copy': libavcodec/tests/options.c:152:5: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1) ^~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/tests/options.c:22:0: ./libavcodec/options.c:231:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) ^~~~~~~~~~~~~~~~~~~~ libavcodec/tests/options.c:167:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] avcodec_copy_context(ctx2, ctx1) ^~~~~~~~~~~~~~~~~~~~ In file included from libavcodec/tests/options.c:22:0: ./libavcodec/options.c:231:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) ^~~~~~~~~~~~~~~~~~~~ libavcodec/tests/options.c: In function 'main': libavcodec/tests/options.c:187:9: warning: 'avcodec_register' is deprecated [-Wdeprecated-declarations] avcodec_register(dummy_codec[i]) ^~~~~~~~~~~~~~~~ In file included from ./libavcodec/options.c:27:0, from libavcodec/tests/options.c:22: ./libavcodec/avcodec.h:2753:6: note: declared here void avcodec_register(AVCodec *codec) ^~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make: *** [tests/dnn/dnn-layer-conv2d-test.o] Error 1 libavutil/tests/md5.c: In function 'main': libavutil/tests/md5.c:41:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 1000) ^~ In file included from libavutil/tests/md5.c:22:0: ./libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^~~~~~~~~~ libavutil/tests/md5.c:43:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 63) ^~ In file included from libavutil/tests/md5.c:22:0: ./libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^~~~~~~~~~ libavutil/tests/md5.c:45:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 64) ^~ In file included from libavutil/tests/md5.c:22:0: ./libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^~~~~~~~~~ libavutil/tests/md5.c:47:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 65) ^~ In file included from libavutil/tests/md5.c:22:0: ./libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^~~~~~~~~~ libavutil/tests/md5.c:51:24: warning: passing argument 2 of 'av_md5_sum' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] av_md5_sum(md5val, in, 999) ^~ In file included from libavutil/tests/md5.c:22:0: ./libavutil/md5.h:89:6: note: expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'volatile uint8_t * {aka volatile unsigned char *}' void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len) ^~~~~~~~~~ cc1: some warnings being treated as errors make: *** [tests/dnn/dnn-layer-mathbinary-test.o] Error 1 cpu_flags(raw) = 0x000FD3DB cpu_flags_str(raw) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni cpu_flags(effective) = 0x000FD3DB cpu_flags_str(effective) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni threads = 1 (cpu_count = 48) make: Target 'fate' not remade because of errors.