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 libavresample/libavresample.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/dshow.o CC libavdevice/dshow_common.o CC libavdevice/dshow_crossbar.o CC libavdevice/dshow_enummediatypes.o CC libavdevice/dshow_enumpins.o CC libavdevice/dshow_filter.o CC libavdevice/dshow_pin.o CC libavdevice/gdigrab.o CC libavdevice/lavfi.o CC libavdevice/reverse.o CC libavdevice/utils.o CC libavdevice/vfwcap.o WINDRES libavdevice/avdeviceres.o WINDRES libavfilter/avfilterres.o WINDRES libavresample/avresampleres.o WINDRES libavutil/avutilres.o WINDRES libswscale/swscaleres.o CC libpostproc/postprocess.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c: In function 'vfw_read_header': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c:331:35: warning: passing argument 1 of 'av_parse_video_size' from incompatible pointer type [-Wincompatible-pointer-types] ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c:25:0: C:/Dev/ffmpeg/git/libavutil/parseutils.h:66:5: note: expected 'int *' but argument is of type 'LONG * {aka long int *}' int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); ^~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c:331:59: warning: passing argument 2 of 'av_parse_video_size' from incompatible pointer type [-Wincompatible-pointer-types] ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/vfwcap.c:25:0: C:/Dev/ffmpeg/git/libavutil/parseutils.h:66:5: note: expected 'int *' but argument is of type 'LONG * {aka long int *}' int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); ^~~~~~~~~~~~~~~~~~~ WINDRES libpostproc/postprocres.o 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/async.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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c: In function 'dump_stream_format': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:473:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:474:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:475:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:476:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:477:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:478:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/dump.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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/fifo.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/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/golomb_tab.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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/hlsenc.c: In function 'get_default_pattern_localtime_fmt': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/hlsenc.c:1452:63: warning: unknown conversion type character 's' in format [-Wformat=] return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.m4s" : "-%s.m4s"; ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/hlsenc.c:1454:59: warning: unknown conversion type character 's' in format [-Wformat=] return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.ts" : "-%s.ts"; ^ 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 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/log2_tab.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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.c: In function 'handle_eac3': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.c:488: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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.h:27, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.c:27: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4300:5: note: declared here int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); ^~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/movenc.c: In function 'mov_flush_fragment': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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/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/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 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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/protocols.c: In function 'avio_enum_protocols': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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/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 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 CC libavformat/sdr2.o CC libavformat/sdsdec.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c: In function 'sdp_write_media_attributes': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:706:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:710:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->flags & AV_CODEC_FLAG_QSCALE) ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/sdp.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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/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/tls.o CC libavformat/tls_schannel.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/url.o CC libavformat/urldecode.o CC libavformat/utils.o CC libavformat/v210.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c: In function 'avformat_transfer_internal_stream_timing_info': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c:5541:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/audiointerleave.h:27:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c:43: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c:5542:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/audiointerleave.h:27:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/utils.c:43: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ 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 WINDRES libavformat/avformatres.o WINDRES libavcodec/avcodecres.o WINDRES libswresample/swresampleres.o GEN libavdevice/libavdevice.pc GEN libavfilter/libavfilter.pc GEN libavformat/libavformat.pc GEN libavcodec/libavcodec.pc GEN libavresample/libavresample.pc GEN libpostproc/libpostproc.pc GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc HOSTCC doc/print_options.o GEN libavdevice/libavdevice.ver 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_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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfiltergraph.c: In function 'avfilter_graph_free': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfiltergraph.c:135:5: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfiltergraph.c:39:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.c: In function 'ff_load_image': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.h:27, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/lavfutils.c:22: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4638:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/log2_tab.o CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/pthread.o CC libavfilter/scale.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o CC libavfilter/src_movie.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c: In function 'open_stream': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c:175:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c:41:0: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2314:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c: In function 'movie_push_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c:41:0: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4638:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/src_movie.c:41:0: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4589:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ 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 CC libavfilter/vf_colorbalance.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_codecview.c: In function 'filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h:44:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_codecview.c:35: C:/Dev/ffmpeg/git/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_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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_fspp.c: In function 'filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h:44:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/internal.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_fspp.c:42: C:/Dev/ffmpeg/git/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *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_hwupload_cuda.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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c: In function 'filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c:54:0: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:5256:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_mcdeint.c:54:0: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2730:35: note: declared here attribute_deprecated AVFrame *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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_pp.c: In function 'pp_filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h:44:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/internal.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_pp.c:29: C:/Dev/ffmpeg/git/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_pp7.o CC libavfilter/vf_premultiply.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_pp7.c: In function 'filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h:44:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/internal.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_pp7.c:34: C:/Dev/ffmpeg/git/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.o CC libavfilter/vf_pullup.o CC libavfilter/vf_qp.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_qp.c: In function 'filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h:44:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_qp.c:26: C:/Dev/ffmpeg/git/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h:44:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_qp.c:26: C:/Dev/ffmpeg/git/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 CC libavfilter/vf_ssim.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_spp.c: In function 'filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h:44:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/internal.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_spp.c:38: C:/Dev/ffmpeg/git/libavutil/frame.h:624:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ 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 CC libavfilter/vf_vaguedenoiser.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c: In function 'filter': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/internal.h:35:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c:34: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:5256:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/internal.h:35:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c:34: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2730:35: note: declared here attribute_deprecated AVFrame *coded_frame; ^~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c: In function 'filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h:44:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/internal.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/vf_uspp.c:34: C:/Dev/ffmpeg/git/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 CC libavfilter/x86/af_afir_init.o X86ASM libavfilter/x86/af_volume.o STRIP libavfilter/x86/af_afir.o CC libavfilter/x86/af_volume_init.o X86ASM libavfilter/x86/avf_showcqt.o STRIP libavfilter/x86/af_volume.o CC libavfilter/x86/avf_showcqt_init.o X86ASM libavfilter/x86/colorspacedsp.o CC libavfilter/x86/colorspacedsp_init.o STRIP libavfilter/x86/avf_showcqt.o STRIP libavfilter/x86/colorspacedsp.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 STRIP libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_eq.o X86ASM libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_fspp_init.o STRIP libavfilter/x86/vf_fspp.o X86ASM libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_gradfun_init.o STRIP libavfilter/x86/vf_bwdif.o X86ASM libavfilter/x86/vf_hflip.o CC libavfilter/x86/vf_hflip_init.o STRIP libavfilter/x86/vf_gradfun.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/x86/vf_hflip.asm:62: error: invalid operands in non-64-bit mode C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/x86/vf_hflip.asm:64: error: invalid operands in non-64-bit mode make: *** [/c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffbuild/common.mak:83: libavfilter/x86/vf_hflip.o] Error 1 make: *** Waiting for unfinished jobs....