GEN tests/pixfmts.mak HOSTCC tests/base64.o HOSTCC tests/tiny_psnr.o HOSTCC tests/tiny_ssim.o HOSTCC tests/audiomatch.o CC tests/checkasm/aacpsdsp.o CC tests/checkasm/af_afir.o CC tests/checkasm/alacdsp.o CC tests/checkasm/audiodsp.o CC tests/checkasm/blockdsp.o CC tests/checkasm/bswapdsp.o CC tests/checkasm/checkasm.o CC tests/checkasm/exrdsp.o CC tests/checkasm/fixed_dsp.o CC tests/checkasm/flacdsp.o CC tests/checkasm/float_dsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/g722dsp.o CC tests/checkasm/h264dsp.o CC tests/checkasm/h264pred.o CC tests/checkasm/h264qpel.o CC tests/checkasm/hevc_idct.o CC tests/checkasm/hevc_add_res.o CC tests/checkasm/hevc_sao.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/huffyuvdsp.o CC tests/checkasm/llviddsp.o CC tests/checkasm/llviddspenc.o CC tests/checkasm/opusdsp.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/sbrdsp.o CC tests/checkasm/sw_rgb.o CC tests/checkasm/synth_filter.o CC tests/checkasm/utvideodsp.o CC tests/checkasm/v210dec.o CC tests/checkasm/v210enc.o CC tests/checkasm/vf_colorspace.o CC tests/checkasm/vf_blend.o CC tests/checkasm/vf_eq.o CC tests/checkasm/vf_gblur.o CC tests/checkasm/vf_hflip.o CC tests/checkasm/vf_nlmeans.o CC tests/checkasm/videodsp.o CC tests/checkasm/vf_threshold.o CC tests/checkasm/vp8dsp.o CC tests/checkasm/vp9dsp.o X86ASM tests/checkasm/x86/checkasm.o CC tests/api/api-threadmessage-test.o CC tests/api/api-flac-test.o CC tests/api/api-seek-test.o HOSTCC tests/audiogen.o HOSTCC tests/videogen.o CC tests/api/api-band-test.o CC tests/api/api-h264-test.o CC tests/api/api-h264-slice-test.o CC tests/api/api-codec-param-test.o CC tests/dnn/dnn-layer-pad-test.o CC tests/dnn/dnn-layer-conv2d-test.o CC tests/dnn/dnn-layer-depth2space-test.o CC tests/dnn/dnn-layer-mathbinary-test.o CC tests/dnn/dnn-layer-maximum-test.o CC libavcodec/tests/fft.o 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:4230: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:3586:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ CC libavcodec/tests/fft-fixed.o CC libavcodec/tests/fft-fixed32.o CC libavcodec/tests/avfft.o CC libavcodec/tests/avpacket.o CC libavcodec/tests/cabac.o CC libavcodec/tests/celp_math.o CC libavcodec/tests/codec_desc.o CC libavcodec/tests/golomb.o CC libavcodec/tests/dct.o CC libavcodec/dctref.o tests/api/api-seek-test.c: In function ‘compute_crc_of_packets’: tests/api/api-seek-test.c:119:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^ In file included from tests/api/api-seek-test.c:28:0: ./libavcodec/avcodec.h:3635:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ tests/api/api-h264-test.c: In function ‘video_decode_example’: tests/api/api-h264-test.c:122:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^ In file included from tests/api/api-h264-test.c:28:0: ./libavcodec/avcodec.h:3635:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ CC libavcodec/tests/h264_levels.o tests/api/api-band-test.c: In function ‘video_decode’: tests/api/api-band-test.c:171:13: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] result = avcodec_decode_video2(ctx, fr, &got_frame, &pkt); ^ In file included from tests/api/api-band-test.c:28:0: ./libavcodec/avcodec.h:3635:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ CC libavcodec/tests/h265_levels.o CC libavcodec/tests/iirfilter.o tests/api/api-codec-param-test.c: In function ‘try_decode_video_frame’: tests/api/api-codec-param-test.c:58:9: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &got_frame, pkt); ^ In file included from ./libavformat/avformat.h:312:0, from tests/api/api-codec-param-test.c:24: ./libavcodec/avcodec.h:3635:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ tests/api/api-codec-param-test.c: In function ‘find_video_stream_info’: tests/api/api-codec-param-test.c:95:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^ In file included from tests/api/api-codec-param-test.c:24:0: ./libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^ tests/api/api-codec-param-test.c:120:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] codec_ctx = st->codec; ^ In file included from tests/api/api-codec-param-test.c:24:0: ./libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^ tests/api/api-codec-param-test.c:135:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avcodec_close(st->codec); ^ In file included from tests/api/api-codec-param-test.c:24:0: ./libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^ tests/api/api-codec-param-test.c: In function ‘dump_video_streams’: tests/api/api-codec-param-test.c:148:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx = st->codec; ^ In file included from tests/api/api-codec-param-test.c:24:0: ./libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^ tests/api/api-codec-param-test.c: In function ‘check_video_streams’: tests/api/api-codec-param-test.c:199:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx1 = st1->codec; ^ In file included from tests/api/api-codec-param-test.c:24:0: ./libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^ tests/api/api-codec-param-test.c:200:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *codec_ctx2 = st2->codec; ^ In file included from tests/api/api-codec-param-test.c:24:0: ./libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^ STRIP tests/checkasm/x86/checkasm.o skipping strip -x tests/checkasm/x86/checkasm.o CC libavcodec/tests/mpeg12framerate.o CC libavcodec/tests/options.o CC libavcodec/tests/rangecoder.o CC libavcodec/tests/mathops.o CC libavcodec/tests/jpeg2000dwt.o CC libavcodec/tests/utils.o CC libavcodec/tests/mjpegenc_huffman.o CC libavcodec/tests/htmlsubtitles.o CC libavformat/tests/noproxy.o CC libavformat/tests/srtp.o CC libavformat/tests/url.o CC libavformat/tests/movenc.o CC libavutil/tests/adler32.o CC libavutil/tests/aes.o CC libavutil/tests/aes_ctr.o CC libavutil/tests/camellia.o 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:216: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:216:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) ^ libavcodec/tests/options.c: In function ‘main’: libavcodec/tests/options.c:188: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:3263:6: note: declared here void avcodec_register(AVCodec *codec); ^ CC libavutil/tests/cast5.o CC libavutil/tests/audio_fifo.o CC libavutil/tests/avstring.o CC libavutil/tests/base64.o CC libavutil/tests/blowfish.o CC libavutil/tests/bprint.o CC libavutil/tests/cpu.o CC libavutil/tests/crc.o CC libavutil/tests/color_utils.o CC libavutil/tests/des.o CC libavutil/tests/dict.o CC libavutil/tests/encryption_info.o CC libavutil/tests/eval.o CC libavutil/tests/fifo.o CC libavutil/tests/hash.o CC libavutil/tests/hmac.o CC libavutil/tests/imgutils.o CC libavutil/tests/integer.o CC libavutil/tests/lfg.o CC libavutil/tests/md5.o CC libavutil/tests/murmur3.o CC libavutil/tests/parseutils.o CC libavutil/tests/pixfmt_best.o CC libavutil/tests/display.o 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); ^ CC libavutil/tests/random_seed.o CC libavutil/tests/ripemd.o CC libavutil/tests/sha.o CC libavutil/tests/sha512.o CC libavutil/tests/tree.o CC libavutil/tests/twofish.o CC libavutil/tests/xtea.o CC libavutil/tests/tea.o CC libavutil/tests/opt.o CC libavutil/tests/cpu_init.o CC libavutil/tests/pixelutils.o CC libswscale/tests/pixdesc_query.o CC libavformat/tests/fifo_muxer.o COPY tests/data/filtergraphs/anequalizer COPY tests/data/filtergraphs/firequalizer COPY tests/data/filtergraphs/compand GEN tests/data/hls-list.m3u8 GEN tests/data/hls-list-append.m3u8 COPY tests/data/filtergraphs/channelmap_one_int tests/fate/filter-audio.mak:205: recipe for target 'tests/data/hls-list.m3u8' failed make: *** [tests/data/hls-list.m3u8] Error 1 make: *** Waiting for unfinished jobs.... COPY tests/data/filtergraphs/channelmap_one_str tests/fate/filter-audio.mak:215: recipe for target 'tests/data/hls-list-append.m3u8' failed make: *** [tests/data/hls-list-append.m3u8] Error 1