--- /dev/fd/5 2019-02-21 06:39:42.624000000 +0100 +++ - 2019-02-21 06:39:42.629161882 +0100 @@ -81,7 +81,6 @@ void av_read_image_line(uint16_t *dst, const uint8_t *data[4], ^ CC libavfilter/vf_scale.o -CC libavfilter/vf_select.o /home/mik/src/fate/src/libavfilter/vf_scale.c: In function 'filter_frame': /home/mik/src/fate/src/libavfilter/vf_scale.c:291:27: warning: passing argument 2 of 'sws_scale' from incompatible pointer type [-Wincompatible-pointer-types] sws_scale(scale->sws, in->data, in->linesize, 0, in->height, @@ -90,6 +89,7 @@ /home/mik/src/fate/src/libswscale/swscale.h:207:5: note: expected 'const uint8_t * const* {aka const unsigned char * const*}' but argument is of type 'uint8_t ** {aka unsigned char **}' int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[], ^ +CC libavfilter/vf_select.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_transpose.o @@ -100,7 +100,6 @@ CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_color.o CC libavfilter/vsrc_movie.o -CC libavfilter/vsrc_nullsrc.o /home/mik/src/fate/src/libavfilter/vsrc_movie.c: In function 'movie_init': /home/mik/src/fate/src/libavfilter/vsrc_movie.c:160:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] movie->codec_ctx->refcounted_frames = 1; @@ -117,6 +116,7 @@ /home/mik/src/fate/src/libavcodec/avcodec.h:3975:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^ +CC libavfilter/vsrc_nullsrc.o CC libavfilter/vsrc_testsrc.o GEN libavfilter/libavfilter.pc CC libavformat/4xm.o @@ -271,13 +271,13 @@ CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o -CC libavformat/mpegenc.o /home/mik/src/fate/src/libavformat/movenc.c:583:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (cluster_idx >= track->entry) ^ /home/mik/src/fate/src/libavformat/movenc.c:583:8: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] if (cluster_idx >= track->entry) ^ +CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o @@ -495,18 +495,10 @@ CC libswscale/yuv2rgb.o GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc -HTML doc/developer.html -HTML doc/faq.html -HTML doc/fate.html -HTML doc/general.html -HTML doc/git-howto.html -HTML doc/libavfilter.html -HTML doc/nut.html -HTML doc/platform.html AR libavdevice/libavdevice.a AR libavfilter/libavfilter.a -CC libavcodec/4xm.o AR libavformat/libavformat.a +CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o @@ -568,8 +560,8 @@ CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o -CC libavcodec/adpcm.o CC libavcodec/acelp_vectors.o +CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adts_header.o @@ -695,6 +687,7 @@ CC libavcodec/dca_xll.o CC libavcodec/dcadata.o CC libavcodec/dcadec.o +CC libavcodec/dcadsp.o /home/mik/src/fate/src/libavcodec/dca_xll.c: In function 'ff_dca_xll_decode_audio': /home/mik/src/fate/src/libavcodec/dca_xll.c:382:41: warning: array subscript is above array bounds [-Warray-bounds] c[j] += ((int64_t) c[i] * r1 + 0x8000) >> 16; @@ -753,13 +746,11 @@ /home/mik/src/fate/src/libavcodec/dca_xll.c:383:26: warning: array subscript is above array bounds [-Warray-bounds] c[i - j - 1] += ((int64_t) c[i] * r0 + 0x8000) >> 16; ^ -CC libavcodec/dcadsp.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dds.o CC libavcodec/decode.o -CC libavcodec/dfa.o /home/mik/src/fate/src/libavcodec/decode.c: In function 'compat_decode': /home/mik/src/fate/src/libavcodec/decode.c:572:13: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) { @@ -776,6 +767,7 @@ /home/mik/src/fate/src/libavcodec/avcodec.h:2019:30: note: declared here attribute_deprecated int refcounted_frames; ^ +CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_parser.o CC libavcodec/dnxhd_parser.o @@ -786,6 +778,7 @@ CC libavcodec/dpx.o CC libavcodec/dpx_parser.o CC libavcodec/dpxenc.o +CC libavcodec/dsicinaudio.o /home/mik/src/fate/src/libavcodec/dpxenc.c: In function 'encode_frame': /home/mik/src/fate/src/libavcodec/dpxenc.c:159:40: warning: passing argument 3 of 'av_image_copy_to_buffer' from incompatible pointer type [-Wincompatible-pointer-types] frame->data, frame->linesize, @@ -794,7 +787,6 @@ /home/mik/src/fate/src/libavutil/imgutils.h:197:5: note: expected 'const uint8_t * const* {aka const unsigned char * const*}' but argument is of type 'uint8_t * const* {aka unsigned char * const*}' int av_image_copy_to_buffer(uint8_t *dst, int dst_size, ^ -CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o CC libavcodec/dump_extradata_bsf.o @@ -1084,6 +1076,7 @@ CC libavcodec/null_bsf.o CC libavcodec/nuv.o CC libavcodec/on2avc.o +CC libavcodec/on2avcdata.o /home/mik/src/fate/src/libavcodec/nuv.c: In function 'copy_frame': /home/mik/src/fate/src/libavcodec/nuv.c:81:41: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [-Wincompatible-pointer-types] av_image_copy(f->data, f->linesize, src_data, src_linesize, @@ -1092,7 +1085,6 @@ /home/mik/src/fate/src/libavutil/imgutils.h:116:6: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}' void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], ^ -CC libavcodec/on2avcdata.o CC libavcodec/options.o CC libavcodec/opus.o CC libavcodec/opus_celt.o @@ -1434,11 +1426,11 @@ CC libavutil/rc4.o CC libavutil/samplefmt.o CC libavutil/sha.o -CC libavutil/spherical.o /home/mik/src/fate/src/libavutil/samplefmt.c: In function 'av_samples_fill_arrays': /home/mik/src/fate/src/libavutil/samplefmt.c:152:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] audio_data[0] = buf; ^ +CC libavutil/spherical.o CC libavutil/stereo3d.o CC libavutil/time.o CC libavutil/tree.o @@ -1455,64 +1447,52 @@ AR libavresample/libavresample.a AR libavutil/libavutil.a HOSTLD doc/print_options +LD avconv GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi POD doc/avconv.pod POD doc/avprobe.pod -HTML doc/avconv.html -HTML doc/avprobe.html MAN doc/avconv.1 MAN doc/avprobe.1 -LD avconv LD avprobe INSTALL doc/avconv.1 INSTALL doc/avprobe.1 -INSTALL doc/avconv.html -INSTALL doc/avprobe.html -INSTALL doc/developer.html -INSTALL doc/faq.html -INSTALL doc/fate.html -INSTALL doc/general.html -INSTALL doc/git-howto.html -INSTALL doc/libavfilter.html -INSTALL doc/nut.html -INSTALL doc/platform.html +INSTALL libavdevice/libavdevice.a +INSTALL presets/libx264-slow.avpreset INSTALL presets/libx264-lossless_slower.avpreset INSTALL presets/libx264-ultrafast_firstpass.avpreset -INSTALL presets/libx264-ipod640.avpreset -INSTALL presets/libx264-faster.avpreset INSTALL presets/libx264-lossless_max.avpreset INSTALL presets/libvpx-1080p.avpreset INSTALL presets/libx264-medium_firstpass.avpreset INSTALL presets/libx264-slower_firstpass.avpreset INSTALL presets/libx264-baseline.avpreset INSTALL presets/libvpx-720p50_60.avpreset -INSTALL presets/libx264-lossless_ultrafast.avpreset INSTALL presets/libx264-placebo_firstpass.avpreset +INSTALL presets/libx264-veryslow_firstpass.avpreset INSTALL presets/libx264-lossless_fast.avpreset -INSTALL presets/libvpx-360p.avpreset INSTALL presets/libx264-veryfast.avpreset INSTALL presets/libx264-medium.avpreset -INSTALL presets/libx264-veryslow_firstpass.avpreset +INSTALL presets/libx264-fast.avpreset INSTALL presets/libx264-placebo.avpreset INSTALL presets/libx264-slow_firstpass.avpreset +INSTALL presets/libx264-ultrafast.avpreset INSTALL presets/libx264-ipod320.avpreset INSTALL presets/libvpx-720p.avpreset +INSTALL presets/libx264-veryfast_firstpass.avpreset +INSTALL presets/libx264-ipod640.avpreset INSTALL presets/libx264-faster_firstpass.avpreset -INSTALL presets/libx264-superfast_firstpass.avpreset -INSTALL presets/libx264-slow.avpreset +INSTALL presets/libx264-lossless_ultrafast.avpreset INSTALL presets/libx264-slower.avpreset +INSTALL presets/libx264-superfast_firstpass.avpreset INSTALL presets/libx264-lossless_medium.avpreset INSTALL presets/libx264-veryslow.avpreset INSTALL presets/libx264-main.avpreset -INSTALL presets/libx264-ultrafast.avpreset +INSTALL presets/libx264-faster.avpreset INSTALL presets/libx264-superfast.avpreset INSTALL presets/libvpx-1080p50_60.avpreset -INSTALL presets/libx264-veryfast_firstpass.avpreset INSTALL presets/libx264-lossless_slow.avpreset -INSTALL presets/libx264-fast.avpreset +INSTALL presets/libvpx-360p.avpreset INSTALL presets/libx264-fast_firstpass.avpreset -INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a