GEN libavutil/libavutil.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavresample/libavresample.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/fbdev_common.o CC libavdevice/fbdev_dec.o CC libavdevice/fbdev_enc.o CC libavdevice/lavfi.o CC libavdevice/oss.o CC libavdevice/oss_dec.o CC libavdevice/oss_enc.o CC libavdevice/timefilter.o CC libavdevice/utils.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2.o CC libavdevice/v4l2enc.o AR libavdevice/libavdevice.a GEN libavdevice/libavdevice.pc CC libavfilter/aeval.o CC libavfilter/af_acontrast.o CC libavfilter/af_acopy.o CC libavfilter/af_acrusher.o CC libavfilter/af_adelay.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_aiir.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_astats.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_haas.o CC libavfilter/af_hdcd.o CC libavfilter/af_headphone.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_mcompand.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o src/libavfilter/af_resample.c: In function ‘init’: src/libavfilter/af_resample.c:54:5: warning: ‘avresample_get_class’ is deprecated (declared at src/libavresample/avresample.h:183) [-Wdeprecated-declarations] const AVClass *avr_class = avresample_get_class(); ^ src/libavfilter/af_resample.c: In function ‘uninit’: src/libavfilter/af_resample.c:83:9: warning: ‘avresample_close’ is deprecated (declared at src/libavresample/avresample.h:245) [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavfilter/af_resample.c:84:9: warning: ‘avresample_free’ is deprecated (declared at src/libavresample/avresample.h:258) [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavfilter/af_resample.c: In function ‘config_output’: src/libavfilter/af_resample.c:127:9: warning: ‘avresample_close’ is deprecated (declared at src/libavresample/avresample.h:245) [-Wdeprecated-declarations] avresample_close(s->avr); ^ src/libavfilter/af_resample.c:128:9: warning: ‘avresample_free’ is deprecated (declared at src/libavresample/avresample.h:258) [-Wdeprecated-declarations] avresample_free(&s->avr); ^ src/libavfilter/af_resample.c:140:5: warning: ‘avresample_alloc_context’ is deprecated (declared at src/libavresample/avresample.h:194) [-Wdeprecated-declarations] if (!(s->avr = avresample_alloc_context())) ^ src/libavfilter/af_resample.c:161:5: warning: ‘avresample_open’ is deprecated (declared at src/libavresample/avresample.h:214) [-Wdeprecated-declarations] if ((ret = avresample_open(s->avr)) < 0) ^ src/libavfilter/af_resample.c: In function ‘request_frame’: src/libavfilter/af_resample.c:199:9: warning: ‘avresample_get_out_samples’ is deprecated (declared at src/libavresample/avresample.h:403) [-Wdeprecated-declarations] int nb_samples = avresample_get_out_samples(s->avr, 0); ^ src/libavfilter/af_resample.c:208:9: warning: ‘avresample_convert’ is deprecated (declared at src/libavresample/avresample.h:451) [-Wdeprecated-declarations] ret = avresample_convert(s->avr, frame->extended_data, ^ src/libavfilter/af_resample.c: In function ‘filter_frame’: src/libavfilter/af_resample.c:235:9: warning: ‘avresample_get_delay’ is deprecated (declared at src/libavresample/avresample.h:473) [-Wdeprecated-declarations] delay = avresample_get_delay(s->avr); ^ src/libavfilter/af_resample.c:236:9: warning: ‘avresample_get_out_samples’ is deprecated (declared at src/libavresample/avresample.h:403) [-Wdeprecated-declarations] nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); ^ src/libavfilter/af_resample.c:244:9: warning: ‘avresample_convert’ is deprecated (declared at src/libavresample/avresample.h:451) [-Wdeprecated-declarations] ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], ^ src/libavfilter/af_resample.c:253:9: warning: ‘avresample_available’ is deprecated (declared at src/libavresample/avresample.h:494) [-Wdeprecated-declarations] av_assert0(!avresample_available(s->avr)); ^ src/libavfilter/af_resample.c: In function ‘resample_child_class_next’: src/libavfilter/af_resample.c:311:5: warning: ‘avresample_get_class’ is deprecated (declared at src/libavresample/avresample.h:183) [-Wdeprecated-declarations] return prev ? NULL : avresample_get_class(); ^ CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_hilbert.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_abitscope.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o src/libavfilter/avfiltergraph.c: In function ‘avfilter_graph_free’: src/libavfilter/avfiltergraph.c:135:5: warning: ‘resample_lavr_opts’ is deprecated (declared at src/libavfilter/avfilter.h:814) [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^ CC libavfilter/bbox.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspacedsp.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o CC libavfilter/f_perms.o CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o src/libavfilter/lavfutils.c: In function ‘ff_load_image’: src/libavfilter/lavfutils.c:40:5: warning: ‘av_register_all’ is deprecated (declared at src/libavformat/avformat.h:2024) [-Wdeprecated-declarations] av_register_all(); ^ src/libavfilter/lavfutils.c:93:5: warning: ‘avcodec_decode_video2’ is deprecated (declared at src/libavcodec/avcodec.h:4682) [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^ CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/scale.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o src/libavfilter/src_movie.c: In function ‘open_stream’: src/libavfilter/src_movie.c:175:5: warning: ‘refcounted_frames’ is deprecated (declared at src/libavcodec/avcodec.h:2328) [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^ src/libavfilter/src_movie.c: In function ‘movie_common_init’: src/libavfilter/src_movie.c:242:5: warning: ‘av_register_all’ is deprecated (declared at src/libavformat/avformat.h:2024) [-Wdeprecated-declarations] av_register_all(); ^ src/libavfilter/src_movie.c: In function ‘movie_push_frame’: src/libavfilter/src_movie.c:531:9: warning: ‘avcodec_decode_video2’ is deprecated (declared at src/libavcodec/avcodec.h:4682) [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^ src/libavfilter/src_movie.c:534:9: warning: ‘avcodec_decode_audio4’ is deprecated (declared at src/libavcodec/avcodec.h:4633) [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^ CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_aspect.o CC libavfilter/vf_atadenoise.o CC libavfilter/vf_avgblur.o CC libavfilter/vf_bbox.o CC libavfilter/vf_bitplanenoise.o CC libavfilter/vf_blackdetect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_blend.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o src/libavfilter/vf_codecview.c: In function ‘filter_frame’: src/libavfilter/vf_codecview.c:223:9: warning: ‘av_frame_get_qp_table’ is deprecated (declared at src/libavutil/frame.h:624) [-Wdeprecated-declarations] int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type); ^ CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o src/libavfilter/vf_colorspace.c: In function ‘fill_rgb2xyz_table’: src/libavfilter/vf_colorspace.c:398:5: warning: passing argument 1 of ‘invert_matrix3x3’ from incompatible pointer type [enabled by default] invert_matrix3x3(rgb2xyz, i); ^ src/libavfilter/vf_colorspace.c:315:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void invert_matrix3x3(const double in[3][3], double out[3][3]) ^ src/libavfilter/vf_colorspace.c: In function ‘fill_whitepoint_conv_table’: src/libavfilter/vf_colorspace.c:462:5: warning: passing argument 3 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(tmp, ma, fac); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:463:5: warning: passing argument 2 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(out, tmp, mai); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:463:5: warning: passing argument 3 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(out, tmp, mai); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c: In function ‘convert’: src/libavfilter/vf_colorspace.c:518:20: warning: passing argument 7 of ‘s->yuv2yuv’ from incompatible pointer type [enabled by default] s->yuv2yuv_coeffs, s->yuv_offset); ^ src/libavfilter/vf_colorspace.c:518:20: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c:518:20: warning: passing argument 8 of ‘s->yuv2yuv’ from incompatible pointer type [enabled by default] src/libavfilter/vf_colorspace.c:518:20: note: expected ‘const int16_t (*)[8]’ but argument is of type ‘int16_t (*)[8]’ src/libavfilter/vf_colorspace.c:540:20: warning: passing argument 7 of ‘s->yuv2rgb’ from incompatible pointer type [enabled by default] s->yuv2rgb_coeffs, s->yuv_offset[0]); ^ src/libavfilter/vf_colorspace.c:540:20: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c:544:17: warning: passing argument 5 of ‘s->dsp.multiply3x3’ from incompatible pointer type [enabled by default] s->dsp.multiply3x3(rgb, s->rgb_stride, w, h, s->lrgb2lrgb_coeffs); ^ src/libavfilter/vf_colorspace.c:544:17: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c:549:28: warning: passing argument 7 of ‘s->rgb2yuv_fsb’ from incompatible pointer type [enabled by default] s->rgb2yuv_coeffs, s->yuv_offset[1], s->dither_scratch); ^ src/libavfilter/vf_colorspace.c:549:28: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c:552:24: warning: passing argument 7 of ‘s->rgb2yuv’ from incompatible pointer type [enabled by default] s->rgb2yuv_coeffs, s->yuv_offset[1]); ^ src/libavfilter/vf_colorspace.c:552:24: note: expected ‘const int16_t (*)[3][8]’ but argument is of type ‘int16_t (*)[3][8]’ src/libavfilter/vf_colorspace.c: In function ‘create_filtergraph’: src/libavfilter/vf_colorspace.c:666:13: warning: passing argument 1 of ‘invert_matrix3x3’ from incompatible pointer type [enabled by default] invert_matrix3x3(rgb2xyz, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:315:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void invert_matrix3x3(const double in[3][3], double out[3][3]) ^ src/libavfilter/vf_colorspace.c:674:17: warning: passing argument 2 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(tmp, rgb2xyz, wpconv); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:674:17: warning: passing argument 3 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(tmp, rgb2xyz, wpconv); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:675:17: warning: passing argument 2 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(rgb2rgb, tmp, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:675:17: warning: passing argument 3 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(rgb2rgb, tmp, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:677:17: warning: passing argument 2 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(rgb2rgb, rgb2xyz, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:677:17: warning: passing argument 3 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(rgb2rgb, rgb2xyz, xyz2rgb); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:802:13: warning: passing argument 1 of ‘invert_matrix3x3’ from incompatible pointer type [enabled by default] invert_matrix3x3(rgb2yuv, yuv2rgb); ^ src/libavfilter/vf_colorspace.c:315:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void invert_matrix3x3(const double in[3][3], double out[3][3]) ^ src/libavfilter/vf_colorspace.c:858:13: warning: passing argument 2 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(yuv2yuv, yuv2rgb, rgb2yuv); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ src/libavfilter/vf_colorspace.c:858:13: warning: passing argument 3 of ‘mul3x3’ from incompatible pointer type [enabled by default] mul3x3(yuv2yuv, yuv2rgb, rgb2yuv); ^ src/libavfilter/vf_colorspace.c:414:13: note: expected ‘const double (*)[3]’ but argument is of type ‘double (*)[3]’ static void mul3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ^ CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_decimate.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_fillborders.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_floodfill.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framestep.o CC libavfilter/vf_fspp.o src/libavfilter/vf_fspp.c: In function ‘filter_frame’: src/libavfilter/vf_fspp.c:585:9: warning: ‘av_frame_get_qp_table’ is deprecated (declared at src/libavutil/frame.h:624) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &fspp->qscale_type); ^ CC libavfilter/vf_gblur.o CC libavfilter/vf_geq.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histeq.o CC libavfilter/vf_histogram.o CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_hqx.o CC libavfilter/vf_hue.o CC libavfilter/vf_hwdownload.o CC libavfilter/vf_hwmap.o CC libavfilter/vf_hwupload.o CC libavfilter/vf_hysteresis.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_interlace.o CC libavfilter/vf_kerndeint.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_limiter.o CC libavfilter/vf_lumakey.o CC libavfilter/vf_lut.o CC libavfilter/vf_lut2.o CC libavfilter/vf_lut3d.o CC libavfilter/vf_maskedclamp.o CC libavfilter/vf_maskedmerge.o CC libavfilter/vf_mcdeint.o src/libavfilter/vf_mcdeint.c: In function ‘filter_frame’: src/libavfilter/vf_mcdeint.c:189:5: warning: ‘avcodec_encode_video2’ is deprecated (declared at src/libavcodec/avcodec.h:5313) [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^ src/libavfilter/vf_mcdeint.c:193:5: warning: ‘coded_frame’ is deprecated (declared at src/libavcodec/avcodec.h:2744) [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^ CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_minterpolate.o CC libavfilter/vf_mix.o CC libavfilter/vf_mpdecimate.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o CC libavfilter/vf_nnedi.o CC libavfilter/vf_noise.o CC libavfilter/vf_normalize.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o src/libavfilter/vf_pp.c: In function ‘pp_filter_frame’: src/libavfilter/vf_pp.c:140:5: warning: ‘av_frame_get_qp_table’ is deprecated (declared at src/libavutil/frame.h:624) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(inbuf, &qstride, &qp_type); ^ CC libavfilter/vf_pp7.o src/libavfilter/vf_pp7.c: In function ‘filter_frame’: src/libavfilter/vf_pp7.c:328:9: warning: ‘av_frame_get_qp_table’ is deprecated (declared at src/libavutil/frame.h:624) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &pp7->qscale_type); ^ CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o src/libavfilter/vf_qp.c: In function ‘filter_frame’: src/libavfilter/vf_qp.c:113:5: warning: ‘av_frame_get_qp_table’ is deprecated (declared at src/libavutil/frame.h:624) [-Wdeprecated-declarations] in_qp_table = av_frame_get_qp_table(in, &stride, &type); ^ src/libavfilter/vf_qp.c:114:5: warning: ‘av_frame_set_qp_table’ is deprecated (declared at src/libavutil/frame.h:626) [-Wdeprecated-declarations] av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); ^ CC libavfilter/vf_random.o CC libavfilter/vf_readeia608.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setfield.o CC libavfilter/vf_setparams.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o src/libavfilter/vf_spp.c: In function ‘filter_frame’: src/libavfilter/vf_spp.c:369:9: warning: ‘av_frame_get_qp_table’ is deprecated (declared at src/libavutil/frame.h:624) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); ^ CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.o CC libavfilter/vf_stereo3d.o CC libavfilter/vf_super2xsai.o CC libavfilter/vf_swaprect.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_telecine.o CC libavfilter/vf_threshold.o CC libavfilter/vf_thumbnail.o CC libavfilter/vf_tile.o CC libavfilter/vf_tinterlace.o CC libavfilter/vf_tonemap.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o src/libavfilter/vf_uspp.c: In function ‘filter’: src/libavfilter/vf_uspp.c:253:9: warning: ‘avcodec_encode_video2’ is deprecated (declared at src/libavcodec/avcodec.h:5313) [-Wdeprecated-declarations] ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); ^ src/libavfilter/vf_uspp.c:259:9: warning: ‘coded_frame’ is deprecated (declared at src/libavcodec/avcodec.h:2744) [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ src/libavfilter/vf_uspp.c: In function ‘filter_frame’: src/libavfilter/vf_uspp.c:395:9: warning: ‘av_frame_get_qp_table’ is deprecated (declared at src/libavutil/frame.h:624) [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &uspp->qscale_type); ^ CC libavfilter/vf_vaguedenoiser.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vignette.o CC libavfilter/vf_vmafmotion.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_yadif.o CC libavfilter/vf_zoompan.o CC libavfilter/video.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o AR libavfilter/libavfilter.a GEN libavfilter/libavfilter.pc CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/ac3dec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aea.o CC libavformat/afc.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aptxdec.o CC libavformat/aqtitledec.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec_f.o CC libavformat/asfdec_o.o CC libavformat/asfenc.o CC libavformat/assdec.o CC libavformat/assenc.o CC libavformat/ast.o CC libavformat/astdec.o CC libavformat/astenc.o CC libavformat/au.o CC libavformat/audiointerleave.o CC libavformat/avc.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/avio.o CC libavformat/aviobuf.o CC libavformat/avlanguage.o CC libavformat/avr.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/brstm.o CC libavformat/c93.o CC libavformat/cache.o CC libavformat/caf.o CC libavformat/cafdec.o CC libavformat/cafenc.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/cdxl.o CC libavformat/cinedec.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/cutils.o CC libavformat/dash.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/dfa.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o src/libavformat/dump.c: In function ‘dump_stream_format’: src/libavformat/dump.c:475:5: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^ src/libavformat/dump.c:476:5: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^ src/libavformat/dump.c:477:5: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^ src/libavformat/dump.c:478:5: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^ src/libavformat/dump.c:479:5: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^ src/libavformat/dump.c:480:5: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^ src/libavformat/dump.c:515:9: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^ src/libavformat/dump.c:515:9: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] src/libavformat/dump.c:527:13: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^ CC libavformat/dv.o CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/fitsdec.o CC libavformat/fitsenc.o CC libavformat/flac_picture.o CC libavformat/flacdec.o CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o src/libavformat/format.c: In function ‘av_guess_format’: src/libavformat/format.c:69:17: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] while ((fmt = av_muxer_iterate(&i))) { ^ src/libavformat/format.c: In function ‘av_probe_input_format3’: src/libavformat/format.c:168:18: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] while ((fmt1 = av_demuxer_iterate(&i))) { ^ CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g726.o CC libavformat/g729dec.o CC libavformat/gdv.o CC libavformat/genh.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/gopher.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/gxfenc.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/hashenc.o CC libavformat/hdsenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.o CC libavformat/hlsplaylist.o CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/http.o CC libavformat/httpauth.o CC libavformat/icecast.o CC libavformat/icodec.o CC libavformat/icoenc.o CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/id3v2enc.o CC libavformat/idcin.o CC libavformat/idroqdec.o CC libavformat/idroqenc.o CC libavformat/iff.o CC libavformat/ilbc.o CC libavformat/img2.o CC libavformat/img2_alias_pix.o CC libavformat/img2_brender_pix.o CC libavformat/img2dec.o src/libavformat/img2dec.c: In function ‘ff_img_read_header’: src/libavformat/img2dec.c:343:13: warning: ‘av_iformat_next’ is deprecated (declared at src/libavformat/avformat.h:2061) [-Wdeprecated-declarations] while ((fmt = av_iformat_next(fmt))) { ^ CC libavformat/img2enc.o CC libavformat/ingenientdec.o CC libavformat/ipmovie.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/iss.o CC libavformat/iv8.o CC libavformat/ivfdec.o CC libavformat/ivfenc.o CC libavformat/jacosubdec.o CC libavformat/jacosubenc.o CC libavformat/jvdec.o CC libavformat/latmenc.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/lrc.o CC libavformat/lrcdec.o CC libavformat/lrcenc.o CC libavformat/lvfdec.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o CC libavformat/matroskaenc.o CC libavformat/md5proto.o CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o CC libavformat/microdvdenc.o CC libavformat/mj2kdec.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mlvdec.o CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.o CC libavformat/mov.o CC libavformat/mov_chan.o CC libavformat/mov_esds.o CC libavformat/movenc.o src/libavformat/movenc.c: In function ‘handle_eac3’: src/libavformat/movenc.c:488:9: warning: ‘av_copy_packet_side_data’ is deprecated (declared at src/libavcodec/avcodec.h:4344) [-Wdeprecated-declarations] if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0) ^ src/libavformat/movenc.c: In function ‘mov_flush_fragment’: src/libavformat/movenc.c:957: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/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mvdec.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nspdec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o CC libavformat/oggparsedaala.o CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o src/libavformat/options.c: In function ‘format_child_class_next’: src/libavformat/options.c:64:5: warning: ‘av_iformat_next’ is deprecated (declared at src/libavformat/avformat.h:2061) [-Wdeprecated-declarations] while ((ifmt = av_iformat_next(ifmt))) ^ src/libavformat/options.c:69:9: warning: ‘av_oformat_next’ is deprecated (declared at src/libavformat/avformat.h:2069) [-Wdeprecated-declarations] while ((ofmt = av_oformat_next(ofmt))) ^ src/libavformat/options.c:73:9: warning: ‘av_iformat_next’ is deprecated (declared at src/libavformat/avformat.h:2061) [-Wdeprecated-declarations] while (ifmt = av_iformat_next(ifmt)) ^ src/libavformat/options.c:77:5: warning: ‘av_oformat_next’ is deprecated (declared at src/libavformat/avformat.h:2069) [-Wdeprecated-declarations] while (ofmt = av_oformat_next(ofmt)) ^ CC libavformat/os_support.o CC libavformat/paf.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/prompeg.o CC libavformat/protocols.o src/libavformat/protocols.c: In function ‘avio_enum_protocols’: src/libavformat/protocols.c:97:7: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] p = p ? p + 1 : url_protocols; ^ CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qtpalette.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawenc.o CC libavformat/rawutils.o CC libavformat/rawvideodec.o CC libavformat/rdt.o CC libavformat/realtextdec.o CC libavformat/redspark.o CC libavformat/replaygain.o CC libavformat/riff.o CC libavformat/riffdec.o CC libavformat/riffenc.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmenc.o CC libavformat/rmsipr.o CC libavformat/rpl.o CC libavformat/rsd.o CC libavformat/rso.o CC libavformat/rsodec.o CC libavformat/rsoenc.o CC libavformat/rtmpdigest.o CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o CC libavformat/rtp.o CC libavformat/rtpdec.o src/libavformat/rtpdec.c: In function ‘ff_rtp_handler_find_by_name’: src/libavformat/rtpdec.c:155:13: warning: return discards ‘const’ qualifier from pointer target type [enabled by default] return handler; ^ src/libavformat/rtpdec.c: In function ‘ff_rtp_handler_find_by_id’: src/libavformat/rtpdec.c:168:13: warning: return discards ‘const’ qualifier from pointer target type [enabled by default] return handler; ^ CC libavformat/rtpdec_ac3.o CC libavformat/rtpdec_amr.o CC libavformat/rtpdec_asf.o CC libavformat/rtpdec_dv.o CC libavformat/rtpdec_g726.o CC libavformat/rtpdec_h261.o CC libavformat/rtpdec_h263.o CC libavformat/rtpdec_h263_rfc2190.o CC libavformat/rtpdec_h264.o CC libavformat/rtpdec_hevc.o CC libavformat/rtpdec_ilbc.o CC libavformat/rtpdec_jpeg.o CC libavformat/rtpdec_latm.o CC libavformat/rtpdec_mpa_robust.o CC libavformat/rtpdec_mpeg12.o CC libavformat/rtpdec_mpeg4.o CC libavformat/rtpdec_mpegts.o CC libavformat/rtpdec_qcelp.o CC libavformat/rtpdec_qdm2.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_rfc4175.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vc2hq.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_aac.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_vc2hq.o CC libavformat/rtpenc_vp8.o CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/rtpproto.o CC libavformat/rtsp.o CC libavformat/rtspdec.o CC libavformat/rtspenc.o CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o CC libavformat/sdp.o src/libavformat/sdp.c: In function ‘sdp_write_media_attributes’: src/libavformat/sdp.c:706:13: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] if (st->codec) { ^ src/libavformat/sdp.c:710:17: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] if (st->codec->flags & AV_CODEC_FLAG_QSCALE) ^ src/libavformat/sdp.c:712:17: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) ^ CC libavformat/sdr2.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/segafilm.o CC libavformat/segment.o CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o CC libavformat/smjpegdec.o CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxdec.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.o CC libavformat/supenc.o CC libavformat/svag.o CC libavformat/swf.o CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tedcaptionsdec.o CC libavformat/tee.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/ty.o CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o CC libavformat/unix.o CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o src/libavformat/utils.c: In function ‘find_probe_decoder’: src/libavformat/utils.c:225:9: warning: ‘av_codec_next’ is deprecated (declared at src/libavcodec/avcodec.h:3999) [-Wdeprecated-declarations] while (probe_codec = av_codec_next(probe_codec)) { ^ src/libavformat/utils.c: In function ‘avformat_transfer_internal_stream_timing_info’: src/libavformat/utils.c:5581:5: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^ src/libavformat/utils.c:5582:5: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^ CC libavformat/v210.o CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/vivo.o CC libavformat/voc.o CC libavformat/voc_packet.o CC libavformat/vocdec.o CC libavformat/vocenc.o CC libavformat/vorbiscomment.o CC libavformat/vpcc.o CC libavformat/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/w64.o CC libavformat/wavdec.o CC libavformat/wavenc.o CC libavformat/wc3movie.o CC libavformat/webm_chunk.o CC libavformat/webmdashenc.o CC libavformat/webpenc.o CC libavformat/webvttdec.o CC libavformat/webvttenc.o CC libavformat/westwood_aud.o CC libavformat/westwood_vqa.o CC libavformat/wsddec.o CC libavformat/wtv_common.o CC libavformat/wtvdec.o CC libavformat/wtvenc.o CC libavformat/wv.o CC libavformat/wvdec.o CC libavformat/wvedec.o CC libavformat/wvenc.o CC libavformat/xa.o CC libavformat/xmv.o CC libavformat/xvag.o CC libavformat/xwma.o CC libavformat/yop.o CC libavformat/yuv4mpegdec.o CC libavformat/yuv4mpegenc.o AR libavformat/libavformat.a GEN libavformat/libavformat.pc CC libavcodec/012v.o CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o CC libavcodec/aac_parser.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o CC libavcodec/aacdec_fixed.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o CC libavcodec/aacenc_pred.o CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dec_float.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o src/libavcodec/ac3enc.c: In function ‘ff_ac3_process_exponents’: src/libavcodec/ac3enc.c:386:56: warning: array subscript is above array bounds [-Warray-bounds] if (ch == CPL_CH && exp_diff > (EXP_DIFF_THRESHOLD * (s->blocks[blk].end_freq[ch] - s->start_freq[ch]) / AC3_MAX_COEFS)) ^ src/libavcodec/ac3enc.c:380:33: warning: array subscript is above array bounds [-Warray-bounds] } else if (s->blocks[blk].channel_in_cpl[ch] != s->blocks[blk-1].channel_in_cpl[ch]) { ^ src/libavcodec/ac3enc.c:376:38: warning: array subscript is above array bounds [-Warray-bounds] } else if (!s->blocks[blk].cpl_in_use) { ^ CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adts_header.o CC libavcodec/adts_parser.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/alacdsp.o CC libavcodec/alacenc.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/aptx.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asv.o CC libavcodec/asvdec.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/avrndec.o src/libavcodec/avrndec.c: In function ‘init’: src/libavcodec/avrndec.c:59:9: warning: ‘refcounted_frames’ is deprecated (declared at src/libavcodec/avcodec.h:2328) [-Wdeprecated-declarations] a->mjpeg_avctx->refcounted_frames = 1; ^ src/libavcodec/avrndec.c: In function ‘decode_frame’: src/libavcodec/avrndec.c:110:9: warning: ‘avcodec_decode_video2’ is deprecated (declared at src/libavcodec/avcodec.h:4682) [-Wdeprecated-declarations] ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt); ^ CC libavcodec/avs.o CC libavcodec/avuidec.o CC libavcodec/avuienc.o CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.o CC libavcodec/bintext.o CC libavcodec/bitpacked.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o CC libavcodec/bitstream_filters.o CC libavcodec/blockdsp.o CC libavcodec/bmp.o CC libavcodec/bmp_parser.o CC libavcodec/bmpenc.o CC libavcodec/bmvaudio.o CC libavcodec/bmvvideo.o CC libavcodec/brenderpix.o CC libavcodec/bsf.o CC libavcodec/bswapdsp.o CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/canopus.o CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cbrt_data.o CC libavcodec/cbrt_data_fixed.o CC libavcodec/cbs.o CC libavcodec/cbs_h2645.o In file included from src/libavcodec/cbs_h2645.c:304:0: src/libavcodec/cbs_h265_syntax_template.c: In function ‘cbs_h265_read_sps’: src/libavcodec/cbs_h265_syntax_template.c:757:106: warning: array subscript is above array bounds [-Warray-bounds] infer(sps_max_dec_pic_buffering_minus1[i], ^ src/libavcodec/cbs_h265_syntax_template.c:759:90: warning: array subscript is above array bounds [-Warray-bounds] infer(sps_max_num_reorder_pics[i], ^ src/libavcodec/cbs_h265_syntax_template.c:761:102: warning: array subscript is above array bounds [-Warray-bounds] infer(sps_max_latency_increase_plus1[i], ^ In file included from src/libavcodec/cbs_h2645.c:304:0: src/libavcodec/cbs_h2645.c: In function ‘cbs_h265_read_nal_unit’: src/libavcodec/cbs_h265_syntax_template.c:407:106: warning: array subscript is above array bounds [-Warray-bounds] infer(vps_max_dec_pic_buffering_minus1[i], ^ src/libavcodec/cbs_h265_syntax_template.c:409:90: warning: array subscript is above array bounds [-Warray-bounds] infer(vps_max_num_reorder_pics[i], ^ src/libavcodec/cbs_h265_syntax_template.c:411:102: warning: array subscript is above array bounds [-Warray-bounds] infer(vps_max_latency_increase_plus1[i], ^ CC libavcodec/cbs_mpeg2.o CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.o CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cfhd.o CC libavcodec/cfhddata.o CC libavcodec/cga_data.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/clearvideo.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.o CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/cscd.o CC libavcodec/cyuv.o CC libavcodec/d3d11va.o CC libavcodec/dca.o CC libavcodec/dca_core.o CC libavcodec/dca_core_bsf.o CC libavcodec/dca_exss.o CC libavcodec/dca_lbr.o CC libavcodec/dca_parser.o CC libavcodec/dca_xll.o CC libavcodec/dcaadpcm.o CC libavcodec/dcadata.o CC libavcodec/dcadct.o CC libavcodec/dcadec.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o CC libavcodec/dcahuff.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dds.o CC libavcodec/decode.o src/libavcodec/decode.c: In function ‘compat_decode’: src/libavcodec/decode.c:790:13: warning: ‘refcounted_frames’ is deprecated (declared at src/libavcodec/avcodec.h:2328) [-Wdeprecated-declarations] if (!avctx->refcounted_frames) { ^ src/libavcodec/decode.c: In function ‘avcodec_flush_buffers’: src/libavcodec/decode.c:1965:5: warning: ‘refcounted_frames’ is deprecated (declared at src/libavcodec/avcodec.h:2328) [-Wdeprecated-declarations] if (!avctx->refcounted_frames) ^ CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o CC libavcodec/dirac_parser.o CC libavcodec/dirac_vlc.o CC libavcodec/diracdec.o src/libavcodec/diracdec.c: In function ‘dirac_decode_frame’: src/libavcodec/diracdec.c:2059:45: warning: array subscript is above array bounds [-Warray-bounds] s->delay_frames[i] = s->delay_frames[i+1]; ^ CC libavcodec/diracdsp.o CC libavcodec/diractab.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o src/libavcodec/dnxhddec.c:146:34: warning: ‘dnxhd_decode_init_thread_copy’ defined but not used [-Wunused-function] static av_cold int dnxhd_decode_init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/dnxhdenc.o CC libavcodec/dolby_e.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dpx_parser.o CC libavcodec/dpxenc.o CC libavcodec/dsd.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o CC libavcodec/dstdec.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvaudio_parser.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o CC libavcodec/dvdsubenc.o CC libavcodec/dvenc.o src/libavcodec/dvenc.c: In function ‘dv_encode_video_segment’: src/libavcodec/dvenc.c:386:81: warning: array subscript is above array bounds [-Warray-bounds] for (a2 = a + 1; b->next[k] >= mb_area_start[a2 + 1]; a2++) ^ CC libavcodec/dxtory.o CC libavcodec/dxv.o CC libavcodec/eac3_data.o CC libavcodec/eac3enc.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/encode.o src/libavcodec/encode.c: In function ‘do_encode’: src/libavcodec/encode.c:374:9: warning: ‘avcodec_encode_video2’ is deprecated (declared at src/libavcodec/encode.c:263) [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, ^ src/libavcodec/encode.c:377:9: warning: ‘avcodec_encode_audio2’ is deprecated (declared at src/libavcodec/encode.c:118) [-Wdeprecated-declarations] ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, ^ CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.o CC libavcodec/extract_extradata_bsf.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1.o CC libavcodec/ffv1dec.o src/libavcodec/ffv1dec.c:991:13: warning: ‘copy_fields’ defined but not used [-Wunused-function] static void copy_fields(FFV1Context *fsdst, FFV1Context *fssrc, FFV1Context *fsrc) ^ CC libavcodec/ffv1enc.o CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/fits.o CC libavcodec/fitsdec.o CC libavcodec/fitsenc.o CC libavcodec/flac.o CC libavcodec/flac_parser.o CC libavcodec/flacdata.o CC libavcodec/flacdec.o CC libavcodec/flacdsp.o CC libavcodec/flacenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fmvc.o CC libavcodec/fraps.o CC libavcodec/frwu.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722dsp.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g723_1dec.o CC libavcodec/g723_1enc.o CC libavcodec/g726.o CC libavcodec/g729_parser.o CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gdv.o CC libavcodec/gif.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263data.o CC libavcodec/h263dec.o CC libavcodec/h263dsp.o CC libavcodec/h2645_parse.o CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_loopfilter.o CC libavcodec/h264_mb.o CC libavcodec/h264_metadata_bsf.o CC libavcodec/h264_mp4toannexb_bsf.o CC libavcodec/h264_parse.o CC libavcodec/h264_parser.o CC libavcodec/h264_picture.o CC libavcodec/h264_ps.o CC libavcodec/h264_redundant_pps_bsf.o CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o CC libavcodec/h264_slice.o CC libavcodec/h264chroma.o CC libavcodec/h264data.o CC libavcodec/h264dec.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/h265_metadata_bsf.o CC libavcodec/hap.o CC libavcodec/hapdec.o CC libavcodec/hevc_cabac.o CC libavcodec/hevc_data.o CC libavcodec/hevc_filter.o CC libavcodec/hevc_mp4toannexb_bsf.o CC libavcodec/hevc_mvs.o CC libavcodec/hevc_parse.o CC libavcodec/hevc_parser.o CC libavcodec/hevc_ps.o src/libavcodec/hevc_ps.c: In function ‘ff_hevc_parse_sps’: src/libavcodec/hevc_ps.c:996:79: warning: array subscript is above array bounds [-Warray-bounds] sps->temporal_layer[i].max_dec_pic_buffering = sps->temporal_layer[start].max_dec_pic_buffering; ^ src/libavcodec/hevc_ps.c:997:74: warning: array subscript is above array bounds [-Warray-bounds] sps->temporal_layer[i].num_reorder_pics = sps->temporal_layer[start].num_reorder_pics; ^ src/libavcodec/hevc_ps.c:998:78: warning: array subscript is above array bounds [-Warray-bounds] sps->temporal_layer[i].max_latency_increase = sps->temporal_layer[start].max_latency_increase; ^ CC libavcodec/hevc_refs.o CC libavcodec/hevc_sei.o CC libavcodec/hevcdec.o CC libavcodec/hevcdsp.o CC libavcodec/hevcpred.o CC libavcodec/hnm4video.o CC libavcodec/hpeldsp.o CC libavcodec/hq_hqa.o CC libavcodec/hq_hqadata.o CC libavcodec/hq_hqadsp.o CC libavcodec/hqx.o CC libavcodec/hqxdsp.o CC libavcodec/hqxvlc.o CC libavcodec/htmlsubtitles.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/huffyuvdec.o CC libavcodec/huffyuvdsp.o CC libavcodec/huffyuvenc.o CC libavcodec/huffyuvencdsp.o CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iff.o CC libavcodec/iirfilter.o CC libavcodec/imc.o CC libavcodec/imgconvert.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayacm.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jni.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lossless_videoencdsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzf.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/m101.o CC libavcodec/mace.o CC libavcodec/magicyuv.o CC libavcodec/magicyuvenc.o CC libavcodec/mathtables.o CC libavcodec/mdct15.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/mdec.o CC libavcodec/me_cmp.o CC libavcodec/mediacodec.o CC libavcodec/metasound.o CC libavcodec/metasound_data.o CC libavcodec/microdvddec.o CC libavcodec/mimic.o CC libavcodec/mjpeg2jpeg_bsf.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o src/libavcodec/mjpegdec.c: In function ‘ff_mjpeg_decode_frame’: src/libavcodec/mjpegdec.c:2358:21: warning: ‘av_frame_set_qp_table’ is deprecated (declared at src/libavutil/frame.h:626) [-Wdeprecated-declarations] av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1); ^ CC libavcodec/mjpegenc.o CC libavcodec/mjpegenc_common.o CC libavcodec/mjpegenc_huffman.o CC libavcodec/mlp.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o CC libavcodec/mlpdsp.o CC libavcodec/mlpenc.o CC libavcodec/mlz.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o CC libavcodec/motionpixels.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o CC libavcodec/mpeg12enc.o CC libavcodec/mpeg12framerate.o CC libavcodec/mpeg2_metadata_bsf.o CC libavcodec/mpeg4_unpack_bframes_bsf.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o CC libavcodec/mpeg4videoenc.o CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegpicture.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o src/libavcodec/mpegvideo.c: In function ‘ff_mpv_export_qp_table’: src/libavcodec/mpegvideo.c:1438:5: warning: ‘av_frame_set_qp_table’ is deprecated (declared at src/libavutil/frame.h:626) [-Wdeprecated-declarations] return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type); ^ CC libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/null_bsf.o CC libavcodec/nuv.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o src/libavcodec/options.c: In function ‘codec_child_class_next’: src/libavcodec/options.c:61:5: warning: ‘av_codec_next’ is deprecated (declared at src/libavcodec/avcodec.h:3999) [-Wdeprecated-declarations] while (prev && (c = av_codec_next(c))) ^ src/libavcodec/options.c:66:5: warning: ‘av_codec_next’ is deprecated (declared at src/libavcodec/avcodec.h:3999) [-Wdeprecated-declarations] while (c = av_codec_next(c)) ^ CC libavcodec/opus.o CC libavcodec/opus_celt.o CC libavcodec/opus_parser.o CC libavcodec/opus_pvq.o CC libavcodec/opus_rc.o src/libavcodec/opus_rc.c: In function ‘ff_opus_rc_put_raw’: src/libavcodec/opus_rc.c:170:9: warning: passing argument 1 of ‘av_write_bswap32’ discards ‘const’ qualifier from pointer target type [enabled by default] AV_WB32(rc->rb.position, rc->rb.cacheval); ^ In file included from src/libavutil/intreadwrite.h:74:0, from src/libavcodec/get_bits.h:32, from src/libavcodec/opus_rc.h:27, from src/libavcodec/opus_rc.c:23: src/libavutil/ppc/intreadwrite.h:66:51: note: expected ‘void *’ but argument is of type ‘const uint8_t *’ static av_always_inline void av_write_bswap32(void *p, uint32_t v) ^ CC libavcodec/opus_silk.o CC libavcodec/opusdec.o CC libavcodec/opusenc.o CC libavcodec/opusenc_psy.o src/libavcodec/opusenc_psy.c: In function ‘celt_search_for_intensity’: src/libavcodec/opusenc_psy.c:407:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] float end_band = 0; ^ CC libavcodec/opustab.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o CC libavcodec/parser.o CC libavcodec/pcm-bluray.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o CC libavcodec/pixlet.o CC libavcodec/png_parser.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/ppc/audiodsp.o CC libavcodec/ppc/blockdsp.o CC libavcodec/ppc/fdctdsp.o AS libavcodec/ppc/fft_altivec.o CC libavcodec/ppc/fft_init.o CC libavcodec/ppc/fft_vsx.o CC libavcodec/ppc/fmtconvert_altivec.o CC libavcodec/ppc/h264chroma_init.o In file included from src/libavcodec/ppc/h264chroma_init.c:38:0: src/libavcodec/ppc/h264chroma_template.c: In function ‘put_h264_chroma_mc8_altivec’: src/libavcodec/ppc/h264chroma_template.c:132:65: warning: unused variable ‘vsrcperm1’ [-Wunused-variable] vec_u8 vsrcperm0, vsrcperm1; ^ src/libavcodec/ppc/h264chroma_template.c:132:54: warning: unused variable ‘vsrcperm0’ [-Wunused-variable] vec_u8 vsrcperm0, vsrcperm1; ^ In file included from src/libavcodec/ppc/h264chroma_init.c:46:0: src/libavcodec/ppc/h264chroma_template.c: In function ‘avg_h264_chroma_mc8_altivec’: src/libavcodec/ppc/h264chroma_template.c:132:65: warning: unused variable ‘vsrcperm1’ [-Wunused-variable] vec_u8 vsrcperm0, vsrcperm1; ^ src/libavcodec/ppc/h264chroma_template.c:132:54: warning: unused variable ‘vsrcperm0’ [-Wunused-variable] vec_u8 vsrcperm0, vsrcperm1; ^ CC libavcodec/ppc/h264dsp.o src/libavcodec/ppc/h264dsp.c: In function ‘h264_idct_add_altivec’: src/libavcodec/ppc/h264dsp.c:96:54: warning: unused variable ‘vdst_mask’ [-Wunused-variable] vec_u8 vdst_mask = vec_lvsl(0, dst); ^ src/libavcodec/ppc/h264dsp.c:95:60: warning: unused variable ‘vdst_orig’ [-Wunused-variable] vec_u8 vdst, vdst_orig; ^ src/libavcodec/ppc/h264dsp.c: In function ‘h264_idct8_add_altivec’: src/libavcodec/ppc/h264dsp.c:227:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const vec_u16 onev = vec_splat_u16(1); ^ src/libavcodec/ppc/h264dsp.c:231:60: warning: unused variable ‘sel’ [-Wunused-variable] const vec_u8 sel = (vec_u8) {0,0,0,0,0,0,0,0,-1,-1,-1,-1,-1,-1,-1,-1}; ^ src/libavcodec/ppc/h264dsp.c:224:64: warning: unused variable ‘perm_stv’ [-Wunused-variable] vec_u8 perm_ldv, perm_stv; ^ src/libavcodec/ppc/h264dsp.c:224:54: warning: unused variable ‘perm_ldv’ [-Wunused-variable] vec_u8 perm_ldv, perm_stv; ^ src/libavcodec/ppc/h264dsp.c: In function ‘h264_idct_dc_add_internal’: src/libavcodec/ppc/h264dsp.c:272:87: warning: unused variable ‘aligner’ [-Wunused-variable] vec_u8 dcplus, dcminus, v0, v1, v2, v3, aligner; ^ CC libavcodec/ppc/h264qpel.o In file included from src/libavcodec/ppc/h264qpel.c:45:0: src/libavcodec/ppc/h264qpel_template.c: In function ‘put_h264_qpel16_h_lowpass_altivec’: src/libavcodec/ppc/h264qpel_template.c:119:18: warning: unused variable ‘align’ [-Wunused-variable] register int align = ((((unsigned long)src) - 2) % 16); ^ src/libavcodec/ppc/h264qpel_template.c:111:94: warning: unused variable ‘permP3’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:86: warning: unused variable ‘permP2’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:78: warning: unused variable ‘permP1’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:70: warning: unused variable ‘permP0’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:62: warning: unused variable ‘permM1’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:54: warning: unused variable ‘permM2’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ In file included from src/libavcodec/ppc/h264qpel.c:45:0: src/libavcodec/ppc/h264qpel_template.c: In function ‘put_h264_qpel16_v_lowpass_altivec’: src/libavcodec/ppc/h264qpel_template.c:215:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const vec_u8 srcM1 = load_with_perm_vec(0, srcbis, perm); ^ src/libavcodec/ppc/h264qpel_template.c:217:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const vec_u8 srcP0 = load_with_perm_vec(0, srcbis, perm); ^ src/libavcodec/ppc/h264qpel_template.c:219:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const vec_u8 srcP1 = load_with_perm_vec(0, srcbis, perm); ^ src/libavcodec/ppc/h264qpel_template.c:221:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const vec_u8 srcP2 = load_with_perm_vec(0, srcbis, perm); ^ src/libavcodec/ppc/h264qpel_template.c:224:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] vec_s16 srcM2ssA = (vec_s16) VEC_MERGEH(zero_u8v, srcM2); ^ src/libavcodec/ppc/h264qpel_template.c:202:54: warning: unused variable ‘perm’ [-Wunused-variable] vec_u8 perm; ^ In file included from src/libavcodec/ppc/h264qpel.c:45:0: src/libavcodec/ppc/h264qpel_template.c: In function ‘put_h264_qpel16_hv_lowpass_altivec’: src/libavcodec/ppc/h264qpel_template.c:312:18: warning: unused variable ‘align’ [-Wunused-variable] register int align = ((((unsigned long)src) - 2) % 16); ^ In file included from src/libavcodec/ppc/h264qpel.c:45:0: src/libavcodec/ppc/h264qpel_template.c:304:94: warning: unused variable ‘permP3’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:86: warning: unused variable ‘permP2’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:78: warning: unused variable ‘permP1’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:70: warning: unused variable ‘permP0’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:62: warning: unused variable ‘permM1’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:54: warning: unused variable ‘permM2’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ In file included from src/libavcodec/ppc/h264qpel.c:61:0: src/libavcodec/ppc/h264qpel_template.c: In function ‘avg_h264_qpel16_h_lowpass_altivec’: src/libavcodec/ppc/h264qpel_template.c:119:18: warning: unused variable ‘align’ [-Wunused-variable] register int align = ((((unsigned long)src) - 2) % 16); ^ src/libavcodec/ppc/h264qpel_template.c:111:94: warning: unused variable ‘permP3’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:86: warning: unused variable ‘permP2’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:78: warning: unused variable ‘permP1’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:70: warning: unused variable ‘permP0’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:62: warning: unused variable ‘permM1’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:111:54: warning: unused variable ‘permM2’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ In file included from src/libavcodec/ppc/h264qpel.c:61:0: src/libavcodec/ppc/h264qpel_template.c: In function ‘avg_h264_qpel16_v_lowpass_altivec’: src/libavcodec/ppc/h264qpel_template.c:215:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const vec_u8 srcM1 = load_with_perm_vec(0, srcbis, perm); ^ src/libavcodec/ppc/h264qpel_template.c:217:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const vec_u8 srcP0 = load_with_perm_vec(0, srcbis, perm); ^ src/libavcodec/ppc/h264qpel_template.c:219:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const vec_u8 srcP1 = load_with_perm_vec(0, srcbis, perm); ^ src/libavcodec/ppc/h264qpel_template.c:221:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] const vec_u8 srcP2 = load_with_perm_vec(0, srcbis, perm); ^ src/libavcodec/ppc/h264qpel_template.c:224:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] vec_s16 srcM2ssA = (vec_s16) VEC_MERGEH(zero_u8v, srcM2); ^ src/libavcodec/ppc/h264qpel_template.c:202:54: warning: unused variable ‘perm’ [-Wunused-variable] vec_u8 perm; ^ In file included from src/libavcodec/ppc/h264qpel.c:61:0: src/libavcodec/ppc/h264qpel_template.c: In function ‘avg_h264_qpel16_hv_lowpass_altivec’: src/libavcodec/ppc/h264qpel_template.c:312:18: warning: unused variable ‘align’ [-Wunused-variable] register int align = ((((unsigned long)src) - 2) % 16); ^ In file included from src/libavcodec/ppc/h264qpel.c:61:0: src/libavcodec/ppc/h264qpel_template.c:304:94: warning: unused variable ‘permP3’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:86: warning: unused variable ‘permP2’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:78: warning: unused variable ‘permP1’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:70: warning: unused variable ‘permP0’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:62: warning: unused variable ‘permM1’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel_template.c:304:54: warning: unused variable ‘permM2’ [-Wunused-variable] vec_u8 permM2, permM1, permP0, permP1, permP2, permP3; ^ src/libavcodec/ppc/h264qpel.c: In function ‘put_pixels16_l2_altivec’: src/libavcodec/ppc/h264qpel.c:217:63: warning: unused variable ‘mask_’ [-Wunused-variable] vec_u8 a, b, d, mask_; ^ src/libavcodec/ppc/h264qpel.c: In function ‘avg_pixels16_l2_altivec’: src/libavcodec/ppc/h264qpel.c:257:63: warning: unused variable ‘mask_’ [-Wunused-variable] vec_u8 a, b, d, mask_; ^ CC libavcodec/ppc/hevcdsp.o CC libavcodec/ppc/hpeldsp_altivec.o CC libavcodec/ppc/idctdsp.o src/libavcodec/ppc/idctdsp.c: In function ‘idct_add_altivec’: src/libavcodec/ppc/idctdsp.c:207:62: warning: unused variable ‘p’ [-Wunused-variable] vec_u8 p0, p1, p; ^ src/libavcodec/ppc/idctdsp.c:207:58: warning: unused variable ‘p1’ [-Wunused-variable] vec_u8 p0, p1, p; ^ src/libavcodec/ppc/idctdsp.c:207:54: warning: unused variable ‘p0’ [-Wunused-variable] vec_u8 p0, p1, p; ^ src/libavcodec/ppc/idctdsp.c:206:54: warning: unused variable ‘perm1’ [-Wunused-variable] vec_u8 perm1; ^ src/libavcodec/ppc/idctdsp.c:205:54: warning: unused variable ‘perm0’ [-Wunused-variable] vec_u8 perm0; ^ CC libavcodec/ppc/lossless_audiodsp_altivec.o src/libavcodec/ppc/lossless_audiodsp_altivec.c: In function ‘scalarproduct_and_madd_int16_altivec’: src/libavcodec/ppc/lossless_audiodsp_altivec.c:53:86: warning: unused variable ‘i3’ [-Wunused-variable] register vec_s16 t0, t1, i0, i1, i4, i2, i3; ^ src/libavcodec/ppc/lossless_audiodsp_altivec.c:53:82: warning: unused variable ‘i2’ [-Wunused-variable] register vec_s16 t0, t1, i0, i1, i4, i2, i3; ^ src/libavcodec/ppc/lossless_audiodsp_altivec.c:53:78: warning: unused variable ‘i4’ [-Wunused-variable] register vec_s16 t0, t1, i0, i1, i4, i2, i3; ^ CC libavcodec/ppc/lossless_videodsp_altivec.o CC libavcodec/ppc/me_cmp.o src/libavcodec/ppc/me_cmp.c: In function ‘sad16_x2_altivec’: src/libavcodec/ppc/me_cmp.c:74:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] vector unsigned char avgv = vec_avg(pix2v, pix2iv); ^ src/libavcodec/ppc/me_cmp.c:63:61: warning: unused variable ‘perm2’ [-Wunused-variable] vector unsigned char perm1, perm2, pix2v, pix2iv; ^ src/libavcodec/ppc/me_cmp.c:63:54: warning: unused variable ‘perm1’ [-Wunused-variable] vector unsigned char perm1, perm2, pix2v, pix2iv; ^ src/libavcodec/ppc/me_cmp.c: In function ‘sad16_xy2_altivec’: src/libavcodec/ppc/me_cmp.c:171:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] vector unsigned short pix2hv = ^ src/libavcodec/ppc/me_cmp.c:160:61: warning: unused variable ‘perm2’ [-Wunused-variable] vector unsigned char perm1, perm2, pix2v, pix2iv; ^ src/libavcodec/ppc/me_cmp.c:160:54: warning: unused variable ‘perm1’ [-Wunused-variable] vector unsigned char perm1, perm2, pix2v, pix2iv; ^ CC libavcodec/ppc/mpegaudiodsp_altivec.o CC libavcodec/ppc/mpegvideo_altivec.o CC libavcodec/ppc/mpegvideodsp.o CC libavcodec/ppc/mpegvideoencdsp.o CC libavcodec/ppc/pixblockdsp.o CC libavcodec/ppc/svq1enc_altivec.o CC libavcodec/ppc/vc1dsp_altivec.o src/libavcodec/ppc/vc1dsp_altivec.c: In function ‘vc1_inv_trans_8x4_altivec’: src/libavcodec/ppc/vc1dsp_altivec.c:250:76: warning: unused variable ‘p’ [-Wunused-variable] vector unsigned char perm0, perm1, p0, p1, p; ^ src/libavcodec/ppc/vc1dsp_altivec.c:250:72: warning: unused variable ‘p1’ [-Wunused-variable] vector unsigned char perm0, perm1, p0, p1, p; ^ src/libavcodec/ppc/vc1dsp_altivec.c:250:68: warning: unused variable ‘p0’ [-Wunused-variable] vector unsigned char perm0, perm1, p0, p1, p; ^ src/libavcodec/ppc/vc1dsp_altivec.c:250:61: warning: unused variable ‘perm1’ [-Wunused-variable] vector unsigned char perm0, perm1, p0, p1, p; ^ src/libavcodec/ppc/vc1dsp_altivec.c:250:54: warning: unused variable ‘perm0’ [-Wunused-variable] vector unsigned char perm0, perm1, p0, p1, p; ^ In file included from src/libavcodec/ppc/vc1dsp_altivec.c:342:0: src/libavcodec/ppc/h264chroma_template.c: In function ‘put_no_rnd_vc1_chroma_mc8_altivec’: src/libavcodec/ppc/h264chroma_template.c:207:65: warning: unused variable ‘vsrcperm1’ [-Wunused-variable] vec_u8 vsrcperm0, vsrcperm1; ^ src/libavcodec/ppc/h264chroma_template.c:207:54: warning: unused variable ‘vsrcperm0’ [-Wunused-variable] vec_u8 vsrcperm0, vsrcperm1; ^ In file included from src/libavcodec/ppc/vc1dsp_altivec.c:348:0: src/libavcodec/ppc/h264chroma_template.c: In function ‘avg_no_rnd_vc1_chroma_mc8_altivec’: src/libavcodec/ppc/h264chroma_template.c:207:65: warning: unused variable ‘vsrcperm1’ [-Wunused-variable] vec_u8 vsrcperm0, vsrcperm1; ^ src/libavcodec/ppc/h264chroma_template.c:207:54: warning: unused variable ‘vsrcperm0’ [-Wunused-variable] vec_u8 vsrcperm0, vsrcperm1; ^ CC libavcodec/ppc/videodsp.o CC libavcodec/ppc/vorbisdsp_altivec.o CC libavcodec/ppc/vp3dsp_altivec.o src/libavcodec/ppc/vp3dsp_altivec.c: In function ‘vp3_idct_add_altivec’: src/libavcodec/ppc/vp3dsp_altivec.c:157:54: warning: unused variable ‘vdst_mask’ [-Wunused-variable] vec_u8 vdst_mask = vec_mergeh(vec_splat_u8(-1), vec_lvsl(0, dst)); ^ CC libavcodec/ppc/vp8dsp_altivec.o src/libavcodec/ppc/vp8dsp_altivec.c: In function ‘put_vp8_epel_v_altivec_core’: src/libavcodec/ppc/vp8dsp_altivec.c:199:106: warning: unused variable ‘align_vecl’ [-Wunused-variable] vec_u8 s0, s1, s2, s3, s4, s5, filt, align_vech, perm_vec, align_vecl; ^ src/libavcodec/ppc/vp8dsp_altivec.c:199:96: warning: unused variable ‘perm_vec’ [-Wunused-variable] vec_u8 s0, s1, s2, s3, s4, s5, filt, align_vech, perm_vec, align_vecl; ^ src/libavcodec/ppc/vp8dsp_altivec.c:199:84: warning: unused variable ‘align_vech’ [-Wunused-variable] vec_u8 s0, s1, s2, s3, s4, s5, filt, align_vech, perm_vec, align_vecl; ^ src/libavcodec/ppc/vp8dsp_altivec.c: In function ‘put_vp8_pixels16_altivec’: src/libavcodec/ppc/vp8dsp_altivec.c:303:63: warning: unused variable ‘perm’ [-Wunused-variable] register vector unsigned char perm; ^ CC libavcodec/profiles.o CC libavcodec/proresdata.o CC libavcodec/proresdec2.o CC libavcodec/proresdec_lgpl.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/psd.o CC libavcodec/psymodel.o CC libavcodec/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qdmc.o CC libavcodec/qdrw.o CC libavcodec/qpeg.o CC libavcodec/qpeldsp.o CC libavcodec/qsv_api.o CC libavcodec/qtrle.o CC libavcodec/qtrleenc.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra144enc.o CC libavcodec/ra288.o CC libavcodec/ralf.o CC libavcodec/rangecoder.o CC libavcodec/ratecontrol.o CC libavcodec/raw.o CC libavcodec/rawdec.o CC libavcodec/rawenc.o CC libavcodec/rdft.o CC libavcodec/realtextdec.o CC libavcodec/remove_extradata_bsf.o CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/scpr.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/sheervideo.o CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sinewin_fixed.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/sipr_parser.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o src/libavcodec/smvjpegdec.c: In function ‘smvjpeg_decode_init’: src/libavcodec/smvjpegdec.c:131:5: warning: ‘refcounted_frames’ is deprecated (declared at src/libavcodec/avcodec.h:2328) [-Wdeprecated-declarations] s->avctx->refcounted_frames = 1; ^ src/libavcodec/smvjpegdec.c: In function ‘smvjpeg_decode_frame’: src/libavcodec/smvjpegdec.c:162:9: warning: ‘avcodec_decode_video2’ is deprecated (declared at src/libavcodec/avcodec.h:4682) [-Wdeprecated-declarations] ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt); ^ CC libavcodec/snappy.o CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/speedhq.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/trace_headers_bsf.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truemotion2rt.o CC libavcodec/truespeech.o CC libavcodec/tscc2.o CC libavcodec/tta.o src/libavcodec/tta.c:392:12: warning: ‘init_thread_copy’ defined but not used [-Wunused-function] static int init_thread_copy(AVCodecContext *avctx) ^ CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/ttaencdsp.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/utvideodsp.o CC libavcodec/utvideoenc.o CC libavcodec/v210dec.o CC libavcodec/v210enc.o CC libavcodec/v210x.o CC libavcodec/v308dec.o CC libavcodec/v308enc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/vb.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_block.o CC libavcodec/vc1_loopfilter.o CC libavcodec/vc1_mc.o CC libavcodec/vc1_parser.o CC libavcodec/vc1_pred.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vc2enc.o CC libavcodec/vc2enc_dwt.o CC libavcodec/vcr1.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o src/libavcodec/vp3.c:1932:12: warning: ‘ref_frames’ defined but not used [-Wunused-function] static int ref_frames(Vp3DecodeContext *dst, Vp3DecodeContext *src) ^ CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o src/libavcodec/vp8.c: In function ‘decode_mb_row_no_filter’: src/libavcodec/vp8.c:2350:30: warning: variable ‘next_td’ set but not used [-Wunused-but-set-variable] VP8ThreadData *prev_td, *next_td, *td = &s->thread_data[threadnr]; ^ src/libavcodec/vp8.c: In function ‘vp78_decode_mb_row_sliced’: src/libavcodec/vp8.c:2563:44: warning: unused variable ‘prev_td’ [-Wunused-variable] VP8ThreadData *next_td = NULL, *prev_td = NULL; ^ src/libavcodec/vp8.c:2563:20: warning: unused variable ‘next_td’ [-Wunused-variable] VP8ThreadData *next_td = NULL, *prev_td = NULL; ^ src/libavcodec/vp8.c: At top level: src/libavcodec/vp8.c:104:12: warning: ‘vp8_ref_frame’ defined but not used [-Wunused-function] static int vp8_ref_frame(VP8Context *s, VP8Frame *dst, VP8Frame *src) ^ CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o CC libavcodec/vp9_parser.o CC libavcodec/vp9_raw_reorder_bsf.o CC libavcodec/vp9_superframe_bsf.o CC libavcodec/vp9_superframe_split_bsf.o CC libavcodec/vp9block.o CC libavcodec/vp9data.o CC libavcodec/vp9dsp.o CC libavcodec/vp9dsp_10bpp.o CC libavcodec/vp9dsp_12bpp.o CC libavcodec/vp9dsp_8bpp.o CC libavcodec/vp9lpf.o CC libavcodec/vp9mvs.o CC libavcodec/vp9prob.o CC libavcodec/vp9recon.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wavpackenc.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2data.o CC libavcodec/wmv2dec.o CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o CC libavcodec/wnv1.o CC libavcodec/wrapped_avframe.o CC libavcodec/ws-snd1.o CC libavcodec/xan.o CC libavcodec/xbmdec.o CC libavcodec/xbmenc.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xma_parser.o CC libavcodec/xpmdec.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/ylc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o AR libavcodec/libavcodec.a GEN libavcodec/libavcodec.pc CC libavresample/audio_convert.o In file included from src/libavresample/audio_convert.h:26:0, from src/libavresample/audio_convert.c:30: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/audio_convert.c:32:0: src/libavresample/dither.h:91:30: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^ CC libavresample/audio_data.o In file included from src/libavresample/audio_data.h:30:0, from src/libavresample/audio_data.c:25: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ CC libavresample/audio_mix.o In file included from src/libavresample/audio_mix.c:27:0: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/audio_mix.c:29:0: src/libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ src/libavresample/audio_mix.c:36:10: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type; ^ src/libavresample/audio_mix.c:62:33: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ src/libavresample/audio_mix.c: In function ‘ff_audio_mix_alloc’: src/libavresample/audio_mix.c:378:9: warning: ‘avresample_build_matrix’ is deprecated (declared at src/libavresample/avresample.h:286) [-Wdeprecated-declarations] ret = avresample_build_matrix(avr->in_channel_layout, ^ CC libavresample/audio_mix_matrix.o In file included from src/libavresample/audio_mix_matrix.c:28:0: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/audio_mix_matrix.c:30:0: src/libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ CC libavresample/dither.o In file included from src/libavresample/audio_convert.h:26:0, from src/libavresample/dither.c:39: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/dither.c:40:0: src/libavresample/dither.h:91:30: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^ src/libavresample/dither.c:56:10: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method; ^ src/libavresample/dither.c:330:38: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^ CC libavresample/options.o In file included from src/libavresample/options.c:27:0: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/options.c:28:0: src/libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ CC libavresample/resample.o In file included from src/libavresample/resample.c:25:0: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/resample.c:26:0: src/libavresample/resample.h:42:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^ CC libavresample/utils.o In file included from src/libavresample/utils.c:30:0: src/libavresample/internal.h:63:10: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^ src/libavresample/internal.h:73:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^ src/libavresample/internal.h:75:10: warning: ‘AVResampleDitherMethod’ is deprecated (declared at src/libavresample/avresample.h:132) [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^ In file included from src/libavresample/utils.c:33:0: src/libavresample/audio_mix.h:55:33: warning: ‘AVMixCoeffType’ is deprecated (declared at src/libavresample/avresample.h:112) [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^ In file included from src/libavresample/utils.c:34:0: src/libavresample/resample.h:42:10: warning: ‘AVResampleFilterType’ is deprecated (declared at src/libavresample/avresample.h:123) [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^ src/libavresample/utils.c: In function ‘avresample_open’: src/libavresample/utils.c:40:5: warning: ‘avresample_is_open’ is deprecated (declared at src/libavresample/avresample.h:226) [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^ src/libavresample/utils.c:253:5: warning: ‘avresample_close’ is deprecated (declared at src/libavresample/avresample.h:245) [-Wdeprecated-declarations] avresample_close(avr); ^ src/libavresample/utils.c: In function ‘avresample_free’: src/libavresample/utils.c:282:5: warning: ‘avresample_close’ is deprecated (declared at src/libavresample/utils.c:262) [-Wdeprecated-declarations] avresample_close(*avr); ^ src/libavresample/utils.c: In function ‘avresample_config’: src/libavresample/utils.c:507:5: warning: ‘avresample_is_open’ is deprecated (declared at src/libavresample/utils.c:257) [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^ src/libavresample/utils.c:508:9: warning: ‘avresample_close’ is deprecated (declared at src/libavresample/utils.c:262) [-Wdeprecated-declarations] avresample_close(avr); ^ src/libavresample/utils.c: In function ‘convert_frame’: src/libavresample/utils.c:570:5: warning: ‘avresample_convert’ is deprecated (declared at src/libavresample/utils.c:330) [-Wdeprecated-declarations] ret = avresample_convert(avr, out_data, out_linesize, ^ src/libavresample/utils.c: In function ‘avresample_convert_frame’: src/libavresample/utils.c:608:5: warning: ‘avresample_is_open’ is deprecated (declared at src/libavresample/utils.c:257) [-Wdeprecated-declarations] if (!avresample_is_open(avr)) { ^ src/libavresample/utils.c:609:9: warning: ‘avresample_config’ is deprecated (declared at src/libavresample/utils.c:505) [-Wdeprecated-declarations] if ((ret = avresample_config(avr, out, in)) < 0) ^ src/libavresample/utils.c:611:9: warning: ‘avresample_open’ is deprecated (declared at src/libavresample/utils.c:36) [-Wdeprecated-declarations] if ((ret = avresample_open(avr)) < 0) ^ src/libavresample/utils.c:622:13: warning: ‘avresample_get_out_samples’ is deprecated (declared at src/libavresample/avresample.h:403) [-Wdeprecated-declarations] out->nb_samples = avresample_get_out_samples(avr, in->nb_samples); ^ src/libavresample/utils.c:625:21: warning: ‘avresample_close’ is deprecated (declared at src/libavresample/utils.c:262) [-Wdeprecated-declarations] avresample_close(avr); ^ src/libavresample/utils.c: In function ‘avresample_get_out_samples’: src/libavresample/utils.c:755:5: warning: ‘avresample_get_delay’ is deprecated (declared at src/libavresample/avresample.h:473) [-Wdeprecated-declarations] int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples; ^ src/libavresample/utils.c:764:5: warning: ‘avresample_available’ is deprecated (declared at src/libavresample/utils.c:748) [-Wdeprecated-declarations] samples += avresample_available(avr); ^ AR libavresample/libavresample.a GEN libavresample/libavresample.pc CC libpostproc/postprocess.o AR libpostproc/libpostproc.a GEN libpostproc/libpostproc.pc CC libswresample/audioconvert.o CC libswresample/dither.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o AR libswresample/libswresample.a GEN libswresample/libswresample.pc CC libswscale/alphablend.o CC libswscale/gamma.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o CC libswscale/options.o CC libswscale/output.o CC libswscale/ppc/swscale_altivec.o src/libswscale/ppc/swscale_altivec.c: In function ‘yuv2planeX_16_altivec’: src/libswscale/ppc/swscale_altivec.c:109:132: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] yuv2planeX_8(vo1, vo2, l1, src[j], x, perm, vLumFilter); ^ src/libswscale/ppc/swscale_altivec.c:110:136: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] yuv2planeX_8(vo3, vo4, l1, src[j], x + 8, perm, vLumFilter); ^ src/libswscale/ppc/swscale_altivec.c:104:58: warning: unused variable ‘perm’ [-Wunused-variable] vector unsigned char perm; ^ src/libswscale/ppc/swscale_altivec.c: In function ‘hScale_altivec_real’: src/libswscale/ppc/swscale_altivec.c:246:66: warning: unused variable ‘permS’ [-Wunused-variable] vector unsigned char permS; ^ src/libswscale/ppc/swscale_altivec.c:245:82: warning: unused variable ‘src_v1’ [-Wunused-variable] vector unsigned char src_vF, src_v0, src_v1; ^ src/libswscale/ppc/swscale_altivec.c:245:74: warning: unused variable ‘src_v0’ [-Wunused-variable] vector unsigned char src_vF, src_v0, src_v1; ^ src/libswscale/ppc/swscale_altivec.c:298:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] vector signed short src_vA = // vec_unpackh sign-extends... ^ src/libswscale/ppc/swscale_altivec.c:305:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] vector signed int val_acc = vec_msums(src_vA, filter_v0, val_v); ^ src/libswscale/ppc/swscale_altivec.c:296:81: warning: unused variable ‘filter_v2R’ [-Wunused-variable] vector signed short filter_v1R, filter_v2R, filter_v0, filter_v1; ^ src/libswscale/ppc/swscale_altivec.c:296:69: warning: unused variable ‘filter_v1R’ [-Wunused-variable] vector signed short filter_v1R, filter_v2R, filter_v0, filter_v1; ^ src/libswscale/ppc/swscale_altivec.c:295:70: warning: unused variable ‘src_v1’ [-Wunused-variable] vector unsigned char src_v1, src_vF; ^ src/libswscale/ppc/swscale_altivec.c:313:76: warning: unused variable ‘filter_v1R’ [-Wunused-variable] vector signed short src_v, filter_v1R, filter_v; ^ src/libswscale/ppc/swscale_altivec.c:312:70: warning: unused variable ‘src_v1’ [-Wunused-variable] vector unsigned char src_v1, src_vF; ^ src/libswscale/ppc/swscale_altivec.c:290:81: warning: unused variable ‘permS’ [-Wunused-variable] vector unsigned char permF, src_v0, permS; ^ src/libswscale/ppc/swscale_altivec.c:290:73: warning: unused variable ‘src_v0’ [-Wunused-variable] vector unsigned char permF, src_v0, permS; ^ src/libswscale/ppc/swscale_altivec.c:290:66: warning: unused variable ‘permF’ [-Wunused-variable] vector unsigned char permF, src_v0, permS; ^ src/libswscale/ppc/swscale_altivec.c:289:65: warning: unused variable ‘filter_v0R’ [-Wunused-variable] vector signed short filter_v0R; ^ src/libswscale/ppc/swscale_altivec.c:285:33: warning: unused variable ‘offset’ [-Wunused-variable] register int j, offset = i * 2 * filterSize; ^ CC libswscale/ppc/yuv2rgb_altivec.o CC libswscale/ppc/yuv2yuv_altivec.o CC libswscale/rgb2rgb.o CC libswscale/slice.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o CC libswscale/yuv2rgb.o AR libswscale/libswscale.a GEN libswscale/libswscale.pc CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o CC libavutil/avstring.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o CC libavutil/buffer.o CC libavutil/camellia.o CC libavutil/cast5.o CC libavutil/channel_layout.o CC libavutil/color_utils.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o CC libavutil/hash.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/imgutils.o CC libavutil/integer.o CC libavutil/intmath.o CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mastering_display_metadata.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o CC libavutil/parseutils.o CC libavutil/pixdesc.o CC libavutil/pixelutils.o CC libavutil/ppc/cpu.o CC libavutil/ppc/float_dsp_altivec.o CC libavutil/ppc/float_dsp_init.o CC libavutil/ppc/float_dsp_vsx.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/reverse.o CC libavutil/ripemd.o CC libavutil/samplefmt.o CC libavutil/sha.o CC libavutil/sha512.o CC libavutil/slicethread.o CC libavutil/spherical.o CC libavutil/stereo3d.o CC libavutil/tea.o CC libavutil/threadmessage.o CC libavutil/time.o CC libavutil/timecode.o CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/utils.o CC libavutil/xga_font_data.o CC libavutil/xtea.o AR libavutil/libavutil.a GEN libavutil/libavutil.pc HOSTCC doc/print_options.o HOSTLD doc/print_options GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi HTML doc/ffmpeg.html HTML doc/ffprobe.html HTML doc/ffmpeg-all.html HTML doc/ffprobe-all.html HTML doc/ffmpeg-utils.html HTML doc/ffmpeg-scaler.html HTML doc/ffmpeg-resampler.html HTML doc/ffmpeg-codecs.html HTML doc/ffmpeg-bitstream-filters.html HTML doc/ffmpeg-formats.html HTML doc/ffmpeg-protocols.html HTML doc/ffmpeg-devices.html HTML doc/ffmpeg-filters.html HTML doc/libavutil.html HTML doc/libswscale.html HTML doc/libswresample.html HTML doc/libavcodec.html HTML doc/libavformat.html HTML doc/libavdevice.html HTML doc/libavfilter.html HTML doc/developer.html HTML doc/faq.html HTML doc/fate.html HTML doc/general.html HTML doc/git-howto.html HTML doc/mailing-list-faq.html HTML doc/nut.html HTML doc/platform.html POD doc/ffmpeg.pod POD doc/ffprobe.pod POD doc/ffmpeg-all.pod POD doc/ffprobe-all.pod POD doc/ffmpeg-utils.pod POD doc/ffmpeg-scaler.pod POD doc/ffmpeg-resampler.pod POD doc/ffmpeg-codecs.pod POD doc/ffmpeg-bitstream-filters.pod POD doc/ffmpeg-formats.pod POD doc/ffmpeg-protocols.pod POD doc/ffmpeg-devices.pod POD doc/ffmpeg-filters.pod POD doc/libavutil.pod POD doc/libswscale.pod POD doc/libswresample.pod POD doc/libavcodec.pod POD doc/libavformat.pod POD doc/libavdevice.pod POD doc/libavfilter.pod MAN doc/ffmpeg.1 MAN doc/ffprobe.1 MAN doc/ffmpeg-all.1 MAN doc/ffprobe-all.1 MAN doc/ffmpeg-utils.1 MAN doc/ffmpeg-scaler.1 MAN doc/ffmpeg-resampler.1 MAN doc/ffmpeg-codecs.1 MAN doc/ffmpeg-bitstream-filters.1 MAN doc/ffmpeg-formats.1 MAN doc/ffmpeg-protocols.1 MAN doc/ffmpeg-devices.1 MAN doc/ffmpeg-filters.1 MAN doc/libavutil.3 MAN doc/libswscale.3 MAN doc/libswresample.3 MAN doc/libavcodec.3 MAN doc/libavformat.3 MAN doc/libavdevice.3 MAN doc/libavfilter.3 TXT doc/fate.txt CC fftools/ffmpeg_opt.o src/fftools/ffmpeg_opt.c: In function ‘add_input_streams’: src/fftools/ffmpeg_opt.c:777:13: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] if (st->codec->lowres) { ^ src/fftools/ffmpeg_opt.c:778:17: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] ist->dec_ctx->lowres = st->codec->lowres; ^ src/fftools/ffmpeg_opt.c:779:17: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] ist->dec_ctx->width = st->codec->width; ^ src/fftools/ffmpeg_opt.c:780:17: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] ist->dec_ctx->height = st->codec->height; ^ src/fftools/ffmpeg_opt.c:781:17: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^ src/fftools/ffmpeg_opt.c:782:17: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^ src/fftools/ffmpeg_opt.c: In function ‘open_output_file’: src/fftools/ffmpeg_opt.c:2331:13: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^ CC fftools/ffmpeg_filter.o CC fftools/ffmpeg_hw.o CC fftools/cmdutils.o src/fftools/cmdutils.c: In function ‘opt_default’: src/fftools/cmdutils.c:553:5: warning: ‘avresample_get_class’ is deprecated (declared at src/libavresample/avresample.h:183) [-Wdeprecated-declarations] const AVClass *rc = avresample_get_class(); ^ src/fftools/cmdutils.c: In function ‘print_all_libs_info’: src/fftools/cmdutils.c:1105:5: warning: ‘avresample_version’ is deprecated (declared at src/libavresample/avresample.h:148) [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^ src/fftools/cmdutils.c:1105:5: warning: ‘avresample_configuration’ is deprecated (declared at src/libavresample/avresample.h:158) [-Wdeprecated-declarations] CC fftools/ffmpeg.o src/fftools/ffmpeg.c: In function ‘do_streamcopy’: src/fftools/ffmpeg.c:2073:5: warning: ‘av_copy_packet_side_data’ is deprecated (declared at src/libavcodec/avcodec.h:4344) [-Wdeprecated-declarations] av_copy_packet_side_data(&opkt, pkt); ^ src/fftools/ffmpeg.c: In function ‘init_output_stream’: src/fftools/ffmpeg.c:3518:9: warning: ‘avcodec_copy_context’ is deprecated (declared at src/libavcodec/avcodec.h:4116) [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^ src/fftools/ffmpeg.c:3518:9: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] src/fftools/ffmpeg.c:3564:9: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^ src/fftools/ffmpeg.c: In function ‘check_keyboard_interaction’: src/fftools/ffmpeg.c:3951:13: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^ src/fftools/ffmpeg.c:3974:13: warning: ‘codec’ is deprecated (declared at src/libavformat/avformat.h:876) [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^ src/fftools/ffmpeg.c: In function ‘main’: src/fftools/ffmpeg.c:4805:5: warning: ‘avcodec_register_all’ is deprecated (declared at src/libavcodec/avcodec.h:4040) [-Wdeprecated-declarations] avcodec_register_all(); ^ src/fftools/ffmpeg.c:4810:5: warning: ‘av_register_all’ is deprecated (declared at src/libavformat/avformat.h:2024) [-Wdeprecated-declarations] av_register_all(); ^ LD ffmpeg_g libavformat/libavformat.a(allformats.o):(.data.rel.ro+0xe8): undefined reference to `ff_fifo_test_muxer' collect2: error: ld returned 1 exit status make: *** [ffmpeg_g] Error 1