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 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 libavfilter/avfilterres.o WINDRES libavresample/avresampleres.o WINDRES libavutil/avutilres.o WINDRES libswscale/swscaleres.o CC libpostproc/postprocess.o 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 CC libavformat/dv.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:475: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:476: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:477: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:478: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:479: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:480: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:515: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:515: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:527: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/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/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:1578: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:1580: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:4326:5: note: declared here int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); ^~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/movenccenc.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/movenchint.o CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mvdec.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nspdec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o CC libavformat/oggparsedaala.o CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/paf.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/os_support.c: In function 'ff_poll': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/os_support.c:248:23: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] if (fds[i].fd < 0) ^ At top level: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/os_support.c:49:12: warning: 'inet_aton' defined but not used [-Wunused-function] static int inet_aton(const char *str, struct in_addr *add) ^~~~~~~~~ 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 CC libavformat/vag.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:5569: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:44: 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:5570: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:44: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ 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_aiir.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_astats.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_haas.o CC libavfilter/af_hdcd.o CC libavfilter/af_headphone.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_mcompand.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c: In function 'init': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:54:5: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] const AVClass *avr_class = avresample_get_class(); ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:183:16: note: declared here const AVClass *avresample_get_class(void); ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c: In function 'uninit': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:83:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:245:6: note: declared here void avresample_close(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:84:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:258:6: note: declared here void avresample_free(AVAudioResampleContext **avr); ^~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c: In function 'config_output': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:127:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(s->avr); ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:245:6: note: declared here void avresample_close(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:128:9: warning: 'avresample_free' is deprecated [-Wdeprecated-declarations] avresample_free(&s->avr); ^~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:258:6: note: declared here void avresample_free(AVAudioResampleContext **avr); ^~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:140:5: warning: 'avresample_alloc_context' is deprecated [-Wdeprecated-declarations] if (!(s->avr = avresample_alloc_context())) ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:194:25: note: declared here AVAudioResampleContext *avresample_alloc_context(void); ^~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:161:5: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] if ((ret = avresample_open(s->avr)) < 0) ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:214:5: note: declared here int avresample_open(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c: In function 'request_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:199:9: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] int nb_samples = avresample_get_out_samples(s->avr, 0); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:403:5: note: declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:208:9: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, frame->extended_data, ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:451:5: note: declared here int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, ^~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c: In function 'filter_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:235:9: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] delay = avresample_get_delay(s->avr); ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:473:5: note: declared here int avresample_get_delay(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:236:9: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] nb_samples = avresample_get_out_samples(s->avr, in->nb_samples); ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:403:5: note: declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:244:9: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(s->avr, out->extended_data, out->linesize[0], ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:451:5: note: declared here int avresample_convert(AVAudioResampleContext *avr, uint8_t **output, ^~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:253:9: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] av_assert0(!avresample_available(s->avr)); ^~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:494:5: note: declared here int avresample_available(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c: In function 'resample_child_class_next': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:311:5: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] return prev ? NULL : avresample_get_class(); ^~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/af_resample.c:31:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:183:16: note: declared here const AVClass *avresample_get_class(void); ^~~~~~~~~~~~~~~~~~~~ CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_hilbert.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_abitscope.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o 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:814:32: note: declared here attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters ^~~~~~~~~~~~~~~~~~ CC libavfilter/bbox.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o CC libavfilter/colorspacedsp.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o CC libavfilter/f_perms.o CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o CC libavfilter/log2_tab.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:4664:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ 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 CC libavfilter/transform.o CC libavfilter/trim.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:2328: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:4664: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:4615:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ 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_entropy.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_fillborders.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_floodfill.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framestep.o CC libavfilter/vf_fspp.o 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:5282: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:2744: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 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_premultiply.o 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_setparams.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_signature.o CC libavfilter/vf_smartblur.o CC libavfilter/vf_spp.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.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_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:5282: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:2744: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 STRIP libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_bwdif_init.o CC libavfilter/x86/vf_eq.o X86ASM libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_fspp_init.o X86ASM libavfilter/x86/vf_gradfun.o STRIP libavfilter/x86/vf_bwdif.o STRIP libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_gradfun_init.o X86ASM libavfilter/x86/vf_hflip.o STRIP libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_hflip_init.o X86ASM libavfilter/x86/vf_hqdn3d.o STRIP libavfilter/x86/vf_hflip.o CC libavfilter/x86/vf_hqdn3d_init.o X86ASM libavfilter/x86/vf_idet.o STRIP libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_idet_init.o X86ASM libavfilter/x86/vf_interlace.o STRIP libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_interlace_init.o X86ASM libavfilter/x86/vf_limiter.o STRIP libavfilter/x86/vf_interlace.o CC libavfilter/x86/vf_limiter_init.o STRIP libavfilter/x86/vf_limiter.o X86ASM libavfilter/x86/vf_maskedmerge.o CC libavfilter/x86/vf_maskedmerge_init.o CC libavfilter/x86/vf_noise.o STRIP libavfilter/x86/vf_maskedmerge.o X86ASM libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_pp7_init.o X86ASM libavfilter/x86/vf_psnr.o STRIP libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_psnr_init.o X86ASM libavfilter/x86/vf_pullup.o STRIP libavfilter/x86/vf_psnr.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_pullup.o CC libavfilter/x86/vf_spp.o X86ASM libavfilter/x86/vf_ssim.o STRIP libavfilter/x86/vf_removegrain.o CC libavfilter/x86/vf_ssim_init.o X86ASM libavfilter/x86/vf_stereo3d.o CC libavfilter/x86/vf_stereo3d_init.o STRIP libavfilter/x86/vf_ssim.o X86ASM libavfilter/x86/vf_threshold.o CC libavfilter/x86/vf_threshold_init.o STRIP libavfilter/x86/vf_stereo3d.o CC libavfilter/x86/vf_tinterlace_init.o X86ASM libavfilter/x86/vf_w3fdif.o STRIP libavfilter/x86/vf_threshold.o CC libavfilter/x86/vf_w3fdif_init.o X86ASM libavfilter/x86/vf_yadif.o STRIP libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_yadif_init.o X86ASM libavfilter/x86/yadif-10.o X86ASM libavfilter/x86/yadif-16.o STRIP libavfilter/x86/yadif-10.o STRIP libavfilter/x86/vf_yadif.o CC libavresample/audio_convert.o CC libavresample/audio_data.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.c:30: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.c:30: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.c:30: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.c:30: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.c:30: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.c:30: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.c:32:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.c:30: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.h:29:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.h:29:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.h:29:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_data.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/audio_mix.o CC libavresample/audio_mix_matrix.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:36:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type; ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:62:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c: In function 'ff_audio_mix_alloc': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:378:9: warning: 'avresample_build_matrix' is deprecated [-Wdeprecated-declarations] ret = avresample_build_matrix(avr->in_channel_layout, ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:286:5: note: declared here int avresample_build_matrix(uint64_t in_layout, uint64_t out_layout, ^~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix_matrix.c:28:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix_matrix.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix_matrix.c:28:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix_matrix.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix_matrix.c:28:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix_matrix.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix_matrix.c:30:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix_matrix.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ STRIP libavfilter/x86/yadif-16.o CC libavresample/dither.o CC libavresample/options.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:39: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:39: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:39: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:39: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:39: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:39: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:40:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:39: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:56:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method; ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:39: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:330:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/dither.c:39: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/options.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/options.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/options.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/options.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/options.c:27:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/options.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/options.c:28:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/options.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ CC libavresample/resample.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:28:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:28:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.c:25:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:28:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.c:26:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:28:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.c:25: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ CC libavresample/utils.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:30:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:30:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:30:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:33:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:34:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/resample.h:42:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c: In function 'avresample_open': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:40:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:226:5: note: declared here int avresample_is_open(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:253:5: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(avr); ^~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:245:6: note: declared here void avresample_close(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c: In function 'avresample_free': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:282:5: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(*avr); ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:262:6: note: declared here void avresample_close(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c: In function 'avresample_config': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:507:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations] if (avresample_is_open(avr)) { ^~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:257:5: note: declared here int avresample_is_open(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:508:9: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(avr); ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:262:6: note: declared here void avresample_close(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c: In function 'convert_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:570:5: warning: 'avresample_convert' is deprecated [-Wdeprecated-declarations] ret = avresample_convert(avr, out_data, out_linesize, ^~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:330:25: note: declared here int attribute_align_arg avresample_convert(AVAudioResampleContext *avr, ^~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c: In function 'avresample_convert_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:608:5: warning: 'avresample_is_open' is deprecated [-Wdeprecated-declarations] if (!avresample_is_open(avr)) { ^~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:257:5: note: declared here int avresample_is_open(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:609:9: warning: 'avresample_config' is deprecated [-Wdeprecated-declarations] if ((ret = avresample_config(avr, out, in)) < 0) ^~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:505:5: note: declared here int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in) ^~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:611:9: warning: 'avresample_open' is deprecated [-Wdeprecated-declarations] if ((ret = avresample_open(avr)) < 0) ^~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:36:5: note: declared here int avresample_open(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:622:13: warning: 'avresample_get_out_samples' is deprecated [-Wdeprecated-declarations] out->nb_samples = avresample_get_out_samples(avr, in->nb_samples); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:403:5: note: declared here int avresample_get_out_samples(AVAudioResampleContext *avr, int in_nb_samples); ^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:625:21: warning: 'avresample_close' is deprecated [-Wdeprecated-declarations] avresample_close(avr); ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:262:6: note: declared here void avresample_close(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c: In function 'avresample_get_out_samples': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:755:5: warning: 'avresample_get_delay' is deprecated [-Wdeprecated-declarations] int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples; ^~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:29:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h:473:5: note: declared here int avresample_get_delay(AVAudioResampleContext *avr); ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:764:5: warning: 'avresample_available' is deprecated [-Wdeprecated-declarations] samples += avresample_available(avr); ^~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/utils.c:748:5: note: declared here int avresample_available(AVAudioResampleContext *avr) ^~~~~~~~~~~~~~~~~~~~ X86ASM libavresample/x86/audio_convert.o CC libavresample/x86/audio_convert_init.o X86ASM libavresample/x86/audio_mix.o In file included from C:/Dev/ffmpeg/git/libavresample/audio_convert.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_convert_init.c:24: C:/Dev/ffmpeg/git/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_convert_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_convert.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_convert_init.c:24: C:/Dev/ffmpeg/git/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_convert_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_convert.h:26:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_convert_init.c:24: C:/Dev/ffmpeg/git/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_convert.h:25:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_convert_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ CC libavresample/x86/audio_mix_init.o STRIP libavresample/x86/audio_convert.o In file included from C:/Dev/ffmpeg/git/libavresample/audio_mix.h:28:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_mix_init.c:24: C:/Dev/ffmpeg/git/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_mix.h:27:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_mix_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_mix.h:28:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_mix_init.c:24: C:/Dev/ffmpeg/git/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_mix.h:27:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_mix_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_mix.h:28:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_mix_init.c:24: C:/Dev/ffmpeg/git/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_mix.h:27:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_mix_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_mix_init.c:24:0: C:/Dev/ffmpeg/git/libavresample/audio_mix.h:55:33: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType coeff_type, int in_channels, ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_mix.h:27:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/audio_mix_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ X86ASM libavresample/x86/dither.o CC libavresample/x86/dither_init.o In file included from C:/Dev/ffmpeg/git/libavresample/audio_data.h:30:0, from C:/Dev/ffmpeg/git/libavresample/dither.h:25, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:24: C:/Dev/ffmpeg/git/libavresample/internal.h:63:10: warning: 'AVMixCoeffType' is deprecated [-Wdeprecated-declarations] enum AVMixCoeffType mix_coeff_type; /**< mixing coefficient type */ ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/dither.h:24:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:112:27: note: declared here enum attribute_deprecated AVMixCoeffType { ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_data.h:30:0, from C:/Dev/ffmpeg/git/libavresample/dither.h:25, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:24: C:/Dev/ffmpeg/git/libavresample/internal.h:73:10: warning: 'AVResampleFilterType' is deprecated [-Wdeprecated-declarations] enum AVResampleFilterType filter_type; /**< resampling filter type */ ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/dither.h:24:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:123:27: note: declared here enum attribute_deprecated AVResampleFilterType { ^~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/audio_data.h:30:0, from C:/Dev/ffmpeg/git/libavresample/dither.h:25, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:24: C:/Dev/ffmpeg/git/libavresample/internal.h:75:10: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod dither_method; /**< dither method */ ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/dither.h:24:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:24:0: C:/Dev/ffmpeg/git/libavresample/dither.h:91:30: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method); ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/dither.h:24:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:35:38: warning: 'AVResampleDitherMethod' is deprecated [-Wdeprecated-declarations] enum AVResampleDitherMethod method) ^~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavresample/dither.h:24:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/x86/dither_init.c:24: C:/Dev/ffmpeg/git/libavresample/avresample.h:132:27: note: declared here enum attribute_deprecated AVResampleDitherMethod { ^~~~~~~~~~~~~~~~~~~~~~ STRIP libavresample/x86/dither.o CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o CC libavutil/avstring.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o CC libavutil/buffer.o CC libavutil/camellia.o CC libavutil/cast5.o CC libavutil/channel_layout.o STRIP libavresample/x86/audio_mix.o CC libavutil/color_utils.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o CC libavutil/hash.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/hwcontext_cuda.o CC libavutil/hwcontext_d3d11va.o CC libavutil/hwcontext_dxva2.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.c: In function 'd3d11va_transfer_data': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.c:420:49: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [-Wincompatible-pointer-types] av_image_copy(dst->data, dst->linesize, map_data, map_linesize, ^~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.c:46:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/imgutils.h:119:6: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}' void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], ^~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.c:432:47: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [-Wincompatible-pointer-types] av_image_copy(map_data, map_linesize, src->data, src->linesize, ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.c:46:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/imgutils.h:119:6: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t * const* {aka unsigned char * const*}' void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], ^~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.c:35:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.c: In function 'd3d11va_device_create': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.c:563:46: warning: passing argument 2 of 'pAdapter->lpVtbl->GetDesc' from incompatible pointer type [-Wincompatible-pointer-types] hr = IDXGIAdapter2_GetDesc(pAdapter, &desc); ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.c:563:46: note: expected 'DXGI_ADAPTER_DESC * {aka struct DXGI_ADAPTER_DESC *}' but argument is of type 'DXGI_ADAPTER_DESC2 * {aka struct DXGI_ADAPTER_DESC2 *}' CC libavutil/imgutils.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c: In function 'dxva2_transfer_data_to': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c:355:45: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [-Wincompatible-pointer-types] av_image_copy(map->data, map->linesize, src->data, src->linesize, ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/imgutils.h:119:6: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t * const* {aka unsigned char * const*}' void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4], ^~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c: In function 'dxva2_transfer_data_from': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c:386:52: warning: passing argument 3 of 'av_image_copy_uc_from' from incompatible pointer type [-Wincompatible-pointer-types] av_image_copy_uc_from(dst->data, dst_linesize, map->data, src_linesize, ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.c:37:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/imgutils.h:137:6: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}' void av_image_copy_uc_from(uint8_t *dst_data[4], const ptrdiff_t dst_linesizes[4], ^~~~~~~~~~~~~~~~~~~~~ CC libavutil/integer.o CC libavutil/intmath.o CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o CC libavutil/log2_tab.o CC libavutil/lzo.o CC libavutil/mastering_display_metadata.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o CC libavutil/parseutils.o CC libavutil/pixdesc.o CC libavutil/pixelutils.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/reverse.o CC libavutil/ripemd.o CC libavutil/samplefmt.o CC libavutil/sha.o CC libavutil/sha512.o CC libavutil/slicethread.o CC libavutil/spherical.o CC libavutil/stereo3d.o CC libavutil/tea.o CC libavutil/threadmessage.o CC libavutil/time.o CC libavutil/timecode.o CC libavutil/tree.o CC libavutil/twofish.o CC libavutil/utils.o CC libavutil/x86/cpu.o X86ASM libavutil/x86/cpuid.o X86ASM libavutil/x86/fixed_dsp.o STRIP libavutil/x86/cpuid.o CC libavutil/x86/fixed_dsp_init.o STRIP libavutil/x86/fixed_dsp.o X86ASM libavutil/x86/float_dsp.o CC libavutil/x86/float_dsp_init.o X86ASM libavutil/x86/imgutils.o STRIP libavutil/x86/imgutils.o CC libavutil/x86/imgutils_init.o X86ASM libavutil/x86/lls.o STRIP libavutil/x86/float_dsp.o CC libavutil/x86/lls_init.o X86ASM libavutil/x86/pixelutils.o CC libavutil/x86/pixelutils_init.o STRIP libavutil/x86/lls.o CC libavutil/xga_font_data.o CC libavutil/xtea.o CC libswscale/alphablend.o STRIP libavutil/x86/pixelutils.o CC libswscale/gamma.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o CC libswscale/log2_tab.o CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/slice.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o CC libswscale/x86/hscale_fast_bilinear_simd.o X86ASM libswscale/x86/input.o X86ASM libswscale/x86/output.o STRIP libswscale/x86/output.o CC libswscale/x86/rgb2rgb.o X86ASM libswscale/x86/scale.o STRIP libswscale/x86/input.o CC libswscale/x86/swscale.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o GEN libpostproc/libpostproc.ver GEN libavformat/libavformat.ver STRIP libswscale/x86/scale.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 CC libavcodec/aac_parser.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o CC libavcodec/aacdec_fixed.o CC libavcodec/aacenc.o CC libavcodec/aacenc_is.o CC libavcodec/aacenc_ltp.o CC libavcodec/aacenc_pred.o CC libavcodec/aacenc_tns.o CC libavcodec/aacenctab.o CC libavcodec/aacps_fixed.o CC libavcodec/aacps_float.o CC libavcodec/aacpsdsp_fixed.o CC libavcodec/aacpsdsp_float.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aacsbr_fixed.o CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3dec_fixed.o CC libavcodec/ac3dec_float.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adts_header.o CC libavcodec/adts_parser.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/aic.o CC libavcodec/alac.o CC libavcodec/alac_data.o CC libavcodec/alacdsp.o CC libavcodec/alacenc.o CC libavcodec/aliaspixdec.o CC libavcodec/aliaspixenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/aptx.o CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asv.o CC libavcodec/asvdec.o CC libavcodec/asvenc.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/atrac3plus.o CC libavcodec/atrac3plusdec.o CC libavcodec/atrac3plusdsp.o CC libavcodec/audio_frame_queue.o CC libavcodec/audiodsp.o CC libavcodec/aura.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avpicture.o CC libavcodec/avrndec.o CC libavcodec/avs.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avrndec.c: In function 'init': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avrndec.c:59:9: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] a->mjpeg_avctx->refcounted_frames = 1; ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avrndec.c:22:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:2328:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avrndec.c: In function 'decode_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/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 C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avrndec.c:22:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4664: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 CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdata.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cbrt_data.o CC libavcodec/cbrt_data_fixed.o CC libavcodec/cbs.o CC libavcodec/cbs_h2645.o CC libavcodec/cbs_mpeg2.o CC libavcodec/ccaption_dec.o CC libavcodec/cdgraphics.o CC libavcodec/cdxl.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cfhd.o CC libavcodec/cfhddata.o CC libavcodec/cga_data.o CC libavcodec/chomp_bsf.o CC libavcodec/cinepak.o CC libavcodec/cinepakenc.o CC libavcodec/clearvideo.o CC libavcodec/cljrdec.o CC libavcodec/cljrenc.o CC libavcodec/cllc.o CC libavcodec/cngdec.o CC libavcodec/cngenc.o CC libavcodec/codec_desc.o CC libavcodec/cook.o CC libavcodec/cook_parser.o CC libavcodec/cpia.o CC libavcodec/cscd.o CC libavcodec/cuviddec.o CC libavcodec/cyuv.o CC libavcodec/d3d11va.o CC libavcodec/dca.o CC libavcodec/dca_core.o CC libavcodec/dca_core_bsf.o CC libavcodec/dca_exss.o CC libavcodec/dca_lbr.o CC libavcodec/dca_parser.o CC libavcodec/dca_xll.o CC libavcodec/dcaadpcm.o CC libavcodec/dcadata.o CC libavcodec/dcadct.o CC libavcodec/dcadec.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o CC libavcodec/dcahuff.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dds.o CC libavcodec/decode.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/decode.c: In function 'compat_decode': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/decode.c:790:13: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/decode.c:40:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:2328:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/decode.c: In function 'avcodec_flush_buffers': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/decode.c:1965:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/decode.c:40:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:2328:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_dwt.o CC libavcodec/dirac_parser.o CC libavcodec/dirac_vlc.o CC libavcodec/diracdec.o CC libavcodec/diracdsp.o CC libavcodec/diractab.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o CC libavcodec/dolby_e.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dpx_parser.o CC libavcodec/dpxenc.o CC libavcodec/dsd.o CC libavcodec/dsddec.o CC libavcodec/dsicinaudio.o CC libavcodec/dsicinvideo.o CC libavcodec/dss_sp.o CC libavcodec/dstdec.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dv_profile.o CC libavcodec/dvaudio_parser.o CC libavcodec/dvaudiodec.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvd_nav_parser.o CC libavcodec/dvdata.o CC libavcodec/dvdec.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o CC libavcodec/dvdsubenc.o CC libavcodec/dvenc.o CC libavcodec/dxa.o CC libavcodec/dxtory.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dvenc.c: In function 'dv_encode_video_segment': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dvenc.c:386:81: warning: array subscript is above array bounds [-Warray-bounds] for (a2 = a + 1; b->next[k] >= mb_area_start[a2 + 1]; a2++) ~~~~~~~~~~~~~^~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dvenc.c:386:81: warning: array subscript is above array bounds [-Warray-bounds] CC libavcodec/dxv.o CC libavcodec/dxva2.o CC libavcodec/dxva2_h264.o CC libavcodec/dxva2_hevc.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_h264.c:33:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_h264.c: In function 'dxva2_h264_start_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_h264.c:453:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' DXVA_CONTEXT_CFG(avctx, ctx) && \ ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_h264.c:453:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_hevc.c:31:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_hevc.c: In function 'dxva2_hevc_start_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_hevc.c:368:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' DXVA_CONTEXT_CFG(avctx, ctx) && \ ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_hevc.c:368:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ CC libavcodec/dxva2_mpeg2.o CC libavcodec/dxva2_vc1.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_mpeg2.c:30:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_mpeg2.c: In function 'dxva2_mpeg2_start_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_mpeg2.c:265:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' DXVA_CONTEXT_CFG(avctx, ctx) && \ ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_mpeg2.c:265:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_vc1.c:30:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_vc1.c: In function 'dxva2_vc1_start_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_vc1.c:320:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' DXVA_CONTEXT_CFG(avctx, ctx) && \ ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_vc1.c:320:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ CC libavcodec/dxva2_vp9.o CC libavcodec/eac3_data.o CC libavcodec/eac3enc.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_vp9.c:31:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_vp9.c: In function 'dxva2_vp9_start_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_vp9.c:264:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' DXVA_CONTEXT_CFG(avctx, ctx) && \ ^~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2_vp9.c:264:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' if (!DXVA_CONTEXT_VALID(avctx, ctx)) ^ CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/elsdec.o CC libavcodec/encode.o CC libavcodec/error_resilience.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/encode.c: In function 'do_encode': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/encode.c:374:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, ^~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/encode.c:263:25: note: declared here int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/encode.c:377:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, ^~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/encode.c:118:25: note: declared here int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/evrcdec.o CC libavcodec/exif.o CC libavcodec/exr.o CC libavcodec/exrdsp.o CC libavcodec/extract_extradata_bsf.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/ffv1.o CC libavcodec/ffv1dec.o CC libavcodec/ffv1enc.o CC libavcodec/ffwavesynth.o CC libavcodec/fic.o CC libavcodec/fits.o CC libavcodec/fitsdec.o CC libavcodec/fitsenc.o CC libavcodec/flac.o CC libavcodec/flac_parser.o CC libavcodec/flacdata.o CC libavcodec/flacdec.o CC libavcodec/flacdsp.o CC libavcodec/flacenc.o CC libavcodec/flashsv.o CC libavcodec/flashsv2enc.o CC libavcodec/flashsvenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fmvc.o CC libavcodec/frame_thread_encoder.o CC libavcodec/fraps.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c: In function 'worker': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c:89:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.h:24:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:5282:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c:95:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations] int ret2 = av_dup_packet(pkt); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.h:24:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/frame_thread_encoder.c:23: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4307:5: note: declared here int av_dup_packet(AVPacket *pkt); ^~~~~~~~~~~~~ CC libavcodec/frwu.o CC libavcodec/g2meet.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722dsp.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g723_1dec.o CC libavcodec/g723_1enc.o CC libavcodec/g726.o CC libavcodec/g729_parser.o CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gdv.o CC libavcodec/gif.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261data.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263data.o CC libavcodec/h263dec.o CC libavcodec/h263dsp.o CC libavcodec/h2645_parse.o CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_loopfilter.o CC libavcodec/h264_mb.o CC libavcodec/h264_metadata_bsf.o CC libavcodec/h264_mp4toannexb_bsf.o CC libavcodec/h264_parse.o CC libavcodec/h264_parser.o CC libavcodec/h264_picture.o CC libavcodec/h264_ps.o CC libavcodec/h264_redundant_pps_bsf.o CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o CC libavcodec/h264_slice.o CC libavcodec/h264chroma.o CC libavcodec/h264data.o CC libavcodec/h264dec.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o CC libavcodec/h264pred.o CC libavcodec/h264qpel.o CC libavcodec/h265_metadata_bsf.o CC libavcodec/hap.o CC libavcodec/hapdec.o CC libavcodec/hevc_cabac.o CC libavcodec/hevc_data.o CC libavcodec/hevc_filter.o CC libavcodec/hevc_mp4toannexb_bsf.o CC libavcodec/hevc_mvs.o CC libavcodec/hevc_parse.o CC libavcodec/hevc_parser.o CC libavcodec/hevc_ps.o CC libavcodec/hevc_refs.o CC libavcodec/hevc_sei.o CC libavcodec/hevcdec.o CC libavcodec/hevcdsp.o CC libavcodec/hevcpred.o CC libavcodec/hnm4video.o CC libavcodec/hpeldsp.o CC libavcodec/hq_hqa.o CC libavcodec/hq_hqadata.o CC libavcodec/hq_hqadsp.o CC libavcodec/hqx.o CC libavcodec/hqxdsp.o CC libavcodec/hqxvlc.o CC libavcodec/htmlsubtitles.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/huffyuvdec.o CC libavcodec/huffyuvdsp.o CC libavcodec/huffyuvenc.o CC libavcodec/huffyuvencdsp.o CC libavcodec/idcinvideo.o CC libavcodec/idctdsp.o CC libavcodec/iff.o CC libavcodec/iirfilter.o CC libavcodec/imc.o CC libavcodec/imgconvert.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayacm.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi.o CC libavcodec/ivi_dsp.o CC libavcodec/j2kenc.o CC libavcodec/jacosubdec.o CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jni.o CC libavcodec/jpeg2000.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/lclenc.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/log2_tab.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lossless_videoencdsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzf.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/m101.o CC libavcodec/mace.o CC libavcodec/magicyuv.o CC libavcodec/magicyuvenc.o CC libavcodec/mathtables.o CC libavcodec/mdct15.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/mdec.o CC libavcodec/me_cmp.o CC libavcodec/mediacodec.o CC libavcodec/metasound.o CC libavcodec/metasound_data.o CC libavcodec/microdvddec.o CC libavcodec/mimic.o CC libavcodec/mjpeg2jpeg_bsf.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mjpegdec.c: In function 'ff_mjpeg_decode_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mjpegdec.c:2358:21: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] av_frame_set_qp_table(data, qp_table_buf, 0, FF_QSCALE_TYPE_MPEG1); ^~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:38:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mjpegdec.c:36: 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 libavcodec/mjpegenc.o CC libavcodec/mjpegenc_common.o CC libavcodec/mjpegenc_huffman.o CC libavcodec/mlp.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o CC libavcodec/mlpdsp.o CC libavcodec/mlpenc.o CC libavcodec/mlz.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o CC libavcodec/motionpixels.o CC libavcodec/movsub_bsf.o CC libavcodec/movtextdec.o CC libavcodec/movtextenc.o CC libavcodec/mp3_header_decompress_bsf.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg12dec.o CC libavcodec/mpeg12enc.o CC libavcodec/mpeg12framerate.o CC libavcodec/mpeg2_metadata_bsf.o CC libavcodec/mpeg4_unpack_bframes_bsf.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o CC libavcodec/mpeg4videoenc.o CC libavcodec/mpeg_er.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec_fixed.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegaudiodsp.o CC libavcodec/mpegaudiodsp_data.o CC libavcodec/mpegaudiodsp_fixed.o CC libavcodec/mpegaudiodsp_float.o CC libavcodec/mpegaudioenc_fixed.o CC libavcodec/mpegaudioenc_float.o CC libavcodec/mpegpicture.o CC libavcodec/mpegutils.o CC libavcodec/mpegvideo.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mpegvideo.c: In function 'ff_mpv_export_qp_table': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mpegvideo.c:1438:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] return av_frame_set_qp_table(f, ref, s->mb_stride, qp_type); ^~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:38:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mpegvideo.c:36: 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 libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o CC libavcodec/mscc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/null_bsf.o CC libavcodec/nuv.o CC libavcodec/nvdec.o CC libavcodec/nvdec_h264.o CC libavcodec/nvdec_hevc.o CC libavcodec/nvdec_mpeg12.o CC libavcodec/nvdec_mpeg4.o CC libavcodec/nvdec_vc1.o CC libavcodec/nvdec_vp8.o CC libavcodec/nvdec_vp9.o CC libavcodec/nvenc.o CC libavcodec/nvenc_h264.o CC libavcodec/nvenc_hevc.o CC libavcodec/on2avc.o CC libavcodec/on2avcdata.o CC libavcodec/options.o CC libavcodec/opus.o CC libavcodec/opus_celt.o CC libavcodec/opus_parser.o CC libavcodec/opus_pvq.o CC libavcodec/opus_rc.o CC libavcodec/opus_silk.o CC libavcodec/opusdec.o CC libavcodec/opusenc.o CC libavcodec/opusenc_psy.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opusenc_psy.c: In function 'celt_search_for_intensity': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/opusenc_psy.c:407:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] float end_band = 0; ^~~~~ CC libavcodec/opustab.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o CC libavcodec/parser.o CC libavcodec/pcm-bluray.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o CC libavcodec/pixlet.o CC libavcodec/png.o CC libavcodec/png_parser.o CC libavcodec/pngdec.o CC libavcodec/pngdsp.o CC libavcodec/pngenc.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/profiles.o CC libavcodec/proresdata.o CC libavcodec/proresdec2.o CC libavcodec/proresdec_lgpl.o CC libavcodec/proresdsp.o CC libavcodec/proresenc_anatoliy.o CC libavcodec/proresenc_kostya.o CC libavcodec/psd.o CC libavcodec/psymodel.o CC libavcodec/pthread.o CC libavcodec/pthread_frame.o CC libavcodec/pthread_slice.o CC libavcodec/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qdmc.o CC libavcodec/qdrw.o CC libavcodec/qpeg.o CC libavcodec/qpeldsp.o CC libavcodec/qsv_api.o CC libavcodec/qtrle.o CC libavcodec/qtrleenc.o CC libavcodec/r210dec.o CC libavcodec/r210enc.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra144enc.o CC libavcodec/ra288.o CC libavcodec/ralf.o CC libavcodec/rangecoder.o CC libavcodec/ratecontrol.o CC libavcodec/raw.o CC libavcodec/rawdec.o CC libavcodec/rawenc.o CC libavcodec/rdft.o CC libavcodec/realtextdec.o CC libavcodec/remove_extradata_bsf.o CC libavcodec/reverse.o CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rscc.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/scpr.o CC libavcodec/screenpresso.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/sheervideo.o CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sinewin.o CC libavcodec/sinewin_fixed.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/sipr_parser.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/smvjpegdec.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_init': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/smvjpegdec.c:131:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] s->avctx->refcounted_frames = 1; ^ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/smvjpegdec.c:28:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:2328:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_frame': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/smvjpegdec.c:162:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/smvjpegdec.c:28:0: C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h:4664:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/snappy.o CC libavcodec/snow.o CC libavcodec/snow_dwt.o CC libavcodec/snowdec.o CC libavcodec/snowenc.o CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/speedhq.o CC libavcodec/srtdec.o CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/tdsc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/trace_headers_bsf.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truemotion2rt.o CC libavcodec/truespeech.o CC libavcodec/tscc.o CC libavcodec/tscc2.o CC libavcodec/tta.o CC libavcodec/ttadata.o CC libavcodec/ttadsp.o CC libavcodec/ttaenc.o CC libavcodec/ttaencdsp.o CC libavcodec/twinvq.o CC libavcodec/twinvqdec.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o CC libavcodec/utvideo.o CC libavcodec/utvideodec.o CC libavcodec/utvideodsp.o CC libavcodec/utvideoenc.o CC libavcodec/v210dec.o CC libavcodec/v210enc.o CC libavcodec/v210x.o CC libavcodec/v308dec.o CC libavcodec/v308enc.o CC libavcodec/v408dec.o CC libavcodec/v408enc.o CC libavcodec/v410dec.o CC libavcodec/v410enc.o CC libavcodec/vb.o CC libavcodec/vble.o CC libavcodec/vc1.o CC libavcodec/vc1_block.o CC libavcodec/vc1_loopfilter.o CC libavcodec/vc1_mc.o CC libavcodec/vc1_parser.o CC libavcodec/vc1_pred.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o CC libavcodec/vc2enc.o CC libavcodec/vc2enc_dwt.o CC libavcodec/vcr1.o CC libavcodec/videodsp.o CC libavcodec/vima.o CC libavcodec/vmdaudio.o CC libavcodec/vmdvideo.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_parser.o CC libavcodec/vorbisdec.o CC libavcodec/vorbisdsp.o CC libavcodec/vorbisenc.o CC libavcodec/vp3.o CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vp9.o CC libavcodec/vp9_parser.o CC libavcodec/vp9_raw_reorder_bsf.o CC libavcodec/vp9_superframe_bsf.o CC libavcodec/vp9_superframe_split_bsf.o CC libavcodec/vp9block.o CC libavcodec/vp9data.o CC libavcodec/vp9dsp.o CC libavcodec/vp9dsp_10bpp.o CC libavcodec/vp9dsp_12bpp.o CC libavcodec/vp9dsp_8bpp.o CC libavcodec/vp9lpf.o CC libavcodec/vp9mvs.o CC libavcodec/vp9prob.o CC libavcodec/vp9recon.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wavpackenc.o CC libavcodec/webp.o CC libavcodec/webvttdec.o CC libavcodec/webvttenc.o CC libavcodec/wma.o CC libavcodec/wma_common.o CC libavcodec/wma_freqs.o CC libavcodec/wmadec.o CC libavcodec/wmaenc.o CC libavcodec/wmalosslessdec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2data.o CC libavcodec/wmv2dec.o CC libavcodec/wmv2dsp.o CC libavcodec/wmv2enc.o CC libavcodec/wnv1.o CC libavcodec/wrapped_avframe.o CC libavcodec/ws-snd1.o X86ASM libavcodec/x86/aacencdsp.o STRIP libavcodec/x86/aacencdsp.o CC libavcodec/x86/aacencdsp_init.o X86ASM libavcodec/x86/aacpsdsp.o CC libavcodec/x86/aacpsdsp_init.o X86ASM libavcodec/x86/ac3dsp.o X86ASM libavcodec/x86/ac3dsp_downmix.o STRIP libavcodec/x86/aacpsdsp.o STRIP libavcodec/x86/ac3dsp.o CC libavcodec/x86/ac3dsp_init.o X86ASM libavcodec/x86/alacdsp.o STRIP libavcodec/x86/alacdsp.o CC libavcodec/x86/alacdsp_init.o X86ASM libavcodec/x86/audiodsp.o STRIP libavcodec/x86/ac3dsp_downmix.o CC libavcodec/x86/audiodsp_init.o X86ASM libavcodec/x86/blockdsp.o CC libavcodec/x86/blockdsp_init.o STRIP libavcodec/x86/audiodsp.o STRIP libavcodec/x86/blockdsp.o X86ASM libavcodec/x86/bswapdsp.o CC libavcodec/x86/bswapdsp_init.o CC libavcodec/x86/cavsdsp.o X86ASM libavcodec/x86/cavsidct.o STRIP libavcodec/x86/bswapdsp.o CC libavcodec/x86/constants.o X86ASM libavcodec/x86/dcadsp.o STRIP libavcodec/x86/cavsidct.o CC libavcodec/x86/dcadsp_init.o X86ASM libavcodec/x86/dct32.o CC libavcodec/x86/dct_init.o STRIP libavcodec/x86/dcadsp.o X86ASM libavcodec/x86/dirac_dwt.o CC libavcodec/x86/dirac_dwt_init.o STRIP libavcodec/x86/dct32.o STRIP libavcodec/x86/dirac_dwt.o X86ASM libavcodec/x86/diracdsp.o CC libavcodec/x86/diracdsp_init.o X86ASM libavcodec/x86/dnxhdenc.o STRIP libavcodec/x86/dnxhdenc.o CC libavcodec/x86/dnxhdenc_init.o X86ASM libavcodec/x86/exrdsp.o STRIP libavcodec/x86/diracdsp.o CC libavcodec/x86/exrdsp_init.o CC libavcodec/x86/fdct.o STRIP libavcodec/x86/exrdsp.o CC libavcodec/x86/fdctdsp_init.o X86ASM libavcodec/x86/fft.o CC libavcodec/x86/fft_init.o X86ASM libavcodec/x86/flac_dsp_gpl.o X86ASM libavcodec/x86/flacdsp.o STRIP libavcodec/x86/flac_dsp_gpl.o STRIP libavcodec/x86/flacdsp.o CC libavcodec/x86/flacdsp_init.o X86ASM libavcodec/x86/fmtconvert.o STRIP libavcodec/x86/fft.o CC libavcodec/x86/fmtconvert_init.o X86ASM libavcodec/x86/fpel.o STRIP libavcodec/x86/fmtconvert.o X86ASM libavcodec/x86/g722dsp.o CC libavcodec/x86/g722dsp_init.o STRIP libavcodec/x86/g722dsp.o X86ASM libavcodec/x86/h263_loopfilter.o STRIP libavcodec/x86/fpel.o CC libavcodec/x86/h263dsp_init.o X86ASM libavcodec/x86/h264_chromamc.o X86ASM libavcodec/x86/h264_chromamc_10bit.o STRIP libavcodec/x86/h263_loopfilter.o X86ASM libavcodec/x86/h264_deblock.o STRIP libavcodec/x86/h264_chromamc_10bit.o X86ASM libavcodec/x86/h264_deblock_10bit.o STRIP libavcodec/x86/h264_chromamc.o X86ASM libavcodec/x86/h264_idct.o STRIP libavcodec/x86/h264_deblock_10bit.o STRIP libavcodec/x86/h264_deblock.o X86ASM libavcodec/x86/h264_idct_10bit.o X86ASM libavcodec/x86/h264_intrapred.o STRIP libavcodec/x86/h264_idct_10bit.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/x86/h264_idct.asm:1148: warning: redefining multi-line macro `STORE_DIFFx2' STRIP libavcodec/x86/h264_idct.o X86ASM libavcodec/x86/h264_intrapred_10bit.o CC libavcodec/x86/h264_intrapred_init.o STRIP libavcodec/x86/h264_intrapred_10bit.o CC libavcodec/x86/h264_qpel.o X86ASM libavcodec/x86/h264_qpel_10bit.o STRIP libavcodec/x86/h264_intrapred.o STRIP libavcodec/x86/h264_qpel_10bit.o X86ASM libavcodec/x86/h264_qpel_8bit.o X86ASM libavcodec/x86/h264_weight.o X86ASM libavcodec/x86/h264_weight_10bit.o STRIP libavcodec/x86/h264_weight.o STRIP libavcodec/x86/h264_weight_10bit.o CC libavcodec/x86/h264chroma_init.o CC libavcodec/x86/h264dsp_init.o X86ASM libavcodec/x86/hevc_add_res.o X86ASM libavcodec/x86/hevc_deblock.o STRIP libavcodec/x86/hevc_add_res.o STRIP libavcodec/x86/hevc_deblock.o X86ASM libavcodec/x86/hevc_idct.o X86ASM libavcodec/x86/hevc_mc.o STRIP libavcodec/x86/h264_qpel_8bit.o STRIP libavcodec/x86/hevc_mc.o X86ASM libavcodec/x86/hevc_sao.o X86ASM libavcodec/x86/hevc_sao_10bit.o STRIP libavcodec/x86/hevc_idct.o STRIP libavcodec/x86/hevc_sao.o CC libavcodec/x86/hevcdsp_init.o X86ASM libavcodec/x86/hpeldsp.o CC libavcodec/x86/hpeldsp_init.o STRIP libavcodec/x86/hpeldsp.o X86ASM libavcodec/x86/hpeldsp_vp3.o CC libavcodec/x86/hpeldsp_vp3_init.o STRIP libavcodec/x86/hpeldsp_vp3.o X86ASM libavcodec/x86/huffyuvdsp.o CC libavcodec/x86/huffyuvdsp_init.o STRIP libavcodec/x86/huffyuvdsp.o X86ASM libavcodec/x86/huffyuvencdsp.o CC libavcodec/x86/huffyuvencdsp_init.o STRIP libavcodec/x86/huffyuvencdsp.o X86ASM libavcodec/x86/idctdsp.o CC libavcodec/x86/idctdsp_init.o STRIP libavcodec/x86/idctdsp.o X86ASM libavcodec/x86/imdct36.o X86ASM libavcodec/x86/jpeg2000dsp.o STRIP libavcodec/x86/hevc_sao_10bit.o CC libavcodec/x86/jpeg2000dsp_init.o STRIP libavcodec/x86/jpeg2000dsp.o X86ASM libavcodec/x86/lossless_audiodsp.o CC libavcodec/x86/lossless_audiodsp_init.o STRIP libavcodec/x86/lossless_audiodsp.o X86ASM libavcodec/x86/lossless_videodsp.o CC libavcodec/x86/lossless_videodsp_init.o STRIP libavcodec/x86/imdct36.o X86ASM libavcodec/x86/lossless_videoencdsp.o CC libavcodec/x86/lossless_videoencdsp_init.o STRIP libavcodec/x86/lossless_videoencdsp.o STRIP libavcodec/x86/lossless_videodsp.o CC libavcodec/x86/lpc.o X86ASM libavcodec/x86/mdct15.o CC libavcodec/x86/mdct15_init.o X86ASM libavcodec/x86/me_cmp.o STRIP libavcodec/x86/mdct15.o CC libavcodec/x86/me_cmp_init.o X86ASM libavcodec/x86/mlpdsp.o CC libavcodec/x86/mlpdsp_init.o STRIP libavcodec/x86/mlpdsp.o CC libavcodec/x86/mpegaudiodsp.o CC libavcodec/x86/mpegvideo.o CC libavcodec/x86/mpegvideodsp.o CC libavcodec/x86/mpegvideoenc.o STRIP libavcodec/x86/me_cmp.o X86ASM libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/mpegvideoencdsp_init.o STRIP libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/opus_dsp_init.o X86ASM libavcodec/x86/opus_pvq_search.o X86ASM libavcodec/x86/pixblockdsp.o CC libavcodec/x86/pixblockdsp_init.o STRIP libavcodec/x86/pixblockdsp.o X86ASM libavcodec/x86/pngdsp.o CC libavcodec/x86/pngdsp_init.o STRIP libavcodec/x86/opus_pvq_search.o X86ASM libavcodec/x86/proresdsp.o STRIP libavcodec/x86/pngdsp.o CC libavcodec/x86/proresdsp_init.o X86ASM libavcodec/x86/qpel.o STRIP libavcodec/x86/proresdsp.o C:\Dev\BuildEnv\mingw-w64\bin\strip.exe: error: the input file 'libavcodec/x86/proresdsp.o' has no sections make: [/c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffbuild/common.mak:83: libavcodec/x86/proresdsp.o] Error 1 (ignored) X86ASM libavcodec/x86/qpeldsp.o CC libavcodec/x86/qpeldsp_init.o STRIP libavcodec/x86/qpel.o X86ASM libavcodec/x86/rv34dsp.o CC libavcodec/x86/rv34dsp_init.o STRIP libavcodec/x86/rv34dsp.o X86ASM libavcodec/x86/rv40dsp.o CC libavcodec/x86/rv40dsp_init.o STRIP libavcodec/x86/qpeldsp.o STRIP libavcodec/x86/rv40dsp.o X86ASM libavcodec/x86/sbrdsp.o CC libavcodec/x86/sbrdsp_init.o STRIP libavcodec/x86/sbrdsp.o X86ASM libavcodec/x86/simple_idct.o X86ASM libavcodec/x86/simple_idct10.o CC libavcodec/x86/snowdsp.o STRIP libavcodec/x86/simple_idct10.o C:\Dev\BuildEnv\mingw-w64\bin\strip.exe: error: the input file 'libavcodec/x86/simple_idct10.o' has no sections make: [/c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/ffbuild/common.mak:83: libavcodec/x86/simple_idct10.o] Error 1 (ignored) X86ASM libavcodec/x86/svq1enc.o CC libavcodec/x86/svq1enc_init.o STRIP libavcodec/x86/svq1enc.o X86ASM libavcodec/x86/synth_filter.o CC libavcodec/x86/synth_filter_init.o STRIP libavcodec/x86/synth_filter.o X86ASM libavcodec/x86/takdsp.o CC libavcodec/x86/takdsp_init.o STRIP libavcodec/x86/takdsp.o X86ASM libavcodec/x86/ttadsp.o CC libavcodec/x86/ttadsp_init.o STRIP libavcodec/x86/ttadsp.o X86ASM libavcodec/x86/ttaencdsp.o CC libavcodec/x86/ttaencdsp_init.o STRIP libavcodec/x86/ttaencdsp.o X86ASM libavcodec/x86/utvideodsp.o CC libavcodec/x86/utvideodsp_init.o STRIP libavcodec/x86/utvideodsp.o CC libavcodec/x86/v210-init.o X86ASM libavcodec/x86/v210.o STRIP libavcodec/x86/v210.o X86ASM libavcodec/x86/v210enc.o CC libavcodec/x86/v210enc_init.o STRIP libavcodec/x86/v210enc.o CC libavcodec/x86/vc1dsp_init.o X86ASM libavcodec/x86/vc1dsp_loopfilter.o X86ASM libavcodec/x86/vc1dsp_mc.o STRIP libavcodec/x86/vc1dsp_loopfilter.o STRIP libavcodec/x86/vc1dsp_mc.o CC libavcodec/x86/vc1dsp_mmx.o X86ASM libavcodec/x86/videodsp.o CC libavcodec/x86/videodsp_init.o STRIP libavcodec/x86/videodsp.o X86ASM libavcodec/x86/vorbisdsp.o CC libavcodec/x86/vorbisdsp_init.o STRIP libavcodec/x86/vorbisdsp.o X86ASM libavcodec/x86/vp3dsp.o CC libavcodec/x86/vp3dsp_init.o STRIP libavcodec/x86/vp3dsp.o X86ASM libavcodec/x86/vp6dsp.o CC libavcodec/x86/vp6dsp_init.o STRIP libavcodec/x86/vp6dsp.o X86ASM libavcodec/x86/vp8dsp.o CC libavcodec/x86/vp8dsp_init.o STRIP libavcodec/x86/simple_idct.o X86ASM libavcodec/x86/vp8dsp_loopfilter.o CC libavcodec/x86/vp9dsp_init.o STRIP libavcodec/x86/vp8dsp.o CC libavcodec/x86/vp9dsp_init_10bpp.o CC libavcodec/x86/vp9dsp_init_12bpp.o CC libavcodec/x86/vp9dsp_init_16bpp.o X86ASM libavcodec/x86/vp9intrapred.o X86ASM libavcodec/x86/vp9intrapred_16bpp.o STRIP libavcodec/x86/vp8dsp_loopfilter.o X86ASM libavcodec/x86/vp9itxfm.o STRIP libavcodec/x86/vp9intrapred.o X86ASM libavcodec/x86/vp9itxfm_16bpp.o STRIP libavcodec/x86/vp9intrapred_16bpp.o X86ASM libavcodec/x86/vp9lpf.o STRIP libavcodec/x86/vp9itxfm_16bpp.o X86ASM libavcodec/x86/vp9lpf_16bpp.o STRIP libavcodec/x86/vp9lpf.o STRIP libavcodec/x86/vp9lpf_16bpp.o X86ASM libavcodec/x86/vp9mc.o X86ASM libavcodec/x86/vp9mc_16bpp.o STRIP libavcodec/x86/vp9mc.o STRIP libavcodec/x86/vp9mc_16bpp.o X86ASM libavcodec/x86/xvididct.o CC libavcodec/x86/xvididct_init.o STRIP libavcodec/x86/xvididct.o CC libavcodec/xan.o CC libavcodec/xbmdec.o CC libavcodec/xbmenc.o CC libavcodec/xface.o CC libavcodec/xfacedec.o CC libavcodec/xfaceenc.o CC libavcodec/xiph.o STRIP libavcodec/x86/vp9itxfm.o CC libavcodec/xl.o CC libavcodec/xma_parser.o CC libavcodec/xpmdec.o CC libavcodec/xsubdec.o CC libavcodec/xsubenc.o CC libavcodec/xvididct.o CC libavcodec/xwddec.o CC libavcodec/xwdenc.o CC libavcodec/xxan.o CC libavcodec/y41pdec.o CC libavcodec/y41penc.o CC libavcodec/ylc.o CC libavcodec/yop.o CC libavcodec/yuv4dec.o CC libavcodec/yuv4enc.o CC libavcodec/zerocodec.o CC libavcodec/zmbv.o CC libavcodec/zmbvenc.o CC libswresample/audioconvert.o CC libswresample/dither.o CC libswresample/log2_tab.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o X86ASM libswresample/x86/audio_convert.o CC libswresample/x86/audio_convert_init.o X86ASM libswresample/x86/rematrix.o CC libswresample/x86/rematrix_init.o STRIP libswresample/x86/rematrix.o X86ASM libswresample/x86/resample.o CC libswresample/x86/resample_init.o STRIP libswresample/x86/resample.o STRIP libswresample/x86/audio_convert.o HOSTLD doc/print_options.exe CC fftools/ffmpeg_opt.o CC fftools/ffmpeg_filter.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c: In function 'add_input_streams': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:777:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->lowres) { ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:23: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:778:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->lowres = st->codec->lowres; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:23: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:779:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->width = st->codec->width; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:23: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:780:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->height = st->codec->height; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:23: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:781:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:23: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:782:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:23: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c: In function 'open_output_file': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:2331:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.h:30:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.h:28, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg_opt.c:23: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ CC fftools/ffmpeg_hw.o CC fftools/cmdutils.o CC fftools/ffmpeg.o C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.c: In function 'opt_default': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.c:553:5: warning: 'avresample_get_class' is deprecated [-Wdeprecated-declarations] const AVClass *rc = avresample_get_class(); ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.c:37:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:183:16: note: declared here const AVClass *avresample_get_class(void); ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.c: In function 'print_all_libs_info': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.c:1105:5: warning: 'avresample_version' is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.c:37:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:148:10: note: declared here unsigned avresample_version(void); ^~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.c:1105:5: warning: 'avresample_configuration' is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/cmdutils.c:37:0: C:/Dev/ffmpeg/git/libavresample/avresample.h:158:13: note: declared here const char *avresample_configuration(void); ^~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c: In function 'do_streamcopy': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:2070:5: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] av_copy_packet_side_data(&opkt, pkt); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:43: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4326:5: note: declared here int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); ^~~~~~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c: In function 'init_output_stream': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:3515:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:43: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:4098:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:3515:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:43:0: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:3561:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:43:0: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c: In function 'check_keyboard_interaction': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:3948:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:43:0: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:3971:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffmpeg.c:43:0: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ CC fftools/ffmpeg_cuvid.o CC fftools/ffprobe.o GEN libavfilter/libavfilter.ver C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c: In function 'show_packet': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:2051:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_ts("convergence_duration", pkt->convergence_duration); ^~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1443:13: note: declared here int64_t convergence_duration; ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:2052:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); ^~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:1443:13: note: declared here int64_t convergence_duration; ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c: In function 'show_stream': C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:2557:9: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { ^~ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2459:13: note: declared here int64_t timecode_frame_start; ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:2559:13: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from C:/Dev/ffmpeg/git/libavformat/avformat.h:319:0, from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:31: C:/Dev/ffmpeg/git/libavcodec/avcodec.h:2459:13: note: declared here int64_t timecode_frame_start; ^~~~~~~~~~~~~~~~~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:2623:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:31:0: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:1818:12: warning: 'codec' is deprecated [-Wdeprecated-declarations] struct unit_value uv; \ ^ C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:2623:41: note: in expansion of macro 'print_val' if (stream->codec->rc_max_rate > 0) print_val ("max_bit_rate", stream->codec->rc_max_rate, unit_bit_per_second_str); ^~~~~~~~~ In file included from C:/Dev/ffmpeg/fate/x86_32-mingw-shared/src/fftools/ffprobe.c:31:0: C:/Dev/ffmpeg/git/libavformat/avformat.h:876:21: note: declared here AVCodecContext *codec; ^~~~~ GEN libavresample/libavresample.ver GEN libavutil/libavutil.ver GEN libswscale/libswscale.ver GEN libavcodec/libavcodec.ver GEN libswresample/libswresample.ver GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi EXTERN_PREFIX="_" AR="ar" NM="nm -g" /c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/compat/windows/makedef libavutil/libavutil.ver libavutil/adler32.o libavutil/aes.o libavutil/aes_ctr.o libavutil/audio_fifo.o libavutil/avstring.o libavutil/base64.o libavutil/blowfish.o libavutil/bprint.o libavutil/buffer.o libavutil/camellia.o libavutil/cast5.o libavutil/channel_layout.o libavutil/color_utils.o libavutil/cpu.o libavutil/crc.o libavutil/des.o libavutil/dict.o libavutil/display.o libavutil/downmix_info.o libavutil/error.o libavutil/eval.o libavutil/fifo.o libavutil/file.o libavutil/file_open.o libavutil/fixed_dsp.o libavutil/float_dsp.o libavutil/frame.o libavutil/hash.o libavutil/hmac.o libavutil/hwcontext.o libavutil/hwcontext_cuda.o libavutil/hwcontext_d3d11va.o libavutil/hwcontext_dxva2.o libavutil/imgutils.o libavutil/integer.o libavutil/intmath.o libavutil/lfg.o libavutil/lls.o libavutil/log.o libavutil/log2_tab.o libavutil/lzo.o libavutil/mastering_display_metadata.o libavutil/mathematics.o libavutil/md5.o libavutil/mem.o libavutil/murmur3.o libavutil/opt.o libavutil/parseutils.o libavutil/pixdesc.o libavutil/pixelutils.o libavutil/random_seed.o libavutil/rational.o libavutil/rc4.o libavutil/reverse.o libavutil/ripemd.o libavutil/samplefmt.o libavutil/sha.o libavutil/sha512.o libavutil/slicethread.o libavutil/spherical.o libavutil/stereo3d.o libavutil/tea.o libavutil/threadmessage.o libavutil/time.o libavutil/timecode.o libavutil/tree.o libavutil/twofish.o libavutil/utils.o libavutil/x86/cpu.o libavutil/x86/cpuid.o libavutil/x86/fixed_dsp.o libavutil/x86/fixed_dsp_init.o libavutil/x86/float_dsp.o libavutil/x86/float_dsp_init.o libavutil/x86/imgutils.o libavutil/x86/imgutils_init.o libavutil/x86/lls.o libavutil/x86/lls_init.o libavutil/x86/pixelutils.o libavutil/x86/pixelutils_init.o libavutil/xga_font_data.o libavutil/xtea.o > libavutil/avutil-56.def LD libavutil/avutil-56.dll POD doc/ffprobe.pod POD doc/ffmpeg.pod cp libavutil/libavutil.dll.a libavutil/avutil.lib POD doc/ffmpeg-all.pod POD doc/ffprobe-all.pod POD doc/ffmpeg-utils.pod POD doc/ffmpeg-scaler.pod POD doc/ffmpeg-resampler.pod POD doc/ffmpeg-codecs.pod POD doc/ffmpeg-bitstream-filters.pod POD doc/ffmpeg-formats.pod POD doc/ffmpeg-protocols.pod POD doc/ffmpeg-devices.pod POD doc/ffmpeg-filters.pod POD doc/libavutil.pod POD doc/libswscale.pod POD doc/libswresample.pod POD doc/libavcodec.pod POD doc/libavformat.pod POD doc/libavdevice.pod POD doc/libavfilter.pod EXTERN_PREFIX="_" AR="ar" NM="nm -g" /c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/compat/windows/makedef libavresample/libavresample.ver libavresample/audio_convert.o libavresample/audio_data.o libavresample/audio_mix.o libavresample/audio_mix_matrix.o libavresample/dither.o libavresample/options.o libavresample/resample.o libavresample/utils.o libavresample/x86/audio_convert.o libavresample/x86/audio_convert_init.o libavresample/x86/audio_mix.o libavresample/x86/audio_mix_init.o libavresample/x86/dither.o libavresample/x86/dither_init.o > libavresample/avresample-4.def EXTERN_PREFIX="_" AR="ar" NM="nm -g" /c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/compat/windows/makedef libswscale/libswscale.ver libswscale/alphablend.o libswscale/gamma.o libswscale/hscale.o libswscale/hscale_fast_bilinear.o libswscale/input.o libswscale/log2_tab.o libswscale/options.o libswscale/output.o libswscale/rgb2rgb.o libswscale/slice.o libswscale/swscale.o libswscale/swscale_unscaled.o libswscale/utils.o libswscale/vscale.o libswscale/x86/hscale_fast_bilinear_simd.o libswscale/x86/input.o libswscale/x86/output.o libswscale/x86/rgb2rgb.o libswscale/x86/scale.o libswscale/x86/swscale.o libswscale/x86/yuv2rgb.o libswscale/yuv2rgb.o > libswscale/swscale-5.def EXTERN_PREFIX="_" AR="ar" NM="nm -g" /c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/compat/windows/makedef libpostproc/libpostproc.ver libpostproc/postprocess.o > libpostproc/postproc-55.def LD libavresample/avresample-4.dll LD libswscale/swscale-5.dll LD libpostproc/postproc-55.dll cp libavresample/libavresample.dll.a libavresample/avresample.lib EXTERN_PREFIX="_" AR="ar" NM="nm -g" /c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/compat/windows/makedef libswresample/libswresample.ver libswresample/audioconvert.o libswresample/dither.o libswresample/log2_tab.o libswresample/options.o libswresample/rematrix.o libswresample/resample.o libswresample/resample_dsp.o libswresample/swresample.o libswresample/swresample_frame.o libswresample/x86/audio_convert.o libswresample/x86/audio_convert_init.o libswresample/x86/rematrix.o libswresample/x86/rematrix_init.o libswresample/x86/resample.o libswresample/x86/resample_init.o > libswresample/swresample-3.def cp libpostproc/libpostproc.dll.a libpostproc/postproc.lib cp libswscale/libswscale.dll.a libswscale/swscale.lib LD libswresample/swresample-3.dll cp libswresample/libswresample.dll.a libswresample/swresample.lib EXTERN_PREFIX="_" AR="ar" NM="nm -g" /c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/compat/windows/makedef libavcodec/libavcodec.ver libavcodec/012v.o libavcodec/4xm.o libavcodec/8bps.o libavcodec/8svx.o libavcodec/a64multienc.o libavcodec/aac_ac3_parser.o libavcodec/aac_adtstoasc_bsf.o libavcodec/aac_parser.o libavcodec/aaccoder.o libavcodec/aacdec.o libavcodec/aacdec_fixed.o libavcodec/aacenc.o libavcodec/aacenc_is.o libavcodec/aacenc_ltp.o libavcodec/aacenc_pred.o libavcodec/aacenc_tns.o libavcodec/aacenctab.o libavcodec/aacps_fixed.o libavcodec/aacps_float.o libavcodec/aacpsdsp_fixed.o libavcodec/aacpsdsp_float.o libavcodec/aacpsy.o libavcodec/aacsbr.o libavcodec/aacsbr_fixed.o libavcodec/aactab.o libavcodec/aandcttab.o libavcodec/aasc.o libavcodec/ac3.o libavcodec/ac3_parser.o libavcodec/ac3dec_data.o libavcodec/ac3dec_fixed.o libavcodec/ac3dec_float.o libavcodec/ac3dsp.o libavcodec/ac3enc.o libavcodec/ac3enc_fixed.o libavcodec/ac3enc_float.o libavcodec/ac3tab.o libavcodec/acelp_filters.o libavcodec/acelp_pitch_delay.o libavcodec/acelp_vectors.o libavcodec/adpcm.o libavcodec/adpcm_data.o libavcodec/adpcmenc.o libavcodec/adts_header.o libavcodec/adts_parser.o libavcodec/adx.o libavcodec/adx_parser.o libavcodec/adxdec.o libavcodec/adxenc.o libavcodec/aic.o libavcodec/alac.o libavcodec/alac_data.o libavcodec/alacdsp.o libavcodec/alacenc.o libavcodec/aliaspixdec.o libavcodec/aliaspixenc.o libavcodec/allcodecs.o libavcodec/alsdec.o libavcodec/amrnbdec.o libavcodec/amrwbdec.o libavcodec/anm.o libavcodec/ansi.o libavcodec/apedec.o libavcodec/aptx.o libavcodec/ass.o libavcodec/ass_split.o libavcodec/assdec.o libavcodec/assenc.o libavcodec/asv.o libavcodec/asvdec.o libavcodec/asvenc.o libavcodec/atrac.o libavcodec/atrac1.o libavcodec/atrac3.o libavcodec/atrac3plus.o libavcodec/atrac3plusdec.o libavcodec/atrac3plusdsp.o libavcodec/audio_frame_queue.o libavcodec/audiodsp.o libavcodec/aura.o libavcodec/avdct.o libavcodec/avfft.o libavcodec/avpacket.o libavcodec/avpicture.o libavcodec/avrndec.o libavcodec/avs.o libavcodec/avuidec.o libavcodec/avuienc.o libavcodec/bethsoftvideo.o libavcodec/bfi.o libavcodec/bgmc.o libavcodec/bink.o libavcodec/binkaudio.o libavcodec/binkdsp.o libavcodec/bintext.o libavcodec/bitpacked.o libavcodec/bitstream.o libavcodec/bitstream_filter.o libavcodec/bitstream_filters.o libavcodec/blockdsp.o libavcodec/bmp.o libavcodec/bmp_parser.o libavcodec/bmpenc.o libavcodec/bmvaudio.o libavcodec/bmvvideo.o libavcodec/brenderpix.o libavcodec/bsf.o libavcodec/bswapdsp.o libavcodec/c93.o libavcodec/cabac.o libavcodec/canopus.o libavcodec/cavs.o libavcodec/cavs_parser.o libavcodec/cavsdata.o libavcodec/cavsdec.o libavcodec/cavsdsp.o libavcodec/cbrt_data.o libavcodec/cbrt_data_fixed.o libavcodec/cbs.o libavcodec/cbs_h2645.o libavcodec/cbs_mpeg2.o libavcodec/ccaption_dec.o libavcodec/cdgraphics.o libavcodec/cdxl.o libavcodec/celp_filters.o libavcodec/celp_math.o libavcodec/cfhd.o libavcodec/cfhddata.o libavcodec/cga_data.o libavcodec/chomp_bsf.o libavcodec/cinepak.o libavcodec/cinepakenc.o libavcodec/clearvideo.o libavcodec/cljrdec.o libavcodec/cljrenc.o libavcodec/cllc.o libavcodec/cngdec.o libavcodec/cngenc.o libavcodec/codec_desc.o libavcodec/cook.o libavcodec/cook_parser.o libavcodec/cpia.o libavcodec/cscd.o libavcodec/cuviddec.o libavcodec/cyuv.o libavcodec/d3d11va.o libavcodec/dca.o libavcodec/dca_core.o libavcodec/dca_core_bsf.o libavcodec/dca_exss.o libavcodec/dca_lbr.o libavcodec/dca_parser.o libavcodec/dca_xll.o libavcodec/dcaadpcm.o libavcodec/dcadata.o libavcodec/dcadct.o libavcodec/dcadec.o libavcodec/dcadsp.o libavcodec/dcaenc.o libavcodec/dcahuff.o libavcodec/dct.o libavcodec/dct32_fixed.o libavcodec/dct32_float.o libavcodec/dds.o libavcodec/decode.o libavcodec/dfa.o libavcodec/dirac.o libavcodec/dirac_arith.o libavcodec/dirac_dwt.o libavcodec/dirac_parser.o libavcodec/dirac_vlc.o libavcodec/diracdec.o libavcodec/diracdsp.o libavcodec/diractab.o libavcodec/dnxhd_parser.o libavcodec/dnxhddata.o libavcodec/dnxhddec.o libavcodec/dnxhdenc.o libavcodec/dolby_e.o libavcodec/dpcm.o libavcodec/dpx.o libavcodec/dpx_parser.o libavcodec/dpxenc.o libavcodec/dsd.o libavcodec/dsddec.o libavcodec/dsicinaudio.o libavcodec/dsicinvideo.o libavcodec/dss_sp.o libavcodec/dstdec.o libavcodec/dump_extradata_bsf.o libavcodec/dv.o libavcodec/dv_profile.o libavcodec/dvaudio_parser.o libavcodec/dvaudiodec.o libavcodec/dvbsub.o libavcodec/dvbsub_parser.o libavcodec/dvbsubdec.o libavcodec/dvd_nav_parser.o libavcodec/dvdata.o libavcodec/dvdec.o libavcodec/dvdsub_parser.o libavcodec/dvdsubdec.o libavcodec/dvdsubenc.o libavcodec/dvenc.o libavcodec/dxa.o libavcodec/dxtory.o libavcodec/dxv.o libavcodec/dxva2.o libavcodec/dxva2_h264.o libavcodec/dxva2_hevc.o libavcodec/dxva2_mpeg2.o libavcodec/dxva2_vc1.o libavcodec/dxva2_vp9.o libavcodec/eac3_data.o libavcodec/eac3enc.o libavcodec/eacmv.o libavcodec/eaidct.o libavcodec/eamad.o libavcodec/eatgq.o libavcodec/eatgv.o libavcodec/eatqi.o libavcodec/elbg.o libavcodec/elsdec.o libavcodec/encode.o libavcodec/error_resilience.o libavcodec/escape124.o libavcodec/escape130.o libavcodec/evrcdec.o libavcodec/exif.o libavcodec/exr.o libavcodec/exrdsp.o libavcodec/extract_extradata_bsf.o libavcodec/faandct.o libavcodec/faanidct.o libavcodec/faxcompr.o libavcodec/fdctdsp.o libavcodec/fft_fixed.o libavcodec/fft_fixed_32.o libavcodec/fft_float.o libavcodec/fft_init_table.o libavcodec/ffv1.o libavcodec/ffv1dec.o libavcodec/ffv1enc.o libavcodec/ffwavesynth.o libavcodec/fic.o libavcodec/fits.o libavcodec/fitsdec.o libavcodec/fitsenc.o libavcodec/flac.o libavcodec/flac_parser.o libavcodec/flacdata.o libavcodec/flacdec.o libavcodec/flacdsp.o libavcodec/flacenc.o libavcodec/flashsv.o libavcodec/flashsv2enc.o libavcodec/flashsvenc.o libavcodec/flicvideo.o libavcodec/flvdec.o libavcodec/flvenc.o libavcodec/fmtconvert.o libavcodec/fmvc.o libavcodec/frame_thread_encoder.o libavcodec/fraps.o libavcodec/frwu.o libavcodec/g2meet.o libavcodec/g722.o libavcodec/g722dec.o libavcodec/g722dsp.o libavcodec/g722enc.o libavcodec/g723_1.o libavcodec/g723_1dec.o libavcodec/g723_1enc.o libavcodec/g726.o libavcodec/g729_parser.o libavcodec/g729dec.o libavcodec/g729postfilter.o libavcodec/gdv.o libavcodec/gif.o libavcodec/gifdec.o libavcodec/golomb.o libavcodec/gsm_parser.o libavcodec/gsmdec.o libavcodec/gsmdec_data.o libavcodec/h261.o libavcodec/h261_parser.o libavcodec/h261data.o libavcodec/h261dec.o libavcodec/h261enc.o libavcodec/h263.o libavcodec/h263_parser.o libavcodec/h263data.o libavcodec/h263dec.o libavcodec/h263dsp.o libavcodec/h2645_parse.o libavcodec/h264_cabac.o libavcodec/h264_cavlc.o libavcodec/h264_direct.o libavcodec/h264_loopfilter.o libavcodec/h264_mb.o libavcodec/h264_metadata_bsf.o libavcodec/h264_mp4toannexb_bsf.o libavcodec/h264_parse.o libavcodec/h264_parser.o libavcodec/h264_picture.o libavcodec/h264_ps.o libavcodec/h264_redundant_pps_bsf.o libavcodec/h264_refs.o libavcodec/h264_sei.o libavcodec/h264_slice.o libavcodec/h264chroma.o libavcodec/h264data.o libavcodec/h264dec.o libavcodec/h264dsp.o libavcodec/h264idct.o libavcodec/h264pred.o libavcodec/h264qpel.o libavcodec/h265_metadata_bsf.o libavcodec/hap.o libavcodec/hapdec.o libavcodec/hevc_cabac.o libavcodec/hevc_data.o libavcodec/hevc_filter.o libavcodec/hevc_mp4toannexb_bsf.o libavcodec/hevc_mvs.o libavcodec/hevc_parse.o libavcodec/hevc_parser.o libavcodec/hevc_ps.o libavcodec/hevc_refs.o libavcodec/hevc_sei.o libavcodec/hevcdec.o libavcodec/hevcdsp.o libavcodec/hevcpred.o libavcodec/hnm4video.o libavcodec/hpeldsp.o libavcodec/hq_hqa.o libavcodec/hq_hqadata.o libavcodec/hq_hqadsp.o libavcodec/hqx.o libavcodec/hqxdsp.o libavcodec/hqxvlc.o libavcodec/htmlsubtitles.o libavcodec/huffman.o libavcodec/huffyuv.o libavcodec/huffyuvdec.o libavcodec/huffyuvdsp.o libavcodec/huffyuvenc.o libavcodec/huffyuvencdsp.o libavcodec/idcinvideo.o libavcodec/idctdsp.o libavcodec/iff.o libavcodec/iirfilter.o libavcodec/imc.o libavcodec/imgconvert.o libavcodec/imx_dump_header_bsf.o libavcodec/indeo2.o libavcodec/indeo3.o libavcodec/indeo4.o libavcodec/indeo5.o libavcodec/intelh263dec.o libavcodec/interplayacm.o libavcodec/interplayvideo.o libavcodec/intrax8.o libavcodec/intrax8dsp.o libavcodec/ituh263dec.o libavcodec/ituh263enc.o libavcodec/ivi.o libavcodec/ivi_dsp.o libavcodec/j2kenc.o libavcodec/jacosubdec.o libavcodec/jfdctfst.o libavcodec/jfdctint.o libavcodec/jni.o libavcodec/jpeg2000.o libavcodec/jpeg2000dec.o libavcodec/jpeg2000dsp.o libavcodec/jpeg2000dwt.o libavcodec/jpegls.o libavcodec/jpeglsdec.o libavcodec/jpeglsenc.o libavcodec/jpegtables.o libavcodec/jrevdct.o libavcodec/jvdec.o libavcodec/kbdwin.o libavcodec/kgv1dec.o libavcodec/kmvc.o libavcodec/lagarith.o libavcodec/lagarithrac.o libavcodec/latm_parser.o libavcodec/lcldec.o libavcodec/lclenc.o libavcodec/ljpegenc.o libavcodec/loco.o libavcodec/log2_tab.o libavcodec/lossless_audiodsp.o libavcodec/lossless_videodsp.o libavcodec/lossless_videoencdsp.o libavcodec/lpc.o libavcodec/lsp.o libavcodec/lzf.o libavcodec/lzw.o libavcodec/lzwenc.o libavcodec/m101.o libavcodec/mace.o libavcodec/magicyuv.o libavcodec/magicyuvenc.o libavcodec/mathtables.o libavcodec/mdct15.o libavcodec/mdct_fixed.o libavcodec/mdct_fixed_32.o libavcodec/mdct_float.o libavcodec/mdec.o libavcodec/me_cmp.o libavcodec/mediacodec.o libavcodec/metasound.o libavcodec/metasound_data.o libavcodec/microdvddec.o libavcodec/mimic.o libavcodec/mjpeg2jpeg_bsf.o libavcodec/mjpeg_parser.o libavcodec/mjpega_dump_header_bsf.o libavcodec/mjpegbdec.o libavcodec/mjpegdec.o libavcodec/mjpegenc.o libavcodec/mjpegenc_common.o libavcodec/mjpegenc_huffman.o libavcodec/mlp.o libavcodec/mlp_parser.o libavcodec/mlpdec.o libavcodec/mlpdsp.o libavcodec/mlpenc.o libavcodec/mlz.o libavcodec/mmvideo.o libavcodec/motion_est.o libavcodec/motionpixels.o libavcodec/movsub_bsf.o libavcodec/movtextdec.o libavcodec/movtextenc.o libavcodec/mp3_header_decompress_bsf.o libavcodec/mpc.o libavcodec/mpc7.o libavcodec/mpc8.o libavcodec/mpeg12.o libavcodec/mpeg12data.o libavcodec/mpeg12dec.o libavcodec/mpeg12enc.o libavcodec/mpeg12framerate.o libavcodec/mpeg2_metadata_bsf.o libavcodec/mpeg4_unpack_bframes_bsf.o libavcodec/mpeg4audio.o libavcodec/mpeg4video.o libavcodec/mpeg4video_parser.o libavcodec/mpeg4videodec.o libavcodec/mpeg4videoenc.o libavcodec/mpeg_er.o libavcodec/mpegaudio.o libavcodec/mpegaudio_parser.o libavcodec/mpegaudiodata.o libavcodec/mpegaudiodec_fixed.o libavcodec/mpegaudiodec_float.o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudiodsp.o libavcodec/mpegaudiodsp_data.o libavcodec/mpegaudiodsp_fixed.o libavcodec/mpegaudiodsp_float.o libavcodec/mpegaudioenc_fixed.o libavcodec/mpegaudioenc_float.o libavcodec/mpegpicture.o libavcodec/mpegutils.o libavcodec/mpegvideo.o libavcodec/mpegvideo_enc.o libavcodec/mpegvideo_motion.o libavcodec/mpegvideo_parser.o libavcodec/mpegvideodata.o libavcodec/mpegvideodsp.o libavcodec/mpegvideoencdsp.o libavcodec/mpl2dec.o libavcodec/mqc.o libavcodec/mqcdec.o libavcodec/mqcenc.o libavcodec/mscc.o libavcodec/msgsmdec.o libavcodec/msmpeg4.o libavcodec/msmpeg4data.o libavcodec/msmpeg4dec.o libavcodec/msmpeg4enc.o libavcodec/msrle.o libavcodec/msrledec.o libavcodec/mss1.o libavcodec/mss12.o libavcodec/mss2.o libavcodec/mss2dsp.o libavcodec/mss3.o libavcodec/mss34dsp.o libavcodec/mss4.o libavcodec/msvideo1.o libavcodec/msvideo1enc.o libavcodec/mvcdec.o libavcodec/mxpegdec.o libavcodec/nellymoser.o libavcodec/nellymoserdec.o libavcodec/nellymoserenc.o libavcodec/noise_bsf.o libavcodec/null_bsf.o libavcodec/nuv.o libavcodec/nvdec.o libavcodec/nvdec_h264.o libavcodec/nvdec_hevc.o libavcodec/nvdec_mpeg12.o libavcodec/nvdec_mpeg4.o libavcodec/nvdec_vc1.o libavcodec/nvdec_vp8.o libavcodec/nvdec_vp9.o libavcodec/nvenc.o libavcodec/nvenc_h264.o libavcodec/nvenc_hevc.o libavcodec/on2avc.o libavcodec/on2avcdata.o libavcodec/options.o libavcodec/opus.o libavcodec/opus_celt.o libavcodec/opus_parser.o libavcodec/opus_pvq.o libavcodec/opus_rc.o libavcodec/opus_silk.o libavcodec/opusdec.o libavcodec/opusenc.o libavcodec/opusenc_psy.o libavcodec/opustab.o libavcodec/pafaudio.o libavcodec/pafvideo.o libavcodec/pamenc.o libavcodec/parser.o libavcodec/pcm-bluray.o libavcodec/pcm-dvd.o libavcodec/pcm.o libavcodec/pcx.o libavcodec/pcxenc.o libavcodec/pgssubdec.o libavcodec/pictordec.o libavcodec/pixblockdsp.o libavcodec/pixlet.o libavcodec/png.o libavcodec/png_parser.o libavcodec/pngdec.o libavcodec/pngdsp.o libavcodec/pngenc.o libavcodec/pnm.o libavcodec/pnm_parser.o libavcodec/pnmdec.o libavcodec/pnmenc.o libavcodec/profiles.o libavcodec/proresdata.o libavcodec/proresdec2.o libavcodec/proresdec_lgpl.o libavcodec/proresdsp.o libavcodec/proresenc_anatoliy.o libavcodec/proresenc_kostya.o libavcodec/psd.o libavcodec/psymodel.o libavcodec/pthread.o libavcodec/pthread_frame.o libavcodec/pthread_slice.o libavcodec/ptx.o libavcodec/qcelpdec.o libavcodec/qdm2.o libavcodec/qdmc.o libavcodec/qdrw.o libavcodec/qpeg.o libavcodec/qpeldsp.o libavcodec/qsv_api.o libavcodec/qtrle.o libavcodec/qtrleenc.o libavcodec/r210dec.o libavcodec/r210enc.o libavcodec/ra144.o libavcodec/ra144dec.o libavcodec/ra144enc.o libavcodec/ra288.o libavcodec/ralf.o libavcodec/rangecoder.o libavcodec/ratecontrol.o libavcodec/raw.o libavcodec/rawdec.o libavcodec/rawenc.o libavcodec/rdft.o libavcodec/realtextdec.o libavcodec/remove_extradata_bsf.o libavcodec/reverse.o libavcodec/rl.o libavcodec/rl2.o libavcodec/rle.o libavcodec/roqaudioenc.o libavcodec/roqvideo.o libavcodec/roqvideodec.o libavcodec/roqvideoenc.o libavcodec/rpza.o libavcodec/rscc.o libavcodec/rtjpeg.o libavcodec/rv10.o libavcodec/rv10enc.o libavcodec/rv20enc.o libavcodec/rv30.o libavcodec/rv30dsp.o libavcodec/rv34.o libavcodec/rv34_parser.o libavcodec/rv34dsp.o libavcodec/rv40.o libavcodec/rv40dsp.o libavcodec/s302m.o libavcodec/s302menc.o libavcodec/samidec.o libavcodec/sanm.o libavcodec/sbrdsp.o libavcodec/sbrdsp_fixed.o libavcodec/scpr.o libavcodec/screenpresso.o libavcodec/sgidec.o libavcodec/sgienc.o libavcodec/sgirledec.o libavcodec/sheervideo.o libavcodec/shorten.o libavcodec/simple_idct.o libavcodec/sinewin.o libavcodec/sinewin_fixed.o libavcodec/sipr.o libavcodec/sipr16k.o libavcodec/sipr_parser.o libavcodec/smacker.o libavcodec/smc.o libavcodec/smvjpegdec.o libavcodec/snappy.o libavcodec/snow.o libavcodec/snow_dwt.o libavcodec/snowdec.o libavcodec/snowenc.o libavcodec/sonic.o libavcodec/sp5xdec.o libavcodec/speedhq.o libavcodec/srtdec.o libavcodec/srtenc.o libavcodec/startcode.o libavcodec/subviewerdec.o libavcodec/sunrast.o libavcodec/sunrastenc.o libavcodec/svq1.o libavcodec/svq13.o libavcodec/svq1dec.o libavcodec/svq1enc.o libavcodec/svq3.o libavcodec/synth_filter.o libavcodec/tak.o libavcodec/tak_parser.o libavcodec/takdec.o libavcodec/takdsp.o libavcodec/targa.o libavcodec/targa_y216dec.o libavcodec/targaenc.o libavcodec/tdsc.o libavcodec/textdec.o libavcodec/texturedsp.o libavcodec/tiertexseqv.o libavcodec/tiff.o libavcodec/tiff_common.o libavcodec/tiff_data.o libavcodec/tiffenc.o libavcodec/tmv.o libavcodec/tpeldsp.o libavcodec/trace_headers_bsf.o libavcodec/truemotion1.o libavcodec/truemotion2.o libavcodec/truemotion2rt.o libavcodec/truespeech.o libavcodec/tscc.o libavcodec/tscc2.o libavcodec/tta.o libavcodec/ttadata.o libavcodec/ttadsp.o libavcodec/ttaenc.o libavcodec/ttaencdsp.o libavcodec/twinvq.o libavcodec/twinvqdec.o libavcodec/txd.o libavcodec/ulti.o libavcodec/utils.o libavcodec/utvideo.o libavcodec/utvideodec.o libavcodec/utvideodsp.o libavcodec/utvideoenc.o libavcodec/v210dec.o libavcodec/v210enc.o libavcodec/v210x.o libavcodec/v308dec.o libavcodec/v308enc.o libavcodec/v408dec.o libavcodec/v408enc.o libavcodec/v410dec.o libavcodec/v410enc.o libavcodec/vb.o libavcodec/vble.o libavcodec/vc1.o libavcodec/vc1_block.o libavcodec/vc1_loopfilter.o libavcodec/vc1_mc.o libavcodec/vc1_parser.o libavcodec/vc1_pred.o libavcodec/vc1data.o libavcodec/vc1dec.o libavcodec/vc1dsp.o libavcodec/vc2enc.o libavcodec/vc2enc_dwt.o libavcodec/vcr1.o libavcodec/videodsp.o libavcodec/vima.o libavcodec/vmdaudio.o libavcodec/vmdvideo.o libavcodec/vmnc.o libavcodec/vorbis.o libavcodec/vorbis_data.o libavcodec/vorbis_parser.o libavcodec/vorbisdec.o libavcodec/vorbisdsp.o libavcodec/vorbisenc.o libavcodec/vp3.o libavcodec/vp3_parser.o libavcodec/vp3dsp.o libavcodec/vp5.o libavcodec/vp56.o libavcodec/vp56data.o libavcodec/vp56dsp.o libavcodec/vp56rac.o libavcodec/vp6.o libavcodec/vp6dsp.o libavcodec/vp8.o libavcodec/vp8_parser.o libavcodec/vp8dsp.o libavcodec/vp9.o libavcodec/vp9_parser.o libavcodec/vp9_raw_reorder_bsf.o libavcodec/vp9_superframe_bsf.o libavcodec/vp9_superframe_split_bsf.o libavcodec/vp9block.o libavcodec/vp9data.o libavcodec/vp9dsp.o libavcodec/vp9dsp_10bpp.o libavcodec/vp9dsp_12bpp.o libavcodec/vp9dsp_8bpp.o libavcodec/vp9lpf.o libavcodec/vp9mvs.o libavcodec/vp9prob.o libavcodec/vp9recon.o libavcodec/vqavideo.o libavcodec/wavpack.o libavcodec/wavpackenc.o libavcodec/webp.o libavcodec/webvttdec.o libavcodec/webvttenc.o libavcodec/wma.o libavcodec/wma_common.o libavcodec/wma_freqs.o libavcodec/wmadec.o libavcodec/wmaenc.o libavcodec/wmalosslessdec.o libavcodec/wmaprodec.o libavcodec/wmavoice.o libavcodec/wmv2.o libavcodec/wmv2data.o libavcodec/wmv2dec.o libavcodec/wmv2dsp.o libavcodec/wmv2enc.o libavcodec/wnv1.o libavcodec/wrapped_avframe.o libavcodec/ws-snd1.o libavcodec/x86/aacencdsp.o libavcodec/x86/aacencdsp_init.o libavcodec/x86/aacpsdsp.o libavcodec/x86/aacpsdsp_init.o libavcodec/x86/ac3dsp.o libavcodec/x86/ac3dsp_downmix.o libavcodec/x86/ac3dsp_init.o libavcodec/x86/alacdsp.o libavcodec/x86/alacdsp_init.o libavcodec/x86/audiodsp.o libavcodec/x86/audiodsp_init.o libavcodec/x86/blockdsp.o libavcodec/x86/blockdsp_init.o libavcodec/x86/bswapdsp.o libavcodec/x86/bswapdsp_init.o libavcodec/x86/cavsdsp.o libavcodec/x86/cavsidct.o libavcodec/x86/constants.o libavcodec/x86/dcadsp.o libavcodec/x86/dcadsp_init.o libavcodec/x86/dct32.o libavcodec/x86/dct_init.o libavcodec/x86/dirac_dwt.o libavcodec/x86/dirac_dwt_init.o libavcodec/x86/diracdsp.o libavcodec/x86/diracdsp_init.o libavcodec/x86/dnxhdenc.o libavcodec/x86/dnxhdenc_init.o libavcodec/x86/exrdsp.o libavcodec/x86/exrdsp_init.o libavcodec/x86/fdct.o libavcodec/x86/fdctdsp_init.o libavcodec/x86/fft.o libavcodec/x86/fft_init.o libavcodec/x86/flac_dsp_gpl.o libavcodec/x86/flacdsp.o libavcodec/x86/flacdsp_init.o libavcodec/x86/fmtconvert.o libavcodec/x86/fmtconvert_init.o libavcodec/x86/fpel.o libavcodec/x86/g722dsp.o libavcodec/x86/g722dsp_init.o libavcodec/x86/h263_loopfilter.o libavcodec/x86/h263dsp_init.o libavcodec/x86/h264_chromamc.o libavcodec/x86/h264_chromamc_10bit.o libavcodec/x86/h264_deblock.o libavcodec/x86/h264_deblock_10bit.o libavcodec/x86/h264_idct.o libavcodec/x86/h264_idct_10bit.o libavcodec/x86/h264_intrapred.o libavcodec/x86/h264_intrapred_10bit.o libavcodec/x86/h264_intrapred_init.o libavcodec/x86/h264_qpel.o libavcodec/x86/h264_qpel_10bit.o libavcodec/x86/h264_qpel_8bit.o libavcodec/x86/h264_weight.o libavcodec/x86/h264_weight_10bit.o libavcodec/x86/h264chroma_init.o libavcodec/x86/h264dsp_init.o libavcodec/x86/hevc_add_res.o libavcodec/x86/hevc_deblock.o libavcodec/x86/hevc_idct.o libavcodec/x86/hevc_mc.o libavcodec/x86/hevc_sao.o libavcodec/x86/hevc_sao_10bit.o libavcodec/x86/hevcdsp_init.o libavcodec/x86/hpeldsp.o libavcodec/x86/hpeldsp_init.o libavcodec/x86/hpeldsp_vp3.o libavcodec/x86/hpeldsp_vp3_init.o libavcodec/x86/huffyuvdsp.o libavcodec/x86/huffyuvdsp_init.o libavcodec/x86/huffyuvencdsp.o libavcodec/x86/huffyuvencdsp_init.o libavcodec/x86/idctdsp.o libavcodec/x86/idctdsp_init.o libavcodec/x86/imdct36.o libavcodec/x86/jpeg2000dsp.o libavcodec/x86/jpeg2000dsp_init.o libavcodec/x86/lossless_audiodsp.o libavcodec/x86/lossless_audiodsp_init.o libavcodec/x86/lossless_videodsp.o libavcodec/x86/lossless_videodsp_init.o libavcodec/x86/lossless_videoencdsp.o libavcodec/x86/lossless_videoencdsp_init.o libavcodec/x86/lpc.o libavcodec/x86/mdct15.o libavcodec/x86/mdct15_init.o libavcodec/x86/me_cmp.o libavcodec/x86/me_cmp_init.o libavcodec/x86/mlpdsp.o libavcodec/x86/mlpdsp_init.o libavcodec/x86/mpegaudiodsp.o libavcodec/x86/mpegvideo.o libavcodec/x86/mpegvideodsp.o libavcodec/x86/mpegvideoenc.o libavcodec/x86/mpegvideoencdsp.o libavcodec/x86/mpegvideoencdsp_init.o libavcodec/x86/opus_dsp_init.o libavcodec/x86/opus_pvq_search.o libavcodec/x86/pixblockdsp.o libavcodec/x86/pixblockdsp_init.o libavcodec/x86/pngdsp.o libavcodec/x86/pngdsp_init.o libavcodec/x86/proresdsp.o libavcodec/x86/proresdsp_init.o libavcodec/x86/qpel.o libavcodec/x86/qpeldsp.o libavcodec/x86/qpeldsp_init.o libavcodec/x86/rv34dsp.o libavcodec/x86/rv34dsp_init.o libavcodec/x86/rv40dsp.o libavcodec/x86/rv40dsp_init.o libavcodec/x86/sbrdsp.o libavcodec/x86/sbrdsp_init.o libavcodec/x86/simple_idct.o libavcodec/x86/simple_idct10.o libavcodec/x86/snowdsp.o libavcodec/x86/svq1enc.o libavcodec/x86/svq1enc_init.o libavcodec/x86/synth_filter.o libavcodec/x86/synth_filter_init.o libavcodec/x86/takdsp.o libavcodec/x86/takdsp_init.o libavcodec/x86/ttadsp.o libavcodec/x86/ttadsp_init.o libavcodec/x86/ttaencdsp.o libavcodec/x86/ttaencdsp_init.o libavcodec/x86/utvideodsp.o libavcodec/x86/utvideodsp_init.o libavcodec/x86/v210-init.o libavcodec/x86/v210.o libavcodec/x86/v210enc.o libavcodec/x86/v210enc_init.o libavcodec/x86/vc1dsp_init.o libavcodec/x86/vc1dsp_loopfilter.o libavcodec/x86/vc1dsp_mc.o libavcodec/x86/vc1dsp_mmx.o libavcodec/x86/videodsp.o libavcodec/x86/videodsp_init.o libavcodec/x86/vorbisdsp.o libavcodec/x86/vorbisdsp_init.o libavcodec/x86/vp3dsp.o libavcodec/x86/vp3dsp_init.o libavcodec/x86/vp6dsp.o libavcodec/x86/vp6dsp_init.o libavcodec/x86/vp8dsp.o libavcodec/x86/vp8dsp_init.o libavcodec/x86/vp8dsp_loopfilter.o libavcodec/x86/vp9dsp_init.o libavcodec/x86/vp9dsp_init_10bpp.o libavcodec/x86/vp9dsp_init_12bpp.o libavcodec/x86/vp9dsp_init_16bpp.o libavcodec/x86/vp9intrapred.o libavcodec/x86/vp9intrapred_16bpp.o libavcodec/x86/vp9itxfm.o libavcodec/x86/vp9itxfm_16bpp.o libavcodec/x86/vp9lpf.o libavcodec/x86/vp9lpf_16bpp.o libavcodec/x86/vp9mc.o libavcodec/x86/vp9mc_16bpp.o libavcodec/x86/xvididct.o libavcodec/x86/xvididct_init.o libavcodec/xan.o libavcodec/xbmdec.o libavcodec/xbmenc.o libavcodec/xface.o libavcodec/xfacedec.o libavcodec/xfaceenc.o libavcodec/xiph.o libavcodec/xl.o libavcodec/xma_parser.o libavcodec/xpmdec.o libavcodec/xsubdec.o libavcodec/xsubenc.o libavcodec/xvididct.o libavcodec/xwddec.o libavcodec/xwdenc.o libavcodec/xxan.o libavcodec/y41pdec.o libavcodec/y41penc.o libavcodec/ylc.o libavcodec/yop.o libavcodec/yuv4dec.o libavcodec/yuv4enc.o libavcodec/zerocodec.o libavcodec/zmbv.o libavcodec/zmbvenc.o > libavcodec/avcodec-58.def LD libavcodec/avcodec-58.dll cp libavcodec/libavcodec.dll.a libavcodec/avcodec.lib EXTERN_PREFIX="_" AR="ar" NM="nm -g" /c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/compat/windows/makedef libavformat/libavformat.ver libavformat/3dostr.o libavformat/4xm.o libavformat/a64.o libavformat/aacdec.o libavformat/aadec.o libavformat/ac3dec.o libavformat/acm.o libavformat/act.o libavformat/adp.o libavformat/ads.o libavformat/adtsenc.o libavformat/adxdec.o libavformat/aea.o libavformat/afc.o libavformat/aiffdec.o libavformat/aiffenc.o libavformat/aixdec.o libavformat/allformats.o libavformat/amr.o libavformat/anm.o libavformat/apc.o libavformat/ape.o libavformat/apetag.o libavformat/apngdec.o libavformat/apngenc.o libavformat/aptxdec.o libavformat/aqtitledec.o libavformat/asf.o libavformat/asfcrypt.o libavformat/asfdec_f.o libavformat/asfdec_o.o libavformat/asfenc.o libavformat/assdec.o libavformat/assenc.o libavformat/ast.o libavformat/astdec.o libavformat/astenc.o libavformat/async.o libavformat/au.o libavformat/audiointerleave.o libavformat/avc.o libavformat/avidec.o libavformat/avienc.o libavformat/avio.o libavformat/aviobuf.o libavformat/avlanguage.o libavformat/avr.o libavformat/avs.o libavformat/bethsoftvid.o libavformat/bfi.o libavformat/bink.o libavformat/bintext.o libavformat/bit.o libavformat/bmv.o libavformat/boadec.o libavformat/brstm.o libavformat/c93.o libavformat/cache.o libavformat/caf.o libavformat/cafdec.o libavformat/cafenc.o libavformat/cavsvideodec.o libavformat/cdg.o libavformat/cdxl.o libavformat/cinedec.o libavformat/concat.o libavformat/concatdec.o libavformat/crcenc.o libavformat/crypto.o libavformat/cutils.o libavformat/dash.o libavformat/dashenc.o libavformat/data_uri.o libavformat/dauddec.o libavformat/daudenc.o libavformat/dcstr.o libavformat/dfa.o libavformat/diracdec.o libavformat/dnxhddec.o libavformat/dsfdec.o libavformat/dsicin.o libavformat/dss.o libavformat/dtsdec.o libavformat/dtshddec.o libavformat/dump.o libavformat/dv.o libavformat/dvbsub.o libavformat/dvbtxt.o libavformat/dvenc.o libavformat/dxa.o libavformat/eacdata.o libavformat/electronicarts.o libavformat/epafdec.o libavformat/ffmetadec.o libavformat/ffmetaenc.o libavformat/fifo.o libavformat/file.o libavformat/filmstripdec.o libavformat/filmstripenc.o libavformat/fitsdec.o libavformat/fitsenc.o libavformat/flac_picture.o libavformat/flacdec.o libavformat/flacenc.o libavformat/flacenc_header.o libavformat/flic.o libavformat/flvdec.o libavformat/flvenc.o libavformat/format.o libavformat/framecrcenc.o libavformat/framehash.o libavformat/frmdec.o libavformat/fsb.o libavformat/ftp.o libavformat/g722.o libavformat/g723_1.o libavformat/g726.o libavformat/g729dec.o libavformat/gdv.o libavformat/genh.o libavformat/gif.o libavformat/gifdec.o libavformat/golomb_tab.o libavformat/gopher.o libavformat/gsmdec.o libavformat/gxf.o libavformat/gxfenc.o libavformat/h261dec.o libavformat/h263dec.o libavformat/h264dec.o libavformat/hashenc.o libavformat/hdsenc.o libavformat/hevc.o libavformat/hevcdec.o libavformat/hls.o libavformat/hlsenc.o libavformat/hlsplaylist.o libavformat/hlsproto.o libavformat/hnm.o libavformat/http.o libavformat/httpauth.o libavformat/icecast.o libavformat/icodec.o libavformat/icoenc.o libavformat/id3v1.o libavformat/id3v2.o libavformat/id3v2enc.o libavformat/idcin.o libavformat/idroqdec.o libavformat/idroqenc.o libavformat/iff.o libavformat/ilbc.o libavformat/img2.o libavformat/img2_alias_pix.o libavformat/img2_brender_pix.o libavformat/img2dec.o libavformat/img2enc.o libavformat/ingenientdec.o libavformat/ipmovie.o libavformat/ircam.o libavformat/ircamdec.o libavformat/ircamenc.o libavformat/isom.o libavformat/iss.o libavformat/iv8.o libavformat/ivfdec.o libavformat/ivfenc.o libavformat/jacosubdec.o libavformat/jacosubenc.o libavformat/jvdec.o libavformat/latmenc.o libavformat/lmlm4.o libavformat/loasdec.o libavformat/log2_tab.o libavformat/lrc.o libavformat/lrcdec.o libavformat/lrcenc.o libavformat/lvfdec.o libavformat/lxfdec.o libavformat/m4vdec.o libavformat/matroska.o libavformat/matroskadec.o libavformat/matroskaenc.o libavformat/md5proto.o libavformat/metadata.o libavformat/mgsts.o libavformat/microdvddec.o libavformat/microdvdenc.o libavformat/mj2kdec.o libavformat/mkvtimestamp_v2.o libavformat/mlpdec.o libavformat/mlvdec.o libavformat/mm.o libavformat/mmf.o libavformat/mms.o libavformat/mmsh.o libavformat/mmst.o libavformat/mov.o libavformat/mov_chan.o libavformat/mov_esds.o libavformat/movenc.o libavformat/movenccenc.o libavformat/movenchint.o libavformat/mp3dec.o libavformat/mp3enc.o libavformat/mpc.o libavformat/mpc8.o libavformat/mpeg.o libavformat/mpegenc.o libavformat/mpegts.o libavformat/mpegtsenc.o libavformat/mpegvideodec.o libavformat/mpjpeg.o libavformat/mpjpegdec.o libavformat/mpl2dec.o libavformat/mpsubdec.o libavformat/msf.o libavformat/msnwc_tcp.o libavformat/mtaf.o libavformat/mtv.o libavformat/musx.o libavformat/mux.o libavformat/mvdec.o libavformat/mvi.o libavformat/mxf.o libavformat/mxfdec.o libavformat/mxfenc.o libavformat/mxg.o libavformat/ncdec.o libavformat/network.o libavformat/nistspheredec.o libavformat/nspdec.o libavformat/nsvdec.o libavformat/nullenc.o libavformat/nut.o libavformat/nutdec.o libavformat/nutenc.o libavformat/nuv.o libavformat/oggdec.o libavformat/oggenc.o libavformat/oggparsecelt.o libavformat/oggparsedaala.o libavformat/oggparsedirac.o libavformat/oggparseflac.o libavformat/oggparseogm.o libavformat/oggparseopus.o libavformat/oggparseskeleton.o libavformat/oggparsespeex.o libavformat/oggparsetheora.o libavformat/oggparsevorbis.o libavformat/oggparsevp8.o libavformat/oma.o libavformat/omadec.o libavformat/omaenc.o libavformat/options.o libavformat/os_support.o libavformat/paf.o libavformat/pcm.o libavformat/pcmdec.o libavformat/pcmenc.o libavformat/pjsdec.o libavformat/pmpdec.o libavformat/prompeg.o libavformat/protocols.o libavformat/psxstr.o libavformat/pva.o libavformat/pvfdec.o libavformat/qcp.o libavformat/qtpalette.o libavformat/r3d.o libavformat/rawdec.o libavformat/rawenc.o libavformat/rawutils.o libavformat/rawvideodec.o libavformat/rdt.o libavformat/realtextdec.o libavformat/redspark.o libavformat/replaygain.o libavformat/riff.o libavformat/riffdec.o libavformat/riffenc.o libavformat/rl2.o libavformat/rm.o libavformat/rmdec.o libavformat/rmenc.o libavformat/rmsipr.o libavformat/rpl.o libavformat/rsd.o libavformat/rso.o libavformat/rsodec.o libavformat/rsoenc.o libavformat/rtmpdigest.o libavformat/rtmphttp.o libavformat/rtmppkt.o libavformat/rtmpproto.o libavformat/rtp.o libavformat/rtpdec.o libavformat/rtpdec_ac3.o libavformat/rtpdec_amr.o libavformat/rtpdec_asf.o libavformat/rtpdec_dv.o libavformat/rtpdec_g726.o libavformat/rtpdec_h261.o libavformat/rtpdec_h263.o libavformat/rtpdec_h263_rfc2190.o libavformat/rtpdec_h264.o libavformat/rtpdec_hevc.o libavformat/rtpdec_ilbc.o libavformat/rtpdec_jpeg.o libavformat/rtpdec_latm.o libavformat/rtpdec_mpa_robust.o libavformat/rtpdec_mpeg12.o libavformat/rtpdec_mpeg4.o libavformat/rtpdec_mpegts.o libavformat/rtpdec_qcelp.o libavformat/rtpdec_qdm2.o libavformat/rtpdec_qt.o libavformat/rtpdec_rfc4175.o libavformat/rtpdec_svq3.o libavformat/rtpdec_vc2hq.o libavformat/rtpdec_vp8.o libavformat/rtpdec_vp9.o libavformat/rtpdec_xiph.o libavformat/rtpenc.o libavformat/rtpenc_aac.o libavformat/rtpenc_amr.o libavformat/rtpenc_chain.o libavformat/rtpenc_h261.o libavformat/rtpenc_h263.o libavformat/rtpenc_h263_rfc2190.o libavformat/rtpenc_h264_hevc.o libavformat/rtpenc_jpeg.o libavformat/rtpenc_latm.o libavformat/rtpenc_mpegts.o libavformat/rtpenc_mpv.o libavformat/rtpenc_vc2hq.o libavformat/rtpenc_vp8.o libavformat/rtpenc_vp9.o libavformat/rtpenc_xiph.o libavformat/rtpproto.o libavformat/rtsp.o libavformat/rtspdec.o libavformat/rtspenc.o libavformat/s337m.o libavformat/samidec.o libavformat/sapdec.o libavformat/sapenc.o libavformat/sauce.o libavformat/sbgdec.o libavformat/sccdec.o libavformat/sccenc.o libavformat/sdp.o libavformat/sdr2.o libavformat/sdsdec.o libavformat/sdxdec.o libavformat/segafilm.o libavformat/segment.o libavformat/shortendec.o libavformat/sierravmd.o libavformat/siff.o libavformat/smacker.o libavformat/smjpeg.o libavformat/smjpegdec.o libavformat/smjpegenc.o libavformat/smoothstreamingenc.o libavformat/smush.o libavformat/sol.o libavformat/soxdec.o libavformat/soxenc.o libavformat/spdif.o libavformat/spdifdec.o libavformat/spdifenc.o libavformat/srtdec.o libavformat/srtenc.o libavformat/srtp.o libavformat/srtpproto.o libavformat/stldec.o libavformat/subfile.o libavformat/subtitles.o libavformat/subviewer1dec.o libavformat/subviewerdec.o libavformat/supdec.o libavformat/supenc.o libavformat/svag.o libavformat/swf.o libavformat/swfdec.o libavformat/swfenc.o libavformat/takdec.o libavformat/tcp.o libavformat/tedcaptionsdec.o libavformat/tee.o libavformat/tee_common.o libavformat/teeproto.o libavformat/thp.o libavformat/tiertexseq.o libavformat/tls.o libavformat/tls_schannel.o libavformat/tmv.o libavformat/tta.o libavformat/ttaenc.o libavformat/tty.o libavformat/txd.o libavformat/ty.o libavformat/udp.o libavformat/uncodedframecrcenc.o libavformat/url.o libavformat/urldecode.o libavformat/utils.o libavformat/v210.o libavformat/vag.o libavformat/vc1dec.o libavformat/vc1test.o libavformat/vc1testenc.o libavformat/vivo.o libavformat/voc.o libavformat/voc_packet.o libavformat/vocdec.o libavformat/vocenc.o libavformat/vorbiscomment.o libavformat/vpcc.o libavformat/vpk.o libavformat/vplayerdec.o libavformat/vqf.o libavformat/w64.o libavformat/wavdec.o libavformat/wavenc.o libavformat/wc3movie.o libavformat/webm_chunk.o libavformat/webmdashenc.o libavformat/webpenc.o libavformat/webvttdec.o libavformat/webvttenc.o libavformat/westwood_aud.o libavformat/westwood_vqa.o libavformat/wsddec.o libavformat/wtv_common.o libavformat/wtvdec.o libavformat/wtvenc.o libavformat/wv.o libavformat/wvdec.o libavformat/wvedec.o libavformat/wvenc.o libavformat/xa.o libavformat/xmv.o libavformat/xvag.o libavformat/xwma.o libavformat/yop.o libavformat/yuv4mpegdec.o libavformat/yuv4mpegenc.o > libavformat/avformat-58.def LD libavformat/avformat-58.dll cp libavformat/libavformat.dll.a libavformat/avformat.lib EXTERN_PREFIX="_" AR="ar" NM="nm -g" /c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/compat/windows/makedef libavfilter/libavfilter.ver libavfilter/aeval.o libavfilter/af_acontrast.o libavfilter/af_acopy.o libavfilter/af_acrusher.o libavfilter/af_adelay.o libavfilter/af_aecho.o libavfilter/af_aemphasis.o libavfilter/af_afade.o libavfilter/af_afftfilt.o libavfilter/af_afir.o libavfilter/af_aformat.o libavfilter/af_agate.o libavfilter/af_aiir.o libavfilter/af_alimiter.o libavfilter/af_amerge.o libavfilter/af_amix.o libavfilter/af_anequalizer.o libavfilter/af_anull.o libavfilter/af_apad.o libavfilter/af_aphaser.o libavfilter/af_apulsator.o libavfilter/af_aresample.o libavfilter/af_asetnsamples.o libavfilter/af_asetrate.o libavfilter/af_ashowinfo.o libavfilter/af_astats.o libavfilter/af_atempo.o libavfilter/af_biquads.o libavfilter/af_channelmap.o libavfilter/af_channelsplit.o libavfilter/af_chorus.o libavfilter/af_compand.o libavfilter/af_compensationdelay.o libavfilter/af_crossfeed.o libavfilter/af_crystalizer.o libavfilter/af_dcshift.o libavfilter/af_dynaudnorm.o libavfilter/af_earwax.o libavfilter/af_extrastereo.o libavfilter/af_firequalizer.o libavfilter/af_flanger.o libavfilter/af_haas.o libavfilter/af_hdcd.o libavfilter/af_headphone.o libavfilter/af_join.o libavfilter/af_loudnorm.o libavfilter/af_mcompand.o libavfilter/af_pan.o libavfilter/af_replaygain.o libavfilter/af_resample.o libavfilter/af_sidechaincompress.o libavfilter/af_silencedetect.o libavfilter/af_silenceremove.o libavfilter/af_stereotools.o libavfilter/af_stereowiden.o libavfilter/af_superequalizer.o libavfilter/af_surround.o libavfilter/af_tremolo.o libavfilter/af_vibrato.o libavfilter/af_volume.o libavfilter/af_volumedetect.o libavfilter/allfilters.o libavfilter/asink_anullsink.o libavfilter/asrc_anoisesrc.o libavfilter/asrc_anullsrc.o libavfilter/asrc_hilbert.o libavfilter/asrc_sine.o libavfilter/audio.o libavfilter/avf_abitscope.o libavfilter/avf_ahistogram.o libavfilter/avf_aphasemeter.o libavfilter/avf_avectorscope.o libavfilter/avf_concat.o libavfilter/avf_showcqt.o libavfilter/avf_showfreqs.o libavfilter/avf_showspectrum.o libavfilter/avf_showvolume.o libavfilter/avf_showwaves.o libavfilter/avfilter.o libavfilter/avfiltergraph.o libavfilter/bbox.o libavfilter/buffersink.o libavfilter/buffersrc.o libavfilter/colorspacedsp.o libavfilter/drawutils.o libavfilter/ebur128.o libavfilter/f_bench.o libavfilter/f_drawgraph.o libavfilter/f_ebur128.o libavfilter/f_interleave.o libavfilter/f_loop.o libavfilter/f_metadata.o libavfilter/f_perms.o libavfilter/f_realtime.o libavfilter/f_reverse.o libavfilter/f_select.o libavfilter/f_sendcmd.o libavfilter/f_sidedata.o libavfilter/f_streamselect.o libavfilter/fifo.o libavfilter/formats.o libavfilter/framepool.o libavfilter/framequeue.o libavfilter/framesync.o libavfilter/generate_wave_table.o libavfilter/graphdump.o libavfilter/graphparser.o libavfilter/lavfutils.o libavfilter/log2_tab.o libavfilter/lswsutils.o libavfilter/motion_estimation.o libavfilter/pthread.o libavfilter/scale.o libavfilter/setpts.o libavfilter/settb.o libavfilter/split.o libavfilter/src_movie.o libavfilter/transform.o libavfilter/trim.o libavfilter/vaf_spectrumsynth.o libavfilter/vf_alphamerge.o libavfilter/vf_aspect.o libavfilter/vf_atadenoise.o libavfilter/vf_avgblur.o libavfilter/vf_bbox.o libavfilter/vf_bitplanenoise.o libavfilter/vf_blackdetect.o libavfilter/vf_blackframe.o libavfilter/vf_blend.o libavfilter/vf_boxblur.o libavfilter/vf_bwdif.o libavfilter/vf_chromakey.o libavfilter/vf_ciescope.o libavfilter/vf_codecview.o libavfilter/vf_colorbalance.o libavfilter/vf_colorchannelmixer.o libavfilter/vf_colorkey.o libavfilter/vf_colorlevels.o libavfilter/vf_colormatrix.o libavfilter/vf_colorspace.o libavfilter/vf_convolution.o libavfilter/vf_convolve.o libavfilter/vf_copy.o libavfilter/vf_cover_rect.o libavfilter/vf_crop.o libavfilter/vf_cropdetect.o libavfilter/vf_curves.o libavfilter/vf_datascope.o libavfilter/vf_dctdnoiz.o libavfilter/vf_deband.o libavfilter/vf_decimate.o libavfilter/vf_deflicker.o libavfilter/vf_dejudder.o libavfilter/vf_delogo.o libavfilter/vf_deshake.o libavfilter/vf_despill.o libavfilter/vf_detelecine.o libavfilter/vf_displace.o libavfilter/vf_drawbox.o libavfilter/vf_edgedetect.o libavfilter/vf_elbg.o libavfilter/vf_entropy.o libavfilter/vf_eq.o libavfilter/vf_extractplanes.o libavfilter/vf_fade.o libavfilter/vf_fftfilt.o libavfilter/vf_field.o libavfilter/vf_fieldhint.o libavfilter/vf_fieldmatch.o libavfilter/vf_fieldorder.o libavfilter/vf_fillborders.o libavfilter/vf_find_rect.o libavfilter/vf_floodfill.o libavfilter/vf_format.o libavfilter/vf_fps.o libavfilter/vf_framepack.o libavfilter/vf_framerate.o libavfilter/vf_framestep.o libavfilter/vf_fspp.o libavfilter/vf_gblur.o libavfilter/vf_geq.o libavfilter/vf_gradfun.o libavfilter/vf_hflip.o libavfilter/vf_histeq.o libavfilter/vf_histogram.o libavfilter/vf_hqdn3d.o libavfilter/vf_hqx.o libavfilter/vf_hue.o libavfilter/vf_hwdownload.o libavfilter/vf_hwmap.o libavfilter/vf_hwupload.o libavfilter/vf_hwupload_cuda.o libavfilter/vf_hysteresis.o libavfilter/vf_idet.o libavfilter/vf_il.o libavfilter/vf_interlace.o libavfilter/vf_kerndeint.o libavfilter/vf_lenscorrection.o libavfilter/vf_limiter.o libavfilter/vf_lumakey.o libavfilter/vf_lut.o libavfilter/vf_lut2.o libavfilter/vf_lut3d.o libavfilter/vf_maskedclamp.o libavfilter/vf_maskedmerge.o libavfilter/vf_mcdeint.o libavfilter/vf_mergeplanes.o libavfilter/vf_mestimate.o libavfilter/vf_midequalizer.o libavfilter/vf_minterpolate.o libavfilter/vf_mix.o libavfilter/vf_mpdecimate.o libavfilter/vf_neighbor.o libavfilter/vf_nlmeans.o libavfilter/vf_nnedi.o libavfilter/vf_noise.o libavfilter/vf_normalize.o libavfilter/vf_null.o libavfilter/vf_overlay.o libavfilter/vf_owdenoise.o libavfilter/vf_pad.o libavfilter/vf_palettegen.o libavfilter/vf_paletteuse.o libavfilter/vf_perspective.o libavfilter/vf_phase.o libavfilter/vf_pixdesctest.o libavfilter/vf_pp.o libavfilter/vf_pp7.o libavfilter/vf_premultiply.o libavfilter/vf_pseudocolor.o libavfilter/vf_psnr.o libavfilter/vf_pullup.o libavfilter/vf_qp.o libavfilter/vf_random.o libavfilter/vf_readeia608.o libavfilter/vf_readvitc.o libavfilter/vf_remap.o libavfilter/vf_removegrain.o libavfilter/vf_removelogo.o libavfilter/vf_repeatfields.o libavfilter/vf_rotate.o libavfilter/vf_sab.o libavfilter/vf_scale.o libavfilter/vf_selectivecolor.o libavfilter/vf_separatefields.o libavfilter/vf_setfield.o libavfilter/vf_setparams.o libavfilter/vf_showinfo.o libavfilter/vf_showpalette.o libavfilter/vf_shuffleframes.o libavfilter/vf_shuffleplanes.o libavfilter/vf_signalstats.o libavfilter/vf_signature.o libavfilter/vf_smartblur.o libavfilter/vf_spp.o libavfilter/vf_ssim.o libavfilter/vf_stack.o libavfilter/vf_stereo3d.o libavfilter/vf_super2xsai.o libavfilter/vf_swaprect.o libavfilter/vf_swapuv.o libavfilter/vf_telecine.o libavfilter/vf_threshold.o libavfilter/vf_thumbnail.o libavfilter/vf_tile.o libavfilter/vf_tinterlace.o libavfilter/vf_tonemap.o libavfilter/vf_transpose.o libavfilter/vf_unsharp.o libavfilter/vf_uspp.o libavfilter/vf_vaguedenoiser.o libavfilter/vf_vectorscope.o libavfilter/vf_vflip.o libavfilter/vf_vignette.o libavfilter/vf_vmafmotion.o libavfilter/vf_w3fdif.o libavfilter/vf_waveform.o libavfilter/vf_weave.o libavfilter/vf_xbr.o libavfilter/vf_yadif.o libavfilter/vf_zoompan.o libavfilter/video.o libavfilter/vsink_nullsink.o libavfilter/vsrc_cellauto.o libavfilter/vsrc_life.o libavfilter/vsrc_mandelbrot.o libavfilter/vsrc_mptestsrc.o libavfilter/vsrc_testsrc.o libavfilter/x86/af_afir.o libavfilter/x86/af_afir_init.o libavfilter/x86/af_volume.o libavfilter/x86/af_volume_init.o libavfilter/x86/avf_showcqt.o libavfilter/x86/avf_showcqt_init.o libavfilter/x86/colorspacedsp.o libavfilter/x86/colorspacedsp_init.o libavfilter/x86/vf_blend.o libavfilter/x86/vf_blend_init.o libavfilter/x86/vf_bwdif.o libavfilter/x86/vf_bwdif_init.o libavfilter/x86/vf_eq.o libavfilter/x86/vf_fspp.o libavfilter/x86/vf_fspp_init.o libavfilter/x86/vf_gradfun.o libavfilter/x86/vf_gradfun_init.o libavfilter/x86/vf_hflip.o libavfilter/x86/vf_hflip_init.o libavfilter/x86/vf_hqdn3d.o libavfilter/x86/vf_hqdn3d_init.o libavfilter/x86/vf_idet.o libavfilter/x86/vf_idet_init.o libavfilter/x86/vf_interlace.o libavfilter/x86/vf_interlace_init.o libavfilter/x86/vf_limiter.o libavfilter/x86/vf_limiter_init.o libavfilter/x86/vf_maskedmerge.o libavfilter/x86/vf_maskedmerge_init.o libavfilter/x86/vf_noise.o libavfilter/x86/vf_pp7.o libavfilter/x86/vf_pp7_init.o libavfilter/x86/vf_psnr.o libavfilter/x86/vf_psnr_init.o libavfilter/x86/vf_pullup.o libavfilter/x86/vf_pullup_init.o libavfilter/x86/vf_removegrain.o libavfilter/x86/vf_removegrain_init.o libavfilter/x86/vf_spp.o libavfilter/x86/vf_ssim.o libavfilter/x86/vf_ssim_init.o libavfilter/x86/vf_stereo3d.o libavfilter/x86/vf_stereo3d_init.o libavfilter/x86/vf_threshold.o libavfilter/x86/vf_threshold_init.o libavfilter/x86/vf_tinterlace_init.o libavfilter/x86/vf_w3fdif.o libavfilter/x86/vf_w3fdif_init.o libavfilter/x86/vf_yadif.o libavfilter/x86/vf_yadif_init.o libavfilter/x86/yadif-10.o libavfilter/x86/yadif-16.o > libavfilter/avfilter-7.def LD libavfilter/avfilter-7.dll cp libavfilter/libavfilter.dll.a libavfilter/avfilter.lib EXTERN_PREFIX="_" AR="ar" NM="nm -g" /c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/compat/windows/makedef libavdevice/libavdevice.ver libavdevice/alldevices.o libavdevice/avdevice.o libavdevice/dshow.o libavdevice/dshow_common.o libavdevice/dshow_crossbar.o libavdevice/dshow_enummediatypes.o libavdevice/dshow_enumpins.o libavdevice/dshow_filter.o libavdevice/dshow_pin.o libavdevice/gdigrab.o libavdevice/lavfi.o libavdevice/reverse.o libavdevice/utils.o libavdevice/vfwcap.o > libavdevice/avdevice-58.def LD libavdevice/avdevice-58.dll cp libavdevice/libavdevice.dll.a libavdevice/avdevice.lib LD ffmpeg_g.exe LD ffprobe_g.exe STRIP ffprobe.exe STRIP ffmpeg.exe INSTALL libavdevice/avdevice.dll STRIP install-libavdevice-shared INSTALL libavdevice/avdevice.dll INSTALL libavdevice/avdevice.dll INSTALL libavfilter/avfilter.dll STRIP install-libavfilter-shared INSTALL libavfilter/avfilter.dll INSTALL libavfilter/avfilter.dll INSTALL libavformat/avformat.dll STRIP install-libavformat-shared INSTALL libavformat/avformat.dll INSTALL libavformat/avformat.dll INSTALL libavcodec/avcodec.dll STRIP install-libavcodec-shared INSTALL libavcodec/avcodec.dll INSTALL libavcodec/avcodec.dll INSTALL libavresample/avresample.dll STRIP install-libavresample-shared INSTALL libavresample/avresample.dll INSTALL libavresample/avresample.dll INSTALL libpostproc/postproc.dll STRIP install-libpostproc-shared INSTALL libpostproc/postproc.dll INSTALL libpostproc/postproc.dll INSTALL libswresample/swresample.dll STRIP install-libswresample-shared INSTALL libswresample/swresample.dll INSTALL libswresample/swresample.dll INSTALL libswscale/swscale.dll STRIP install-libswscale-shared INSTALL libswscale/swscale.dll INSTALL libswscale/swscale.dll INSTALL libavutil/avutil.dll STRIP install-libavutil-shared INSTALL libavutil/avutil.dll INSTALL libavutil/avutil.dll INSTALL install-progs-yes INSTALL ffmpeg.exe INSTALL ffprobe.exe INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-720p.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-720p50_60.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-1080p.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-360p.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/presets/libvpx-1080p50_60.ffpreset INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/ffprobe.xsd INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/scaling_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/encode_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/transcode_aac.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filter_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/decode_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/vaapi_encode.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/qsvdec.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/avio_reading.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/extract_mvs.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/remuxing.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/metadata.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/resampling_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/decode_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/http_multiclient.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filtering_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/hw_decode.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/encode_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/avio_dir_cmd.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/muxing.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filtering_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/demuxing_decoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/transcoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/README INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/Makefile INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/scaling_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/encode_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/transcode_aac.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filter_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/decode_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/vaapi_encode.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/qsvdec.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/avio_reading.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/extract_mvs.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/remuxing.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/metadata.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/resampling_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/decode_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/http_multiclient.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filtering_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/hw_decode.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/encode_audio.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/avio_dir_cmd.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/muxing.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/filtering_video.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/demuxing_decoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/transcoding.c INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/README INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/doc/examples/Makefile INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/avdevice.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/avfilter.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/buffersink.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/buffersrc.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avformat.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/avio.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/ac3_parser.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/adts_parser.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avcodec.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avdct.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/avfft.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/d3d11va.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dirac.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dv_profile.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/dxva2.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/jni.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/mediacodec.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/qsv.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/vaapi.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/vdpau.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/version.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/videotoolbox.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/vorbis_parser.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/avresample.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libpostproc/postprocess.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswresample/swresample.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/swscale.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/adler32.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/aes.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/aes_ctr.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/attributes.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/audio_fifo.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/avassert.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/avstring.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/avutil.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/base64.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/blowfish.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/bprint.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/bswap.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/buffer.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/cast5.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/camellia.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/channel_layout.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/common.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/cpu.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/crc.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/des.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/dict.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/display.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/downmix_info.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/error.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/eval.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/fifo.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/file.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/frame.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hash.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hmac.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_cuda.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_d3d11va.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_drm.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_dxva2.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_qsv.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_mediacodec.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_vaapi.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_videotoolbox.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/hwcontext_vdpau.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/imgutils.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/intfloat.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/intreadwrite.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/lfg.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/log.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/macros.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/mathematics.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/mastering_display_metadata.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/md5.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/mem.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/motion_vector.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/murmur3.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/opt.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/parseutils.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/pixdesc.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/pixelutils.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/pixfmt.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/random_seed.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/rc4.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/rational.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/replaygain.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/ripemd.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/samplefmt.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/sha.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/sha512.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/spherical.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/stereo3d.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/threadmessage.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/time.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/timecode.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/timestamp.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/tree.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/twofish.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/version.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/xtea.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/tea.h INSTALL c/Dev/ffmpeg/fate/x86_32-mingw-shared/src/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc