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:3085:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ 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:3666: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:3036:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^ 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:3085: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:3085:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ 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:3085: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:884: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:884: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:884: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:884: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:884: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:884:21: note: declared here AVCodecContext *codec ^ 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:2750:6: note: declared here void avcodec_register(AVCodec *codec) ^ 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) ^ cpu_flags(raw) = 0x00000000 cpu_flags_str(raw) = cpu_flags(effective) = 0x00000000 cpu_flags_str(effective) = threads = 1 (cpu_count = 48) make: *** [fate-exr-rgb-scanline-zip-half-0x0-0xFFFF] Error 1 make: Target 'fate' not remade because of errors.