GEN libavutil/libavutil.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavfilter/libavfilter.version GEN libavresample/libavresample.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/lavfi.o CC libavdevice/utils.o GEN libavdevice/libavdevice.pc 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 src/libavformat/avidec.c: In function ‘avi_read_header’: src/libavformat/avidec.c:755:54: warning: passing argument 3 of ‘ff_get_bmp_header’ from incompatible pointer type [-Wincompatible-pointer-types] tag1 = ff_get_bmp_header(pb, st, &esize); ^ In file included from src/libavformat/avidec.c:37:0: src/libavformat/riff.h:47:5: note: expected ‘uint32_t * {aka long unsigned int *}’ but argument is of type ‘unsigned int *’ int ff_get_bmp_header(AVIOContext *pb, AVStream *st, uint32_t *size); ^~~~~~~~~~~~~~~~~ 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:473:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^~~~~ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:474:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^~~~~ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:475:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^~~~~ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:476:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^~~~~ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:477:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^~~~~ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:478:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^~~~~ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:513:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:513:9: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/dump.c:525:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^~~~~~~~~ In file included from src/libavformat/dump.c:37:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ 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/ffmdec.o CC libavformat/ffmenc.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 CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o CC libavformat/fsb.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/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 In file included from src/libavutil/avutil.h:296:0, from src/libavutil/samplefmt.h:24, from src/libavcodec/avcodec.h:31, from src/libavformat/avformat.h:319, from src/libavformat/hlsplaylist.c:28: src/libavformat/hlsplaylist.c: In function ‘ff_hls_write_file_entry’: src/libavutil/common.h:72:23: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] #define FFABS(a) ((a) >= 0 ? (a) : (-(a))) ^ src/libavformat/hlsplaylist.c:118:23: note: in expansion of macro ‘FFABS’ tz_min = (FFABS(wrongsecs - tt) + 30) / 60; ^~~~~ CC libavformat/hnm.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 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/mov.o CC libavformat/mov_chan.o CC libavformat/mov_esds.o CC libavformat/movenc.o CC libavformat/movenccenc.o src/libavformat/movenc.c: In function ‘handle_eac3’: src/libavformat/movenc.c:464:9: warning: ‘av_copy_packet_side_data’ is deprecated [-Wdeprecated-declarations] if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0) ^~ In file included from src/libavformat/avformat.h:319:0, from src/libavformat/movenc.h:27, from src/libavformat/movenc.c:27: src/libavcodec/avcodec.h:4294:5: note: declared here int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); ^~~~~~~~~~~~~~~~~~~~~~~~ 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/nistspheredec.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/movenc.c: In function ‘mov_flush_fragment’: src/libavformat/movenc.c:933: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/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 CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.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 [-Wdiscarded-qualifiers] p = p ? p + 1 : url_protocols; ^ 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/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/rtp.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 src/libavformat/rtpenc_mpv.c: In function ‘ff_rtp_send_mpegvideo’: src/libavformat/rtpenc_mpv.c:59:53: warning: passing argument 3 of ‘avpriv_find_start_code’ from incompatible pointer type [-Wincompatible-pointer-types] r = avpriv_find_start_code(r1, end, &start_code); ^ In file included from src/libavformat/rtpenc_mpv.c:23:0: src/libavcodec/internal.h:347:16: note: expected ‘uint32_t * {aka long unsigned int *}’ but argument is of type ‘int *’ const uint8_t *avpriv_find_start_code(const uint8_t *p, ^~~~~~~~~~~~~~~~~~~~~~ CC libavformat/rtpenc_vp9.o CC libavformat/rtpenc_xiph.o CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sauce.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o CC libavformat/sdp.o CC libavformat/sdr2.o CC libavformat/sdsdec.o src/libavformat/sdp.c: In function ‘sdp_write_media_attributes’: src/libavformat/sdp.c:706:13: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] if (st->codec) { ^~ In file included from src/libavformat/sdp.c:29:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/sdp.c:710:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] if (st->codec->flags & AV_CODEC_FLAG_QSCALE) ^~ In file included from src/libavformat/sdp.c:29:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/sdp.c:712:17: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) ^~~~ In file included from src/libavformat/sdp.c:29:0: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ 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/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/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/uncodedframecrcenc.o CC libavformat/url.o src/libavformat/uncodedframecrcenc.c: In function ‘audio_frame_cksum’: src/libavformat/uncodedframecrcenc.c:97:27: warning: passing argument 1 of ‘cksum_line_u8’ from incompatible pointer type [-Wincompatible-pointer-types] cksum_line_u8(&cksum, d, nb_samples); ^ src/libavformat/uncodedframecrcenc.c:31:13: note: expected ‘unsigned int *’ but argument is of type ‘uint32_t * {aka long unsigned int *}’ static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ ^ src/libavformat/uncodedframecrcenc.c:42:1: note: in expansion of macro ‘DEFINE_CKSUM_LINE’ DEFINE_CKSUM_LINE(u8, uint8_t, *p) ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:101:28: warning: passing argument 1 of ‘cksum_line_s16’ from incompatible pointer type [-Wincompatible-pointer-types] cksum_line_s16(&cksum, d, nb_samples); ^ src/libavformat/uncodedframecrcenc.c:31:13: note: expected ‘unsigned int *’ but argument is of type ‘uint32_t * {aka long unsigned int *}’ static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ ^ src/libavformat/uncodedframecrcenc.c:43:1: note: in expansion of macro ‘DEFINE_CKSUM_LINE’ DEFINE_CKSUM_LINE(s16, int16_t, *p + 0x8000) ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:105:28: warning: passing argument 1 of ‘cksum_line_s32’ from incompatible pointer type [-Wincompatible-pointer-types] cksum_line_s32(&cksum, d, nb_samples); ^ src/libavformat/uncodedframecrcenc.c:31:13: note: expected ‘unsigned int *’ but argument is of type ‘uint32_t * {aka long unsigned int *}’ static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ ^ src/libavformat/uncodedframecrcenc.c:44:1: note: in expansion of macro ‘DEFINE_CKSUM_LINE’ DEFINE_CKSUM_LINE(s32, int32_t, *p + 0x80000000) ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:109:28: warning: passing argument 1 of ‘cksum_line_flt’ from incompatible pointer type [-Wincompatible-pointer-types] cksum_line_flt(&cksum, d, nb_samples); ^ src/libavformat/uncodedframecrcenc.c:31:13: note: expected ‘unsigned int *’ but argument is of type ‘uint32_t * {aka long unsigned int *}’ static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ ^ src/libavformat/uncodedframecrcenc.c:45:1: note: in expansion of macro ‘DEFINE_CKSUM_LINE’ DEFINE_CKSUM_LINE(flt, float, *p * 0x80000000 + 0x80000000) ^~~~~~~~~~~~~~~~~ src/libavformat/uncodedframecrcenc.c:113:28: warning: passing argument 1 of ‘cksum_line_dbl’ from incompatible pointer type [-Wincompatible-pointer-types] cksum_line_dbl(&cksum, d, nb_samples); ^ src/libavformat/uncodedframecrcenc.c:31:13: note: expected ‘unsigned int *’ but argument is of type ‘uint32_t * {aka long unsigned int *}’ static void cksum_line_ ## name(unsigned *cksum, void *data, unsigned size) \ ^ src/libavformat/uncodedframecrcenc.c:46:1: note: in expansion of macro ‘DEFINE_CKSUM_LINE’ DEFINE_CKSUM_LINE(dbl, double, *p * 0x80000000 + 0x80000000) ^~~~~~~~~~~~~~~~~ CC libavformat/utils.o 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 src/libavformat/utils.c: In function ‘avformat_transfer_internal_stream_timing_info’: src/libavformat/utils.c:5541:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^~~~~ In file included from src/libavformat/audiointerleave.h:27:0, from src/libavformat/utils.c:43: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ src/libavformat/utils.c:5542:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^~~~~~~~~~~~~~ In file included from src/libavformat/audiointerleave.h:27:0, from src/libavformat/utils.c:43: src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ 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 src/libavformat/wavdec.c: In function ‘find_tag’: src/libavformat/wavdec.c:123:29: warning: passing argument 2 of ‘next_tag’ from incompatible pointer type [-Wincompatible-pointer-types] size = next_tag(pb, &tag, wav->rifx); ^ src/libavformat/wavdec.c:96:16: note: expected ‘uint32_t * {aka long unsigned int *}’ but argument is of type ‘unsigned int *’ static int64_t next_tag(AVIOContext *pb, uint32_t *tag, int big_endian) ^~~~~~~~ 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 GEN libavformat/libavformat.pc GEN libavcodec/libavcodec.pc GEN libavresample/libavresample.pc CC libpostproc/postprocess.o GEN libpostproc/libpostproc.pc GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc HOSTCC doc/print_options.o CC libavfilter/aeval.o AR libavdevice/libavdevice.a TXT doc/fate.txt 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_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 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_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 CC libavfilter/bbox.o src/libavfilter/avfiltergraph.c: In function ‘avfilter_graph_free’: src/libavfilter/avfiltergraph.c:135:5: warning: ‘resample_lavr_opts’ is deprecated [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^~~~~~~~ In file included from src/libavfilter/avfiltergraph.c:39:0: src/libavfilter/avfilter.h:810:32: note: declared here attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters ^~~~~~~~~~~~~~~~~~ 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 CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o src/libavfilter/lavfutils.c: In function ‘ff_load_image’: src/libavfilter/lavfutils.c:93:5: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^~~ In file included from src/libavformat/avformat.h:319:0, from src/libavfilter/lavfutils.h:27, from src/libavfilter/lavfutils.c:22: src/libavcodec/avcodec.h:4632:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/scale.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o CC libavfilter/transform.o src/libavfilter/src_movie.c: In function ‘open_stream’: src/libavfilter/src_movie.c:175:5: warning: ‘refcounted_frames’ is deprecated [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^~ In file included from src/libavfilter/src_movie.c:41:0: src/libavcodec/avcodec.h:2308:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c: In function ‘movie_push_frame’: src/libavfilter/src_movie.c:531:9: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from src/libavfilter/src_movie.c:41:0: src/libavcodec/avcodec.h:4632:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c:534:9: warning: ‘avcodec_decode_audio4’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from src/libavfilter/src_movie.c:41:0: src/libavcodec/avcodec.h:4583:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ 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 CC libavfilter/vf_colorbalance.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 [-Wdeprecated-declarations] int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type); ^~~~~~ In file included from src/libavfilter/avfilter.h:44:0, from src/libavfilter/vf_codecview.c:35: src/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ 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 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_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_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 CC libavfilter/vf_gblur.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 [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &fspp->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44:0, from src/libavfilter/internal.h:28, from src/libavfilter/vf_fspp.c:42: src/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ 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 CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o src/libavfilter/vf_mcdeint.c: In function ‘filter_frame’: src/libavfilter/vf_mcdeint.c:189:5: warning: ‘avcodec_encode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); ^~~ In file included from src/libavfilter/vf_mcdeint.c:54:0: src/libavcodec/avcodec.h:5250:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_mcdeint.c:193:5: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations] frame_dec = mcdeint->enc_ctx->coded_frame; ^~~~~~~~~ In file included from src/libavfilter/vf_mcdeint.c:54:0: src/libavcodec/avcodec.h:2724:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ 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 CC libavfilter/vf_pp7.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 [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(inbuf, &qstride, &qp_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44:0, from src/libavfilter/internal.h:28, from src/libavfilter/vf_pp.c:29: src/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_premultiply.o CC libavfilter/vf_pseudocolor.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 [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &pp7->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44:0, from src/libavfilter/internal.h:28, from src/libavfilter/vf_pp7.c:34: src/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ 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 [-Wdeprecated-declarations] in_qp_table = av_frame_get_qp_table(in, &stride, &type); ^~~~~~~~~~~ In file included from src/libavfilter/avfilter.h:44:0, from src/libavfilter/vf_qp.c:26: src/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_qp.c:114:5: warning: ‘av_frame_set_qp_table’ is deprecated [-Wdeprecated-declarations] av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); ^~~~~~~~~~~~~~~~~~~~~ In file included from src/libavfilter/avfilter.h:44:0, from src/libavfilter/vf_qp.c:26: src/libavutil/frame.h:626:5: note: declared here int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int 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_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 [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &s->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44:0, from src/libavfilter/internal.h:28, from src/libavfilter/vf_spp.c:38: src/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *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_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_uspp.o CC libavfilter/vf_vaguedenoiser.o src/libavfilter/vf_uspp.c: In function ‘filter’: src/libavfilter/vf_uspp.c:253:9: warning: ‘avcodec_encode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); ^~~ In file included from src/libavfilter/internal.h:35:0, from src/libavfilter/vf_uspp.c:34: src/libavcodec/avcodec.h:5250:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_uspp.c:259:9: warning: ‘coded_frame’ is deprecated [-Wdeprecated-declarations] p->frame_dec = p->avctx_enc[i]->coded_frame; ^ In file included from src/libavfilter/internal.h:35:0, from src/libavfilter/vf_uspp.c:34: src/libavcodec/avcodec.h:2724:35: note: declared here attribute_deprecated AVFrame *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 [-Wdeprecated-declarations] qp_table = av_frame_get_qp_table(in, &qp_stride, &uspp->qscale_type); ^~~~~~~~ In file included from src/libavfilter/avfilter.h:44:0, from src/libavfilter/internal.h:28, from src/libavfilter/vf_uspp.c:34: src/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ 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 X86ASM libavfilter/x86/af_afir.o STRIP libavfilter/x86/af_afir.o CC libavfilter/x86/af_afir_init.o X86ASM libavfilter/x86/af_volume.o CC libavfilter/x86/af_volume_init.o X86ASM libavfilter/x86/avf_showcqt.o CC libavfilter/x86/avf_showcqt_init.o X86ASM libavfilter/x86/colorspacedsp.o STRIP libavfilter/x86/af_volume.o CC libavfilter/x86/colorspacedsp_init.o X86ASM libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_blend_init.o X86ASM libavfilter/x86/vf_bwdif.o CC libavfilter/x86/vf_bwdif_init.o CC libavfilter/x86/vf_eq.o STRIP libavfilter/x86/colorspacedsp.o X86ASM libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_fspp_init.o X86ASM libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_gradfun_init.o STRIP libavfilter/x86/avf_showcqt.o X86ASM libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_hqdn3d_init.o X86ASM libavfilter/x86/vf_idet.o STRIP libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_idet_init.o STRIP libavfilter/x86/vf_blend.o X86ASM libavfilter/x86/vf_interlace.o CC libavfilter/x86/vf_interlace_init.o STRIP libavfilter/x86/vf_hqdn3d.o X86ASM libavfilter/x86/vf_limiter.o CC libavfilter/x86/vf_limiter_init.o X86ASM libavfilter/x86/vf_maskedmerge.o CC libavfilter/x86/vf_maskedmerge_init.o STRIP libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_noise.o X86ASM libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_pp7_init.o STRIP libavfilter/x86/vf_maskedmerge.o STRIP libavfilter/x86/vf_limiter.o STRIP libavfilter/x86/vf_interlace.o X86ASM libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_psnr_init.o X86ASM libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_pullup_init.o X86ASM libavfilter/x86/vf_removegrain.o CC libavfilter/x86/vf_removegrain_init.o STRIP libavfilter/x86/vf_pp7.o STRIP libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_spp.o X86ASM libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_ssim_init.o STRIP libavfilter/x86/vf_psnr.o X86ASM libavfilter/x86/vf_stereo3d.o CC libavfilter/x86/vf_stereo3d_init.o CC libavfilter/x86/vf_tinterlace_init.o X86ASM libavfilter/x86/vf_w3fdif.o STRIP libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_w3fdif_init.o X86ASM libavfilter/x86/vf_yadif.o CC libavfilter/x86/vf_yadif_init.o STRIP libavfilter/x86/vf_ssim.o X86ASM libavfilter/x86/yadif-10.o X86ASM libavfilter/x86/yadif-16.o STRIP libavfilter/x86/vf_stereo3d.o AR libavformat/libavformat.a STRIP libavfilter/x86/vf_removegrain.o STRIP libavfilter/x86/vf_w3fdif.o 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 STRIP libavfilter/x86/vf_bwdif.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 In file included from src/libavcodec/lpc.h:28:0, from src/libavcodec/aacdec_fixed.c:71: src/libavcodec/aacdec_template.c: In function ‘aac_static_table_init’: src/libavcodec/aacdec_template.c:1137:47: warning: passing argument 1 of ‘ff_kbd_window_init_fixed’ from incompatible pointer type [-Wincompatible-pointer-types] AAC_RENAME(ff_kbd_window_init)(AAC_RENAME(ff_aac_kbd_long_1024), 4.0, 1024); ^ src/libavcodec/aac_defines.h:35:29: note: in definition of macro ‘AAC_RENAME’ #define AAC_RENAME(x) x ## _fixed ^ In file included from src/libavcodec/aacdec_fixed.c:72:0: src/libavcodec/kbdwin.h:36:6: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘int *’ void ff_kbd_window_init_fixed(int32_t *window, float alpha, int n); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/lpc.h:28:0, from src/libavcodec/aacdec_fixed.c:71: src/libavcodec/aacdec_template.c:1138:47: warning: passing argument 1 of ‘ff_kbd_window_init_fixed’ from incompatible pointer type [-Wincompatible-pointer-types] AAC_RENAME(ff_kbd_window_init)(AAC_RENAME(ff_aac_kbd_short_128), 6.0, 128); ^ src/libavcodec/aac_defines.h:35:29: note: in definition of macro ‘AAC_RENAME’ #define AAC_RENAME(x) x ## _fixed ^ In file included from src/libavcodec/aacdec_fixed.c:72:0: src/libavcodec/kbdwin.h:36:6: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘int *’ void ff_kbd_window_init_fixed(int32_t *window, float alpha, int n); ^~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/aacenc_ltp.o In file included from src/libavcodec/aacdec_fixed.c:444:0: src/libavcodec/aacdec_template.c: In function ‘windowing_and_mdct_ltp’: src/libavcodec/aacdec_template.c:2533:43: warning: passing argument 2 of ‘ac->mdct_ltp.mdct_calc’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct_ltp.mdct_calc(&ac->mdct_ltp, out, in); ^~~ src/libavcodec/aacdec_template.c:2533:43: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2533:48: warning: passing argument 3 of ‘ac->mdct_ltp.mdct_calc’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct_ltp.mdct_calc(&ac->mdct_ltp, out, in); ^~ src/libavcodec/aacdec_template.c:2533:48: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c: In function ‘imdct_and_windowing’: src/libavcodec/aacdec_template.c:2625:56: warning: passing argument 2 of ‘ac->mdct_small.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i); ^~~ src/libavcodec/aacdec_template.c:2625:56: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2625:65: warning: passing argument 3 of ‘ac->mdct_small.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct_small.imdct_half(&ac->mdct_small, buf + i, in + i); ^~ src/libavcodec/aacdec_template.c:2625:65: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2627:40: warning: passing argument 2 of ‘ac->mdct.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct.imdct_half(&ac->mdct, buf, in); ^~~ src/libavcodec/aacdec_template.c:2627:40: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2627:45: warning: passing argument 3 of ‘ac->mdct.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct.imdct_half(&ac->mdct, buf, in); ^~ src/libavcodec/aacdec_template.c:2627:45: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2642:42: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); ^~~ src/libavcodec/aacdec_template.c:2642:42: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2642:61: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); ^~~~~ src/libavcodec/aacdec_template.c:2642:61: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2642:79: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); ^~~ src/libavcodec/aacdec_template.c:2642:79: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2642:92: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window( out, saved, buf, lwindow_prev, 512); ^~~~~~~~~~~~ src/libavcodec/aacdec_template.c:2642:92: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c:2647:42: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 0*128, saved + 448, buf + 0*128, swindow_prev, 64); ^~~ src/libavcodec/aacdec_template.c:2647:42: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2647:61: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 0*128, saved + 448, buf + 0*128, swindow_prev, 64); ^~~~~ src/libavcodec/aacdec_template.c:2647:61: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2647:79: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 0*128, saved + 448, buf + 0*128, swindow_prev, 64); ^~~ src/libavcodec/aacdec_template.c:2647:79: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2647:92: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 0*128, saved + 448, buf + 0*128, swindow_prev, 64); ^~~~~~~~~~~~ src/libavcodec/aacdec_template.c:2647:92: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c:2648:42: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 1*128, buf + 0*128 + 64, buf + 1*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2648:42: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2648:61: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 1*128, buf + 0*128 + 64, buf + 1*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2648:61: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2648:79: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 1*128, buf + 0*128 + 64, buf + 1*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2648:79: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2648:92: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 1*128, buf + 0*128 + 64, buf + 1*128, swindow, 64); ^~~~~~~ src/libavcodec/aacdec_template.c:2648:92: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c:2649:42: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 2*128, buf + 1*128 + 64, buf + 2*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2649:42: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2649:61: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 2*128, buf + 1*128 + 64, buf + 2*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2649:61: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2649:79: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 2*128, buf + 1*128 + 64, buf + 2*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2649:79: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2649:92: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 2*128, buf + 1*128 + 64, buf + 2*128, swindow, 64); ^~~~~~~ src/libavcodec/aacdec_template.c:2649:92: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c:2650:42: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 3*128, buf + 2*128 + 64, buf + 3*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2650:42: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2650:61: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 3*128, buf + 2*128 + 64, buf + 3*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2650:61: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2650:79: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 3*128, buf + 2*128 + 64, buf + 3*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2650:79: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2650:92: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448 + 3*128, buf + 2*128 + 64, buf + 3*128, swindow, 64); ^~~~~~~ src/libavcodec/aacdec_template.c:2650:92: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c:2651:42: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); ^~~~ src/libavcodec/aacdec_template.c:2651:42: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2651:61: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2651:61: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2651:79: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2651:79: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2651:92: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, 64); ^~~~~~~ src/libavcodec/aacdec_template.c:2651:92: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c:2654:42: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); ^~~ src/libavcodec/aacdec_template.c:2654:42: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2654:61: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); ^~~~~ src/libavcodec/aacdec_template.c:2654:61: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2654:79: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); ^~~ src/libavcodec/aacdec_template.c:2654:79: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2654:92: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 448, saved + 448, buf, swindow_prev, 64); ^~~~~~~~~~~~ src/libavcodec/aacdec_template.c:2654:92: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c:2662:38: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); ^~~~~ src/libavcodec/aacdec_template.c:2662:38: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2662:51: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2662:51: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2662:69: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2662:69: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2662:82: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 64, buf + 4*128 + 64, buf + 5*128, swindow, 64); ^~~~~~~ src/libavcodec/aacdec_template.c:2662:82: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c:2663:38: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); ^~~~~ src/libavcodec/aacdec_template.c:2663:38: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2663:51: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2663:51: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2663:69: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2663:69: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2663:82: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 192, buf + 5*128 + 64, buf + 6*128, swindow, 64); ^~~~~~~ src/libavcodec/aacdec_template.c:2663:82: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c:2664:38: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); ^~~~~ src/libavcodec/aacdec_template.c:2664:38: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2664:51: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2664:51: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2664:69: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); ^~~ src/libavcodec/aacdec_template.c:2664:69: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2664:82: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(saved + 320, buf + 6*128 + 64, buf + 7*128, swindow, 64); ^~~~~~~ src/libavcodec/aacdec_template.c:2664:82: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘const INTFLOAT * {aka const int *}’ src/libavcodec/aacdec_template.c: In function ‘imdct_and_windowing_ld’: src/libavcodec/aacdec_template.c:2752:39: warning: passing argument 2 of ‘ac->mdct.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct.imdct_half(&ac->mdct_ld, buf, in); ^~~ src/libavcodec/aacdec_template.c:2752:39: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2752:44: warning: passing argument 3 of ‘ac->mdct.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct.imdct_half(&ac->mdct_ld, buf, in); ^~ src/libavcodec/aacdec_template.c:2752:44: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2763:38: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); ^~~ src/libavcodec/aacdec_template.c:2763:38: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2763:49: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); ^~~~~ src/libavcodec/aacdec_template.c:2763:49: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2763:62: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); ^~~ src/libavcodec/aacdec_template.c:2763:62: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ In file included from src/libavcodec/lpc.h:28:0, from src/libavcodec/aacdec_fixed.c:71: src/libavcodec/aacdec_template.c:2763:78: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); ^ src/libavcodec/aac_defines.h:35:29: note: in definition of macro ‘AAC_RENAME’ #define AAC_RENAME(x) x ## _fixed ^ src/libavcodec/aacdec_template.c:2763:78: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ ac->fdsp->vector_fmul_window(out + 192, saved + 192, buf, AAC_RENAME(ff_sine_128), 64); ^ src/libavcodec/aac_defines.h:35:29: note: in definition of macro ‘AAC_RENAME’ #define AAC_RENAME(x) x ## _fixed ^ In file included from src/libavcodec/aacdec_fixed.c:444:0: src/libavcodec/aacdec_template.c:2766:38: warning: passing argument 1 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); ^~~ src/libavcodec/aacdec_template.c:2766:38: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2766:43: warning: passing argument 2 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); ^~~~~ src/libavcodec/aacdec_template.c:2766:43: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2766:50: warning: passing argument 3 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); ^~~ src/libavcodec/aacdec_template.c:2766:50: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ In file included from src/libavcodec/lpc.h:28:0, from src/libavcodec/aacdec_fixed.c:71: src/libavcodec/aacdec_template.c:2766:66: warning: passing argument 4 of ‘ac->fdsp->vector_fmul_window’ from incompatible pointer type [-Wincompatible-pointer-types] ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); ^ src/libavcodec/aac_defines.h:35:29: note: in definition of macro ‘AAC_RENAME’ #define AAC_RENAME(x) x ## _fixed ^ src/libavcodec/aacdec_template.c:2766:66: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ ac->fdsp->vector_fmul_window(out, saved, buf, AAC_RENAME(ff_sine_512), 256); ^ src/libavcodec/aac_defines.h:35:29: note: in definition of macro ‘AAC_RENAME’ #define AAC_RENAME(x) x ## _fixed ^ In file included from src/libavcodec/aacdec_fixed.c:444:0: src/libavcodec/aacdec_template.c: In function ‘imdct_and_windowing_eld’: src/libavcodec/aacdec_template.c:2801:43: warning: passing argument 2 of ‘ac->mdct.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct.imdct_half(&ac->mdct_ld, buf, in); ^~~ src/libavcodec/aacdec_template.c:2801:43: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacdec_template.c:2801:48: warning: passing argument 3 of ‘ac->mdct.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] ac->mdct.imdct_half(&ac->mdct_ld, buf, in); ^~ src/libavcodec/aacdec_template.c:2801:48: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ CC libavcodec/aacenc_pred.o STRIP libavfilter/x86/yadif-10.o CC libavcodec/aacenc_tns.o STRIP libavfilter/x86/vf_yadif.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 STRIP libavfilter/x86/yadif-16.o In file included from src/libavcodec/aacsbr_fixed.c:612:0: src/libavcodec/aacsbr_template.c: In function ‘sbr_qmf_analysis’: src/libavcodec/aacsbr_template.c:1190:32: warning: passing argument 2 of ‘mdct->imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] mdct->imdct_half(mdct, z, z+64); ^ src/libavcodec/aacsbr_template.c:1190:32: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacsbr_template.c:1190:35: warning: passing argument 3 of ‘mdct->imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] mdct->imdct_half(mdct, z, z+64); ^ src/libavcodec/aacsbr_template.c:1190:35: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacsbr_template.c: In function ‘sbr_qmf_synthesis’: src/libavcodec/aacsbr_template.c:1230:36: warning: passing argument 2 of ‘mdct->imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); ^~~~~~~~ src/libavcodec/aacsbr_template.c:1230:36: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacsbr_template.c:1230:49: warning: passing argument 3 of ‘mdct->imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); ^ src/libavcodec/aacsbr_template.c:1230:49: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacsbr_template.c:1234:36: warning: passing argument 2 of ‘mdct->imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); ^~~~~~~~ src/libavcodec/aacsbr_template.c:1234:36: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacsbr_template.c:1234:49: warning: passing argument 3 of ‘mdct->imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] mdct->imdct_half(mdct, mdct_buf[0], X[0][i]); ^ src/libavcodec/aacsbr_template.c:1234:49: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacsbr_template.c:1235:36: warning: passing argument 2 of ‘mdct->imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] mdct->imdct_half(mdct, mdct_buf[1], X[1][i]); ^~~~~~~~ src/libavcodec/aacsbr_template.c:1235:36: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/aacsbr_template.c:1235:49: warning: passing argument 3 of ‘mdct->imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] mdct->imdct_half(mdct, mdct_buf[1], X[1][i]); ^ src/libavcodec/aacsbr_template.c:1235:49: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ 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 In file included from src/libavcodec/ac3dec_fixed.c:168:0: src/libavcodec/ac3dec.c: In function ‘ac3_decode_init’: src/libavcodec/ac3dec.c:194:36: warning: passing argument 1 of ‘ff_kbd_window_init_fixed’ from incompatible pointer type [-Wincompatible-pointer-types] AC3_RENAME(ff_kbd_window_init)(s->window, 5.0, 256); ^ In file included from src/libavcodec/ac3dec.c:42:0, from src/libavcodec/ac3dec_fixed.c:168: src/libavcodec/kbdwin.h:36:6: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ void ff_kbd_window_init_fixed(int32_t *window, float alpha, int n); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/ac3dec_fixed.c:168:0: src/libavcodec/ac3dec.c: In function ‘ac3_decode_transform_coeffs_ch’: src/libavcodec/ac3dec.c:518:23: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] int32_t *coeffs = s->fixed_coeffs[ch_index]; ^ src/libavcodec/ac3dec.c: In function ‘do_imdct’: src/libavcodec/ac3dec.c:693:28: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] FFTSample *x = s->tmp_output + 128; ^ src/libavcodec/ac3dec.c:696:52: warning: passing argument 2 of ‘s->imdct_256.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] s->imdct_256.imdct_half(&s->imdct_256, s->tmp_output, x); ^ src/libavcodec/ac3dec.c:696:52: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/ac3dec.c:698:67: warning: passing argument 2 of ‘s->fdsp->vector_fmul_window_scaled’ from incompatible pointer type [-Wincompatible-pointer-types] s->fdsp->vector_fmul_window_scaled(s->outptr[ch - 1], s->delay[ch - 1], ^ src/libavcodec/ac3dec.c:698:67: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/ac3dec.c:699:40: warning: passing argument 3 of ‘s->fdsp->vector_fmul_window_scaled’ from incompatible pointer type [-Wincompatible-pointer-types] s->tmp_output, s->window, 128, 8); ^ src/libavcodec/ac3dec.c:699:40: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/ac3dec.c:699:55: warning: passing argument 4 of ‘s->fdsp->vector_fmul_window_scaled’ from incompatible pointer type [-Wincompatible-pointer-types] s->tmp_output, s->window, 128, 8); ^ src/libavcodec/ac3dec.c:699:55: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/ac3dec.c:706:52: warning: passing argument 2 of ‘s->imdct_256.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] s->imdct_256.imdct_half(&s->imdct_256, s->delay[ch - 1], x); ^ src/libavcodec/ac3dec.c:706:52: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/ac3dec.c:708:52: warning: passing argument 2 of ‘s->imdct_512.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] s->imdct_512.imdct_half(&s->imdct_512, s->tmp_output, s->transform_coeffs[ch]); ^ src/libavcodec/ac3dec.c:708:52: note: expected ‘FFTSample * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/ac3dec.c:708:67: warning: passing argument 3 of ‘s->imdct_512.imdct_half’ from incompatible pointer type [-Wincompatible-pointer-types] s->imdct_512.imdct_half(&s->imdct_512, s->tmp_output, s->transform_coeffs[ch]); ^ src/libavcodec/ac3dec.c:708:67: note: expected ‘const FFTSample * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/ac3dec.c:710:67: warning: passing argument 2 of ‘s->fdsp->vector_fmul_window_scaled’ from incompatible pointer type [-Wincompatible-pointer-types] s->fdsp->vector_fmul_window_scaled(s->outptr[ch - 1], s->delay[ch - 1], ^ src/libavcodec/ac3dec.c:710:67: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/ac3dec.c:711:40: warning: passing argument 3 of ‘s->fdsp->vector_fmul_window_scaled’ from incompatible pointer type [-Wincompatible-pointer-types] s->tmp_output, s->window, 128, 8); ^ src/libavcodec/ac3dec.c:711:40: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ src/libavcodec/ac3dec.c:711:55: warning: passing argument 4 of ‘s->fdsp->vector_fmul_window_scaled’ from incompatible pointer type [-Wincompatible-pointer-types] s->tmp_output, s->window, 128, 8); ^ src/libavcodec/ac3dec.c:711:55: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ CC libavcodec/ac3dsp.o src/libavcodec/ac3dec.c: In function ‘decode_audio_block’: src/libavcodec/ac3dec.c:1400:21: warning: passing argument 1 of ‘scale_coefs’ from incompatible pointer type [-Wincompatible-pointer-types] scale_coefs(s->transform_coeffs[ch], s->fixed_coeffs[ch], gain, 256); ^ src/libavcodec/ac3dec_fixed.c:61:13: note: expected ‘int32_t * {aka long int *}’ but argument is of type ‘INTFLOAT * {aka int *}’ static void scale_coefs ( ^~~~~~~~~~~ In file included from src/libavcodec/ac3dec_fixed.c:168:0: src/libavcodec/ac3dec.c:1400:46: warning: passing argument 2 of ‘scale_coefs’ from incompatible pointer type [-Wincompatible-pointer-types] scale_coefs(s->transform_coeffs[ch], s->fixed_coeffs[ch], gain, 256); ^ src/libavcodec/ac3dec_fixed.c:61:13: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘int *’ static void scale_coefs ( ^~~~~~~~~~~ In file included from src/libavcodec/ac3dec_fixed.c:168:0: src/libavcodec/ac3dec.c:1442:55: warning: passing argument 2 of ‘ff_ac3dsp_downmix_fixed’ from incompatible pointer type [-Wincompatible-pointer-types] AC3_RENAME(ff_ac3dsp_downmix)(&s->ac3dsp, s->xcfptr + 1, s->downmix_coeffs, ^ In file included from src/libavcodec/ac3dec.h:57:0, from src/libavcodec/ac3dec_fixed.c:53: src/libavcodec/ac3dsp.h:162:6: note: expected ‘int32_t ** {aka long int **}’ but argument is of type ‘INTFLOAT ** {aka int **}’ void ff_ac3dsp_downmix_fixed(AC3DSPContext *c, int32_t **samples, int16_t **matrix, ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/ac3dec_fixed.c:168:0: src/libavcodec/ac3dec.c:1448:55: warning: passing argument 2 of ‘ff_ac3dsp_downmix_fixed’ from incompatible pointer type [-Wincompatible-pointer-types] AC3_RENAME(ff_ac3dsp_downmix)(&s->ac3dsp, s->dlyptr, s->downmix_coeffs, ^ In file included from src/libavcodec/ac3dec.h:57:0, from src/libavcodec/ac3dec_fixed.c:53: src/libavcodec/ac3dsp.h:162:6: note: expected ‘int32_t ** {aka long int **}’ but argument is of type ‘INTFLOAT ** {aka int **}’ void ff_ac3dsp_downmix_fixed(AC3DSPContext *c, int32_t **samples, int16_t **matrix, ^~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/ac3dec_float.c:32:0: src/libavcodec/ac3dec.c: In function ‘ac3_decode_transform_coeffs_ch’: src/libavcodec/ac3dec.c:518:23: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] int32_t *coeffs = s->fixed_coeffs[ch_index]; ^ src/libavcodec/ac3dec.c: In function ‘decode_audio_block’: src/libavcodec/ac3dec.c:1406:48: warning: passing argument 2 of ‘s->fmt_conv.int32_to_float_fmul_scalar’ from incompatible pointer type [-Wincompatible-pointer-types] s->fixed_coeffs[ch], gain, 256); ^ src/libavcodec/ac3dec.c:1406:48: note: expected ‘const int32_t * {aka const long int *}’ but argument is of type ‘int *’ CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o In file included from src/libavcodec/ac3enc_fixed.c:110:0: src/libavcodec/ac3enc_template.c: In function ‘apply_mdct’: src/libavcodec/ac3enc_template.c:107:42: warning: passing argument 2 of ‘s->mdct.mdct_calcw’ from incompatible pointer type [-Wincompatible-pointer-types] s->mdct.mdct_calcw(&s->mdct, block->mdct_coef[ch+1], ^~~~~ src/libavcodec/ac3enc_template.c:107:42: note: expected ‘FFTDouble * {aka int *}’ but argument is of type ‘CoefType * {aka long int *}’ 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 CC libavcodec/avs.o src/libavcodec/avrndec.c: In function ‘init’: src/libavcodec/avrndec.c:59:9: warning: ‘refcounted_frames’ is deprecated [-Wdeprecated-declarations] a->mjpeg_avctx->refcounted_frames = 1; ^ In file included from src/libavcodec/avrndec.c:22:0: src/libavcodec/avcodec.h:2308:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ src/libavcodec/avrndec.c: In function ‘decode_frame’: src/libavcodec/avrndec.c:110:9: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt); ^~~ In file included from src/libavcodec/avrndec.c:22:0: src/libavcodec/avcodec.h:4632:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ 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 src/libavcodec/cabac.c:35:21: error: expected declaration specifiers or ‘...’ before numeric constant DECLARE_ASM_ALIGNED(1, const uint8_t, ff_h264_cabac_tables)[512 + 4*2*64 + 4*64 + 63] = { ^ src/libavcodec/cabac.c:35:39: error: expected declaration specifiers or ‘...’ before ‘ff_h264_cabac_tables’ DECLARE_ASM_ALIGNED(1, const uint8_t, ff_h264_cabac_tables)[512 + 4*2*64 + 4*64 + 63] = { ^~~~~~~~~~~~~~~~~~~~ CC libavcodec/cavs.o make: *** [/home/fate/ffmpeg/ffbuild/common.mak:60: libavcodec/cabac.o] Error 1 make: *** Waiting for unfinished jobs.... CC libavcodec/cavs_parser.o