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/utils.o CC libavdevice/vfwcap.o GEN libavdevice/libavdevice.pc src/libavdevice/vfwcap.c: In function 'vfw_read_header': src/libavdevice/vfwcap.c:331:35: warning: passing argument 1 of 'av_parse_video_size' from incompatible pointer type [-Wincompatible-pointer-types] 331 | ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); | ^~~~~~~~~~~~~~~~~~~~~~ | | | LONG * {aka long int *} In file included from src/libavdevice/vfwcap.c:25: src/libavutil/parseutils.h:66:30: note: expected 'int *' but argument is of type 'LONG *' {aka 'long int *'} 66 | int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); | ~~~~~^~~~~~~~~ src/libavdevice/vfwcap.c:331:59: warning: passing argument 2 of 'av_parse_video_size' from incompatible pointer type [-Wincompatible-pointer-types] 331 | ret = av_parse_video_size(&bi->bmiHeader.biWidth, &bi->bmiHeader.biHeight, ctx->video_size); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | LONG * {aka long int *} In file included from src/libavdevice/vfwcap.c:25: src/libavutil/parseutils.h:66:46: note: expected 'int *' but argument is of type 'LONG *' {aka 'long int *'} 66 | int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str); | ~~~~~^~~~~~~~~~ GEN libavfilter/libavfilter.pc CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/ac3dec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o src/libavformat/aadec.c: In function 'aa_read_header': src/libavformat/aadec.c:110:13: warning: 'strncpy' output may be truncated copying 63 bytes from a string of length 127 [-Wstringop-truncation] 110 | strncpy(codec_name, val, sizeof(codec_name) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/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/dauddec.o CC libavformat/data_uri.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 CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o src/libavformat/dump.c: In function 'dump_stream_format': src/libavformat/dump.c:473:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 473 | avctx->properties = st->codec->properties; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:474:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 474 | avctx->codec = st->codec->codec; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:475:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 475 | avctx->qmin = st->codec->qmin; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:476:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 476 | avctx->qmax = st->codec->qmax; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:477:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 477 | avctx->coded_width = st->codec->coded_width; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:478:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 478 | avctx->coded_height = st->codec->coded_height; | ^~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:513:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 513 | int tbc = st->codec->time_base.den && st->codec->time_base.num; | ^~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:513:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 513 | int tbc = st->codec->time_base.den && st->codec->time_base.num; | ^~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/dump.c:525:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 525 | print_fps(1 / av_q2d(st->codec->time_base), "tbc"); | ^~~~~~~~~ In file included from src/libavformat/dump.c:37: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/ffmdec.o CC libavformat/ffmenc.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/fifo.o CC libavformat/file.o CC libavformat/filmstripdec.o CC libavformat/filmstripenc.o CC libavformat/fitsdec.o CC libavformat/fitsenc.o CC libavformat/flac_picture.o CC libavformat/flacdec.o CC libavformat/flacenc.o CC libavformat/flacenc_header.o CC libavformat/flic.o CC libavformat/flvdec.o CC libavformat/flvenc.o CC libavformat/format.o CC libavformat/framecrcenc.o CC libavformat/framehash.o CC libavformat/frmdec.o CC libavformat/fsb.o CC libavformat/ftp.o CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g726.o CC libavformat/g729dec.o CC libavformat/gdv.o CC libavformat/genh.o CC libavformat/gif.o CC libavformat/gifdec.o CC libavformat/gopher.o CC libavformat/gsmdec.o CC libavformat/gxf.o CC libavformat/gxfenc.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/hashenc.o CC libavformat/hdsenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hlsenc.o CC libavformat/hlsproto.o In function 'new_rendition', inlined from 'parse_playlist' at src/libavformat/hls.c:752:13: src/libavformat/hls.c:516:13: warning: 'strncpy' output may be truncated copying between 2 and 62 bytes from a string of length 63 [-Wstringop-truncation] 516 | strncpy(rend->language + langlen + 1, info->assoc_language, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 517 | sizeof(rend->language) - langlen - 2); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/hnm.o CC libavformat/http.o CC libavformat/httpauth.o src/libavformat/hlsenc.c: In function 'get_default_pattern_localtime_fmt': src/libavformat/hlsenc.c:1330:63: warning: unknown conversion type character 's' in format [-Wformat=] 1330 | return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.m4s" : "-%s.m4s"; | ^ src/libavformat/hlsenc.c:1332:59: warning: unknown conversion type character 's' in format [-Wformat=] 1332 | return (HAVE_LIBC_MSVCRT || !strftime(b, sizeof(b), "%s", p) || !strcmp(b, "%s")) ? "-%Y%m%d%H%M%S.ts" : "-%s.ts"; | ^ 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/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 src/libavformat/matroskadec.c: In function 'webm_dash_manifest_cues': src/libavformat/matroskadec.c:3936:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 3936 | strncat(buf, ",", sizeof(char)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/movenc.o CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o src/libavformat/movenc.c: In function 'handle_eac3': src/libavformat/movenc.c:458:9: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] 458 | if ((ret = av_copy_packet_side_data(&info->pkt, pkt)) < 0) | ^~ In file included from src/libavformat/avformat.h:319, from src/libavformat/movenc.h:27, from src/libavformat/movenc.c:27: src/libavcodec/avcodec.h:4640:5: note: declared here 4640 | int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); | ^~~~~~~~~~~~~~~~~~~~~~~~ CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mvdec.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/mxfenc.o CC libavformat/mxg.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o CC libavformat/oggparsecelt.o CC libavformat/oggparsedaala.o CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseopus.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oggparsevp8.o CC libavformat/oma.o CC libavformat/omadec.o CC libavformat/omaenc.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/paf.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/prompeg.o CC libavformat/protocols.o CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o src/libavformat/protocols.c: In function 'avio_enum_protocols': src/libavformat/protocols.c:100:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 100 | p = p ? p + 1 : url_protocols; | ^ 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/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 src/libavformat/sdp.c: In function 'sdp_write_media_attributes': src/libavformat/sdp.c:700:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 700 | if (st->codec) { | ^~ In file included from src/libavformat/sdp.c:29: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/sdp.c:704:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 704 | if (st->codec->flags & AV_CODEC_FLAG_QSCALE) | ^~ In file included from src/libavformat/sdp.c:29: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/sdp.c:706:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 706 | else if (!av_opt_get_int(st->codec, "vad", AV_OPT_FLAG_ENCODING_PARAM, &vad_option) && vad_option) | ^~~~ In file included from src/libavformat/sdp.c:29: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ CC libavformat/sdr2.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o CC libavformat/segafilm.o CC libavformat/segment.o CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o CC libavformat/smjpegdec.o CC libavformat/smjpegenc.o CC libavformat/smoothstreamingenc.o CC libavformat/smush.o CC libavformat/sol.o CC libavformat/soxdec.o CC libavformat/soxenc.o CC libavformat/spdif.o CC libavformat/spdifdec.o CC libavformat/spdifenc.o CC libavformat/srtdec.o CC libavformat/srtenc.o CC libavformat/srtp.o CC libavformat/srtpproto.o CC libavformat/stldec.o CC libavformat/subfile.o CC libavformat/subtitles.o CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o CC libavformat/supdec.o CC libavformat/supenc.o CC libavformat/svag.o CC libavformat/swf.o CC libavformat/swfdec.o CC libavformat/swfenc.o CC libavformat/takdec.o CC libavformat/tcp.o CC libavformat/tedcaptionsdec.o CC libavformat/tee.o CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/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/udp.o CC libavformat/uncodedframecrcenc.o CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/utils.o src/libavformat/tty.c:174:23: warning: initialization of 'int (*)(AVProbeData *)' from incompatible pointer type 'int (*)(const AVProbeData *)' [-Wincompatible-pointer-types] 174 | .read_probe = read_probe, | ^~~~~~~~~~ src/libavformat/tty.c:174:23: note: (near initialization for 'ff_tty_demuxer.read_probe') CC libavformat/v210.o CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o src/libavformat/utils.c: In function 'avformat_transfer_internal_stream_timing_info': src/libavformat/utils.c:5554:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 5554 | const AVCodecContext *dec_ctx = ist->codec; | ^~~~~ In file included from src/libavformat/audiointerleave.h:27, from src/libavformat/utils.c:43: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/libavformat/utils.c:5555:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 5555 | AVCodecContext *enc_ctx = ost->codec; | ^~~~~~~~~~~~~~ In file included from src/libavformat/audiointerleave.h:27, from src/libavformat/utils.c:43: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ 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 GEN libavformat/libavformat.pc GEN libavcodec/libavcodec.pc GEN libavresample/libavresample.pc CC libpostproc/postprocess.o GEN libpostproc/libpostproc.pc GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc HOSTCC doc/print_options.o CC libavfilter/aeval.o AR libavdevice/libavdevice.a CC libavfilter/af_acopy.o CC libavfilter/af_acrusher.o CC libavfilter/af_adelay.o CC libavfilter/af_aecho.o CC libavfilter/af_aemphasis.o CC libavfilter/af_afade.o CC libavfilter/af_afftfilt.o CC libavfilter/af_afir.o CC libavfilter/af_aformat.o CC libavfilter/af_agate.o CC libavfilter/af_alimiter.o CC libavfilter/af_amerge.o CC libavfilter/af_amix.o CC libavfilter/af_anequalizer.o CC libavfilter/af_anull.o CC libavfilter/af_apad.o CC libavfilter/af_aphaser.o CC libavfilter/af_apulsator.o CC libavfilter/af_aresample.o CC libavfilter/af_asetnsamples.o CC libavfilter/af_asetrate.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_astats.o CC libavfilter/af_atempo.o CC libavfilter/af_biquads.o CC libavfilter/af_channelmap.o CC libavfilter/af_channelsplit.o CC libavfilter/af_chorus.o CC libavfilter/af_compand.o CC libavfilter/af_compensationdelay.o CC libavfilter/af_crossfeed.o CC libavfilter/af_crystalizer.o CC libavfilter/af_dcshift.o CC libavfilter/af_dynaudnorm.o CC libavfilter/af_earwax.o CC libavfilter/af_extrastereo.o CC libavfilter/af_firequalizer.o CC libavfilter/af_flanger.o CC libavfilter/af_haas.o CC libavfilter/af_hdcd.o CC libavfilter/af_headphone.o CC libavfilter/af_join.o CC libavfilter/af_loudnorm.o CC libavfilter/af_pan.o CC libavfilter/af_replaygain.o CC libavfilter/af_resample.o CC libavfilter/af_sidechaincompress.o CC libavfilter/af_silencedetect.o CC libavfilter/af_silenceremove.o CC libavfilter/af_stereotools.o CC libavfilter/af_stereowiden.o CC libavfilter/af_superequalizer.o CC libavfilter/af_surround.o CC libavfilter/af_tremolo.o CC libavfilter/af_vibrato.o CC libavfilter/af_volume.o CC libavfilter/af_volumedetect.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anoisesrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/asrc_sine.o CC libavfilter/audio.o CC libavfilter/avf_abitscope.o CC libavfilter/avf_ahistogram.o CC libavfilter/avf_aphasemeter.o CC libavfilter/avf_avectorscope.o CC libavfilter/avf_concat.o CC libavfilter/avf_showcqt.o CC libavfilter/avf_showfreqs.o CC libavfilter/avf_showspectrum.o CC libavfilter/avf_showvolume.o CC libavfilter/avf_showwaves.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/bbox.o CC libavfilter/buffersink.o CC libavfilter/buffersrc.o src/libavfilter/avfiltergraph.c: In function 'avfilter_graph_free': src/libavfilter/avfiltergraph.c:132:5: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] 132 | av_freep(&(*graph)->resample_lavr_opts); | ^~~~~~~~ In file included from src/libavfilter/avfiltergraph.c:38: src/libavfilter/avfilter.h:862:32: note: declared here 862 | attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters | ^~~~~~~~~~~~~~~~~~ CC libavfilter/colorspacedsp.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o CC libavfilter/f_perms.o CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o src/libavfilter/lavfutils.c: In function 'ff_load_image': src/libavfilter/lavfutils.c:93:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 93 | ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); | ^~~ In file included from src/libavformat/avformat.h:319, from src/libavfilter/lavfutils.h:27, from src/libavfilter/lavfutils.c:22: src/libavcodec/avcodec.h:4993:5: note: declared here 4993 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/opencl_allkernels.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 CC libavfilter/vaf_spectrumsynth.o CC libavfilter/vf_alphamerge.o src/libavfilter/src_movie.c: In function 'open_stream': src/libavfilter/src_movie.c:175:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 175 | st->codec_ctx->refcounted_frames = 1; | ^~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c: In function 'movie_push_frame': src/libavfilter/src_movie.c:531:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 531 | ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); | ^~~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:4993:5: note: declared here 4993 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/src_movie.c:534:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] 534 | ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); | ^~~ In file included from src/libavfilter/src_movie.c:41: src/libavcodec/avcodec.h:4944:5: note: declared here 4944 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, | ^~~~~~~~~~~~~~~~~~~~~ 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 CC libavfilter/vf_colorchannelmixer.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colormatrix.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_cover_rect.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_decimate.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_eq.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o src/libavfilter/vf_edgedetect.c: In function 'gaussian_blur': src/libavfilter/vf_edgedetect.c:125:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 125 | if (h > 1) | ^~ src/libavfilter/vf_edgedetect.c:126:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 126 | memcpy(dst, src, w); dst += dst_linesize; src += src_linesize; | ^~~ src/libavfilter/vf_edgedetect.c:159:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 159 | if (h > 2) | ^~ src/libavfilter/vf_edgedetect.c:160:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 160 | memcpy(dst, src, w); dst += dst_linesize; src += src_linesize; | ^~~ CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_find_rect.o CC libavfilter/vf_floodfill.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o src/libavfilter/vf_find_rect.c: In function 'search.constprop': src/libavfilter/vf_find_rect.c:170:79: warning: array subscript 7 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~^~~~~~ src/libavfilter/vf_find_rect.c:41:14: note: while referencing 'needle_frame' 41 | AVFrame *needle_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~ src/libavfilter/vf_find_rect.c:170:54: warning: array subscript 7 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~~~^~~~~~ src/libavfilter/vf_find_rect.c:42:14: note: while referencing 'haystack_frame' 42 | AVFrame *haystack_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~~~ src/libavfilter/vf_find_rect.c:170:79: warning: array subscript 6 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~^~~~~~ src/libavfilter/vf_find_rect.c:41:14: note: while referencing 'needle_frame' 41 | AVFrame *needle_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~ src/libavfilter/vf_find_rect.c:170:54: warning: array subscript 6 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~~~^~~~~~ src/libavfilter/vf_find_rect.c:42:14: note: while referencing 'haystack_frame' 42 | AVFrame *haystack_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~~~ src/libavfilter/vf_find_rect.c:170:79: warning: array subscript 5 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~^~~~~~ src/libavfilter/vf_find_rect.c:41:14: note: while referencing 'needle_frame' 41 | AVFrame *needle_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~ src/libavfilter/vf_find_rect.c:170:54: warning: array subscript 5 is above array bounds of 'AVFrame *[5]' [-Warray-bounds] 170 | float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); | ~~~~~~~~~~~~~~~~~~~^~~~~~ src/libavfilter/vf_find_rect.c:42:14: note: while referencing 'haystack_frame' 42 | AVFrame *haystack_frame[MAX_MIPMAPS]; | ^~~~~~~~~~~~~~ CC libavfilter/vf_framestep.o CC libavfilter/vf_fspp.o 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 CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_minterpolate.o src/libavfilter/vf_mcdeint.c: In function 'filter_frame': src/libavfilter/vf_mcdeint.c:189:5: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] 189 | ret = avcodec_encode_video2(mcdeint->enc_ctx, &pkt, inpic, &got_frame); | ^~~ In file included from src/libavfilter/vf_mcdeint.c:54: src/libavcodec/avcodec.h:5508:5: note: declared here 5508 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_mcdeint.c:193:5: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 193 | frame_dec = mcdeint->enc_ctx->coded_frame; | ^~~~~~~~~ In file included from src/libavfilter/vf_mcdeint.c:54: src/libavcodec/avcodec.h:3183:35: note: declared here 3183 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ 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_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_owdenoise.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_perspective.o CC libavfilter/vf_phase.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_pp.o CC libavfilter/vf_pp7.o 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 CC libavfilter/vf_random.o CC libavfilter/vf_readeia608.o CC libavfilter/vf_readvitc.o CC libavfilter/vf_remap.o CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_repeatfields.o CC libavfilter/vf_rotate.o CC libavfilter/vf_sab.o CC libavfilter/vf_scale.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setfield.o CC libavfilter/vf_showinfo.o In file included from src/libavutil/common.h:467, from src/libavutil/avutil.h:296, from src/libavfilter/avfilter.h:41, from src/libavfilter/vf_scale.c:29: src/libavfilter/vf_scale.c: In function 'scale_slice': src/libavfilter/vf_scale.c:391:65: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 391 | in[i] = FF_PTR_ADD(cur_pic->data[i], ((y>>vsub)+field) * cur_pic->linesize[i]); src/libavutil/internal.h:169:32: note: in definition of macro 'FF_PTR_ADD' 169 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) | ^~~ src/libavfilter/vf_scale.c:392:65: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] 392 | out[i] = FF_PTR_ADD(out_buf->data[i], field * out_buf->linesize[i]); src/libavutil/internal.h:169:32: note: in definition of macro 'FF_PTR_ADD' 169 | #define FF_PTR_ADD(ptr, off) ((off) ? (ptr) + (off) : (ptr)) | ^~~ 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 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 CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vignette.o src/libavfilter/vf_uspp.c: In function 'filter': src/libavfilter/vf_uspp.c:253:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] 253 | ret = avcodec_encode_video2(p->avctx_enc[i], &pkt, p->frame, &got_pkt_ptr); | ^~~ In file included from src/libavfilter/internal.h:35, from src/libavfilter/vf_uspp.c:34: src/libavcodec/avcodec.h:5508:5: note: declared here 5508 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ src/libavfilter/vf_uspp.c:259:9: warning: 'coded_frame' is deprecated [-Wdeprecated-declarations] 259 | p->frame_dec = p->avctx_enc[i]->coded_frame; | ^ In file included from src/libavfilter/internal.h:35, from src/libavfilter/vf_uspp.c:34: src/libavcodec/avcodec.h:3183:35: note: declared here 3183 | attribute_deprecated AVFrame *coded_frame; | ^~~~~~~~~~~ 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 CC libavfilter/x86/af_volume_init.o X86ASM libavfilter/x86/avf_showcqt.o CC libavfilter/x86/avf_showcqt_init.o X86ASM libavfilter/x86/colorspacedsp.o CC libavfilter/x86/colorspacedsp_init.o X86ASM libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_blend_init.o STRIP libavfilter/x86/af_afir.o X86ASM libavfilter/x86/vf_bwdif.o STRIP libavfilter/x86/colorspacedsp.o CC libavfilter/x86/vf_bwdif_init.o CC libavfilter/x86/vf_eq.o STRIP libavfilter/x86/af_volume.o X86ASM libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_fspp_init.o X86ASM libavfilter/x86/vf_gradfun.o CC libavfilter/x86/vf_gradfun_init.o X86ASM libavfilter/x86/vf_hqdn3d.o STRIP libavfilter/x86/avf_showcqt.o CC libavfilter/x86/vf_hqdn3d_init.o src/libavfilter/x86/vf_gradfun.asm:52: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:652: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:52: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:52: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:70: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:652: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:70: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:70: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:109: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:652: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:109: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:109: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:110: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:652: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:110: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavfilter/x86/vf_gradfun.asm:110: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavfilter/x86/vf_gradfun.asm:84: ... from macro `BLUR_LINE' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here STRIP libavfilter/x86/vf_gradfun.o X86ASM libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_idet_init.o X86ASM libavfilter/x86/vf_interlace.o STRIP libavfilter/x86/vf_blend.o CC libavfilter/x86/vf_interlace_init.o X86ASM libavfilter/x86/vf_limiter.o STRIP libavfilter/x86/vf_hqdn3d.o CC libavfilter/x86/vf_limiter_init.o X86ASM libavfilter/x86/vf_maskedmerge.o STRIP libavfilter/x86/vf_limiter.o CC libavfilter/x86/vf_maskedmerge_init.o STRIP libavfilter/x86/vf_idet.o CC libavfilter/x86/vf_noise.o STRIP libavfilter/x86/vf_interlace.o X86ASM libavfilter/x86/vf_pp7.o CC libavfilter/x86/vf_pp7_init.o X86ASM libavfilter/x86/vf_psnr.o CC libavfilter/x86/vf_psnr_init.o STRIP libavfilter/x86/vf_maskedmerge.o X86ASM libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_pullup_init.o STRIP libavfilter/x86/vf_pp7.o X86ASM libavfilter/x86/vf_removegrain.o CC libavfilter/x86/vf_removegrain_init.o STRIP libavfilter/x86/vf_fspp.o CC libavfilter/x86/vf_spp.o X86ASM libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_ssim_init.o STRIP libavfilter/x86/vf_psnr.o X86ASM libavfilter/x86/vf_stereo3d.o CC libavfilter/x86/vf_stereo3d_init.o STRIP libavfilter/x86/vf_pullup.o CC libavfilter/x86/vf_tinterlace_init.o X86ASM libavfilter/x86/vf_w3fdif.o CC libavfilter/x86/vf_w3fdif_init.o X86ASM libavfilter/x86/vf_yadif.o STRIP libavfilter/x86/vf_ssim.o CC libavfilter/x86/vf_yadif_init.o STRIP libavfilter/x86/vf_stereo3d.o X86ASM libavfilter/x86/yadif-10.o X86ASM libavfilter/x86/yadif-16.o STRIP libavfilter/x86/vf_w3fdif.o STRIP libavfilter/x86/vf_removegrain.o CC libavcodec/012v.o AR libavformat/libavformat.a CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o STRIP libavfilter/x86/vf_bwdif.o CC libavcodec/aac_parser.o CC libavcodec/aacadtsdec.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/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/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/audioconvert.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 CC libavcodec/avuidec.o src/libavcodec/avrndec.c: In function 'init': src/libavcodec/avrndec.c:59:9: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 59 | a->mjpeg_avctx->refcounted_frames = 1; | ^ In file included from src/libavcodec/avrndec.c:22: src/libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ src/libavcodec/avrndec.c: In function 'decode_frame': src/libavcodec/avrndec.c:110:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 110 | ret = avcodec_decode_video2(a->mjpeg_avctx, data, got_frame, avpkt); | ^~~ In file included from src/libavcodec/avrndec.c:22: src/libavcodec/avcodec.h:4993:5: note: declared here 4993 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/avuienc.o CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o CC libavcodec/bink.o CC libavcodec/binkaudio.o STRIP libavfilter/x86/yadif-10.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 src/libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_next': src/libavcodec/bitstream_filter.c:39:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 39 | return av_bsf_next(&opaque); | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_filter': src/libavcodec/bitstream_filter.c:134:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 134 | pkt.data = buf; | ^ 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/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 src/libavcodec/cfhd.c: In function 'alloc_buffers': src/libavcodec/cfhd.c:165:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 165 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/cfhd.c:32: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 STRIP libavfilter/x86/vf_yadif.o CC libavcodec/cscd.o CC libavcodec/cuvid.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 CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o src/libavcodec/decode.c: In function 'compat_decode': src/libavcodec/decode.c:794:13: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 794 | if (!avctx->refcounted_frames) { | ^~ In file included from src/libavcodec/decode.c:40: src/libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ src/libavcodec/decode.c: In function 'avcodec_flush_buffers': src/libavcodec/decode.c:1748:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 1748 | if (!avctx->refcounted_frames) | ^~ In file included from src/libavcodec/decode.c:40: src/libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ src/libavcodec/dirac.c: In function 'parse_source_parameters': src/libavcodec/dirac.c:272:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 272 | avcodec_get_chroma_sub_sample(dsh->pix_fmt, &chroma_x_shift, &chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/dirac.c:31: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 src/libavcodec/diracdsp.c: In function 'dequant_subband_int16_t_c': src/libavcodec/diracdsp.c:198:15: warning: unused variable 'sign' [-Wunused-variable] 198 | PX c, sign, *src_r = (PX *)src, *dst_r = (PX *)dst; \ | ^~~~ src/libavcodec/diracdsp.c:210:1: note: in expansion of macro 'DEQUANT_SUBBAND' 210 | DEQUANT_SUBBAND(int16_t) | ^~~~~~~~~~~~~~~ src/libavcodec/diracdsp.c: In function 'dequant_subband_int32_t_c': src/libavcodec/diracdsp.c:198:15: warning: unused variable 'sign' [-Wunused-variable] 198 | PX c, sign, *src_r = (PX *)src, *dst_r = (PX *)dst; \ | ^~~~ src/libavcodec/diracdsp.c:211:1: note: in expansion of macro 'DEQUANT_SUBBAND' 211 | DEQUANT_SUBBAND(int32_t) | ^~~~~~~~~~~~~~~ src/libavcodec/diracdec.c: In function 'get_buffer_with_edge': src/libavcodec/diracdec.c:1943:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1943 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &chroma_x_shift, &chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/diracdec.c:30: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/diracdec.c: In function 'dirac_decode_data_unit': src/libavcodec/diracdec.c:2142:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 2142 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/diracdec.c:30: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/dxtory.o CC libavcodec/dxv.o CC libavcodec/dxva2.o CC libavcodec/dxva2_h264.o CC libavcodec/dxva2_hevc.o CC libavcodec/dxva2_mpeg2.o CC libavcodec/dxva2_vc1.o In file included from src/libavcodec/dxva2_h264.c:33: src/libavcodec/dxva2_h264.c: In function 'dxva2_h264_start_frame': src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression 107 | #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) | ^ src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' 113 | #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_h264.c:453:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 453 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression 109 | #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) | ^ src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' 114 | DXVA_CONTEXT_CFG(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~ src/libavcodec/dxva2_h264.c:453:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 453 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/dxva2_hevc.c:31: src/libavcodec/dxva2_hevc.c: In function 'dxva2_hevc_start_frame': src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression 107 | #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) | ^ src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' 113 | #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_hevc.c:368:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 368 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression 109 | #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) | ^ src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' 114 | DXVA_CONTEXT_CFG(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~ src/libavcodec/dxva2_hevc.c:368:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 368 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ CC libavcodec/dxva2_vp9.o CC libavcodec/eac3_data.o CC libavcodec/eac3enc.o In file included from src/libavcodec/dxva2_mpeg2.c:30: src/libavcodec/dxva2_mpeg2.c: In function 'dxva2_mpeg2_start_frame': src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression 107 | #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) | ^ src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' 113 | #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_mpeg2.c:265:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 265 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression 109 | #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) | ^ src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' 114 | DXVA_CONTEXT_CFG(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~ src/libavcodec/dxva2_mpeg2.c:265:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 265 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ CC libavcodec/eacmv.o CC libavcodec/eaidct.o In file included from src/libavcodec/dxva2_vc1.c:30: src/libavcodec/dxva2_vc1.c: In function 'dxva2_vc1_start_frame': src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression 107 | #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) | ^ src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' 113 | #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_vc1.c:320:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 320 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression 109 | #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) | ^ src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' 114 | DXVA_CONTEXT_CFG(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~ src/libavcodec/dxva2_vc1.c:320:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 320 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/dxva2_vp9.c:31: src/libavcodec/dxva2_vp9.c: In function 'dxva2_vp9_start_frame': src/libavcodec/dxva2_internal.h:107:98: warning: pointer type mismatch in conditional expression 107 | #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.decoder : ctx->dxva2.decoder) | ^ src/libavcodec/dxva2_internal.h:113:50: note: in expansion of macro 'DXVA_CONTEXT_DECODER' 113 | #define DXVA_CONTEXT_VALID(avctx, ctx) (DXVA_CONTEXT_DECODER(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_vp9.c:264:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 264 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ src/libavcodec/dxva2_internal.h:109:94: warning: pointer type mismatch in conditional expression 109 | #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg : ctx->dxva2.cfg) | ^ src/libavcodec/dxva2_internal.h:114:50: note: in expansion of macro 'DXVA_CONTEXT_CFG' 114 | DXVA_CONTEXT_CFG(avctx, ctx) && \ | ^~~~~~~~~~~~~~~~ src/libavcodec/dxva2_vp9.c:264:10: note: in expansion of macro 'DXVA_CONTEXT_VALID' 264 | if (!DXVA_CONTEXT_VALID(avctx, ctx)) | ^~~~~~~~~~~~~~~~~~ CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/encode.o CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o src/libavcodec/encode.c: In function 'do_encode': src/libavcodec/encode.c:378:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] 378 | ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, | ^~~ src/libavcodec/encode.c:267:25: note: declared here 267 | int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, | ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/encode.c:381:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] 381 | ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, | ^~~ src/libavcodec/encode.c:118:25: note: declared here 118 | int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, | ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/evrcdec.o CC libavcodec/exif.o CC libavcodec/extract_extradata_bsf.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fdctdsp.o CC libavcodec/fft_fixed.o CC libavcodec/fft_fixed_32.o STRIP libavfilter/x86/yadif-16.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 src/libavcodec/ffv1enc.c: In function 'encode_init': src/libavcodec/ffv1enc.c:761:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 761 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/ffv1enc.c:36: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/fitsenc.o CC libavcodec/flac.o CC libavcodec/flac_parser.o CC libavcodec/flacdata.o CC libavcodec/flacdec.o CC libavcodec/flacdsp.o CC libavcodec/flacenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o CC libavcodec/fmvc.o CC libavcodec/frame_thread_encoder.o CC libavcodec/fraps.o CC libavcodec/frwu.o CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722dsp.o CC libavcodec/g722enc.o src/libavcodec/frame_thread_encoder.c: In function 'worker': src/libavcodec/frame_thread_encoder.c:89:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] 89 | ret = avcodec_encode_video2(avctx, pkt, frame, &got_packet); | ^~~ In file included from src/libavcodec/frame_thread_encoder.h:24, from src/libavcodec/frame_thread_encoder.c:23: src/libavcodec/avcodec.h:5508:5: note: declared here 5508 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ src/libavcodec/frame_thread_encoder.c:95:13: warning: 'av_dup_packet' is deprecated [-Wdeprecated-declarations] 95 | int ret2 = av_dup_packet(pkt); | ^~~ In file included from src/libavcodec/frame_thread_encoder.h:24, from src/libavcodec/frame_thread_encoder.c:23: src/libavcodec/avcodec.h:4621:5: note: declared here 4621 | int av_dup_packet(AVPacket *pkt); | ^~~~~~~~~~~~~ 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/h263dsp.o CC libavcodec/h263dec.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_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_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/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 src/libavcodec/j2kenc.c: In function 'j2kenc_init': src/libavcodec/j2kenc.c:1154:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1154 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/j2kenc.c:67: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/jpeg2000.o CC libavcodec/jni.o CC libavcodec/jpeg2000dec.o CC libavcodec/jpeg2000dsp.o CC libavcodec/jpeg2000dwt.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jpeglsenc.o CC libavcodec/jpegtables.o CC libavcodec/jrevdct.o CC libavcodec/jvdec.o CC libavcodec/kbdwin.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/lagarith.o CC libavcodec/lagarithrac.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o CC libavcodec/ljpegenc.o CC libavcodec/loco.o CC libavcodec/lossless_audiodsp.o CC libavcodec/lossless_videodsp.o CC libavcodec/lossless_videoencdsp.o CC libavcodec/lpc.o CC libavcodec/lsp.o CC libavcodec/lzf.o CC libavcodec/lzw.o CC libavcodec/lzwenc.o CC libavcodec/m101.o CC libavcodec/mace.o CC libavcodec/magicyuv.o CC libavcodec/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/mjpega_dump_header_bsf.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpegenc.o src/libavcodec/mjpegdec.c: In function 'ff_mjpeg_decode_frame': src/libavcodec/mjpegdec.c:2449:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 2449 | avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/mjpegdec.c:36: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/mjpegdec.c:2508:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 2508 | avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/mjpegdec.c:36: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/mjpegdec.c:2536:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 2536 | avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &hshift, &vshift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/mjpegdec.c:36: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/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/mpegaudiodata.o CC libavcodec/mpegaudio_parser.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 CC libavcodec/mpegvideo_enc.o CC libavcodec/mpegvideo_motion.o src/libavcodec/mpegvideo.c: In function 'ff_mpv_common_init': src/libavcodec/mpegvideo.c:918:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 918 | avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/mpegvideo.c:36: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/libavcodec/mpegvideo.c: In function 'ff_print_debug_info2': src/libavcodec/mpegvideo.c:1768:9: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1768 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &h_chroma_shift, &v_chroma_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/mpegvideo.c:36: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideodata.o CC libavcodec/mpegvideodsp.o CC libavcodec/mpegvideoencdsp.o CC libavcodec/mpl2dec.o CC libavcodec/mqc.o CC libavcodec/mqcdec.o CC libavcodec/mqcenc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msmpeg4dec.o CC libavcodec/msmpeg4enc.o CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/mss1.o CC libavcodec/mss12.o CC libavcodec/mss2.o CC libavcodec/mss2dsp.o CC libavcodec/mss3.o CC libavcodec/mss34dsp.o CC libavcodec/mss4.o CC libavcodec/msvideo1.o CC libavcodec/msvideo1enc.o CC libavcodec/mvcdec.o CC libavcodec/mxpegdec.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nellymoserenc.o CC libavcodec/noise_bsf.o CC libavcodec/null_bsf.o CC libavcodec/nuv.o CC libavcodec/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 CC libavcodec/opustab.o CC libavcodec/pafaudio.o CC libavcodec/pafvideo.o CC libavcodec/pamenc.o src/libavcodec/opusenc_psy.c: In function 'celt_search_for_tf': src/libavcodec/opusenc_psy.c:367:9: warning: unused variable 'i' [-Wunused-variable] 367 | int i, j, k, cway, config[2][CELT_MAX_BANDS] = { { 0 } }; | ^ CC libavcodec/parser.o CC libavcodec/pcm-bluray.o CC libavcodec/pcm-dvd.o CC libavcodec/pcm.o CC libavcodec/pcx.o CC libavcodec/pcxenc.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/pixblockdsp.o CC libavcodec/pixlet.o CC libavcodec/png_parser.o CC libavcodec/pnm.o CC libavcodec/pnm_parser.o CC libavcodec/pnmdec.o CC libavcodec/pnmenc.o CC libavcodec/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/resample.o CC libavcodec/resample2.o CC libavcodec/rl.o CC libavcodec/rl2.o CC libavcodec/rle.o CC libavcodec/roqaudioenc.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/roqvideoenc.o CC libavcodec/rpza.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv10enc.o CC libavcodec/rv20enc.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv34_parser.o CC libavcodec/rv34dsp.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s302m.o CC libavcodec/s302menc.o CC libavcodec/samidec.o CC libavcodec/sanm.o CC libavcodec/sbrdsp.o CC libavcodec/sbrdsp_fixed.o CC libavcodec/scpr.o CC libavcodec/sgidec.o CC libavcodec/sgienc.o CC libavcodec/sgirledec.o CC libavcodec/sheervideo.o CC libavcodec/shorten.o CC libavcodec/sinewin.o CC libavcodec/simple_idct.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 CC libavcodec/snappy.o CC libavcodec/snow.o src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_init': src/libavcodec/smvjpegdec.c:131:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] 131 | s->avctx->refcounted_frames = 1; | ^ In file included from src/libavcodec/smvjpegdec.c:28: src/libavcodec/avcodec.h:2694:9: note: declared here 2694 | int refcounted_frames; | ^~~~~~~~~~~~~~~~~ src/libavcodec/smvjpegdec.c: In function 'smvjpeg_decode_frame': src/libavcodec/smvjpegdec.c:162:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 162 | ret = avcodec_decode_video2(s->avctx, mjpeg_data, &s->mjpeg_data_size, avpkt); | ^~~ In file included from src/libavcodec/smvjpegdec.c:28: src/libavcodec/avcodec.h:4993:5: note: declared here 4993 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ 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 src/libavcodec/snowenc.c: In function 'encode_init': src/libavcodec/snowenc.c:137:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 137 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_h_shift, &s->chroma_v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/snowenc.c:25: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/srtenc.o CC libavcodec/startcode.o CC libavcodec/subviewerdec.o CC libavcodec/sunrast.o CC libavcodec/sunrastenc.o CC libavcodec/svq1.o CC libavcodec/svq13.o CC libavcodec/svq1dec.o CC libavcodec/svq1enc.o CC libavcodec/svq3.o CC libavcodec/synth_filter.o CC libavcodec/tak.o CC libavcodec/tak_parser.o CC libavcodec/takdec.o CC libavcodec/takdsp.o CC libavcodec/targa.o CC libavcodec/targa_y216dec.o CC libavcodec/targaenc.o CC libavcodec/textdec.o CC libavcodec/texturedsp.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o CC libavcodec/tiff_common.o CC libavcodec/tiff_data.o CC libavcodec/tiffenc.o CC libavcodec/tmv.o CC libavcodec/tpeldsp.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truemotion2rt.o CC libavcodec/truespeech.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 src/libavcodec/vc2enc.c: In function 'vc2_encode_init': src/libavcodec/vc2enc.c:1143:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1143 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/dirac.h:34, from src/libavcodec/vc2enc.c:24: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 src/libavcodec/vp3.c: In function 'vp3_decode_init': src/libavcodec/vp3.c:1771:5: warning: 'avcodec_get_chroma_sub_sample' is deprecated [-Wdeprecated-declarations] 1771 | avcodec_get_chroma_sub_sample(avctx->pix_fmt, &s->chroma_x_shift, &s->chroma_y_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/vp3.c:38: src/libavcodec/avcodec.h:5703:6: note: declared here 5703 | void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 In file included from src/libavutil/avutil.h:296, from src/libavutil/imgutils.h:30, from src/libavcodec/vp8.c:27: In function 'xchg_mb_border', inlined from 'intra_predict' at src/libavcodec/vp8.c:1607:9, inlined from 'decode_mb_row_no_filter' at src/libavcodec/vp8.c:2366:13, inlined from 'vp7_decode_mb_row_no_filter' at src/libavcodec/vp8.c:2418:12: src/libavutil/common.h:99:48: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=] 99 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) src/libavutil/intreadwrite.h:606:26: note: in expansion of macro 'FFSWAP' 606 | #define AV_SWAP(n, a, b) FFSWAP(av_alias##n, *(av_alias##n*)(a), *(av_alias##n*)(b)) | ^~~~~~ src/libavutil/intreadwrite.h:609:28: note: in expansion of macro 'AV_SWAP' 609 | # define AV_SWAP64(a, b) AV_SWAP(64, a, b) | ^~~~~~~ src/libavcodec/vp8.c:1496:13: note: in expansion of macro 'AV_SWAP64' 1496 | AV_SWAP64(b, a); \ | ^~~~~~~~~ src/libavcodec/vp8.c:1505:9: note: in expansion of macro 'XCHG' 1505 | XCHG(top_border + 32, src_y + 16, 1); | ^~~~ In function 'xchg_mb_border', inlined from 'intra_predict' at src/libavcodec/vp8.c:1707:9, inlined from 'decode_mb_row_no_filter' at src/libavcodec/vp8.c:2366:13, inlined from 'vp7_decode_mb_row_no_filter' at src/libavcodec/vp8.c:2418:12: src/libavutil/common.h:99:48: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=] 99 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) src/libavutil/intreadwrite.h:606:26: note: in expansion of macro 'FFSWAP' 606 | #define AV_SWAP(n, a, b) FFSWAP(av_alias##n, *(av_alias##n*)(a), *(av_alias##n*)(b)) | ^~~~~~ src/libavutil/intreadwrite.h:609:28: note: in expansion of macro 'AV_SWAP' 609 | # define AV_SWAP64(a, b) AV_SWAP(64, a, b) | ^~~~~~~ src/libavcodec/vp8.c:1496:13: note: in expansion of macro 'AV_SWAP64' 1496 | AV_SWAP64(b, a); \ | ^~~~~~~~~ src/libavcodec/vp8.c:1505:9: note: in expansion of macro 'XCHG' 1505 | XCHG(top_border + 32, src_y + 16, 1); | ^~~~ In function 'xchg_mb_border', inlined from 'intra_predict' at src/libavcodec/vp8.c:1607:9, inlined from 'decode_mb_row_no_filter' at src/libavcodec/vp8.c:2366:13, inlined from 'vp8_decode_mb_row_no_filter' at src/libavcodec/vp8.c:2424:12: src/libavutil/common.h:99:48: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=] 99 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) src/libavutil/intreadwrite.h:606:26: note: in expansion of macro 'FFSWAP' 606 | #define AV_SWAP(n, a, b) FFSWAP(av_alias##n, *(av_alias##n*)(a), *(av_alias##n*)(b)) | ^~~~~~ src/libavutil/intreadwrite.h:609:28: note: in expansion of macro 'AV_SWAP' 609 | # define AV_SWAP64(a, b) AV_SWAP(64, a, b) | ^~~~~~~ src/libavcodec/vp8.c:1496:13: note: in expansion of macro 'AV_SWAP64' 1496 | AV_SWAP64(b, a); \ | ^~~~~~~~~ src/libavcodec/vp8.c:1505:9: note: in expansion of macro 'XCHG' 1505 | XCHG(top_border + 32, src_y + 16, 1); | ^~~~ In function 'xchg_mb_border', inlined from 'intra_predict' at src/libavcodec/vp8.c:1707:9, inlined from 'decode_mb_row_no_filter' at src/libavcodec/vp8.c:2366:13, inlined from 'vp8_decode_mb_row_no_filter' at src/libavcodec/vp8.c:2424:12: src/libavutil/common.h:99:48: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=] 99 | #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) src/libavutil/intreadwrite.h:606:26: note: in expansion of macro 'FFSWAP' 606 | #define AV_SWAP(n, a, b) FFSWAP(av_alias##n, *(av_alias##n*)(a), *(av_alias##n*)(b)) | ^~~~~~ src/libavutil/intreadwrite.h:609:28: note: in expansion of macro 'AV_SWAP' 609 | # define AV_SWAP64(a, b) AV_SWAP(64, a, b) | ^~~~~~~ src/libavcodec/vp8.c:1496:13: note: in expansion of macro 'AV_SWAP64' 1496 | AV_SWAP64(b, a); \ | ^~~~~~~~~ src/libavcodec/vp8.c:1505:9: note: in expansion of macro 'XCHG' 1505 | XCHG(top_border + 32, src_y + 16, 1); | ^~~~ 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 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 CC libavcodec/x86/ac3dsp_init.o X86ASM libavcodec/x86/alacdsp.o CC libavcodec/x86/alacdsp_init.o X86ASM libavcodec/x86/audiodsp.o STRIP libavcodec/x86/aacencdsp.o CC libavcodec/x86/audiodsp_init.o STRIP libavcodec/x86/alacdsp.o X86ASM libavcodec/x86/blockdsp.o CC libavcodec/x86/blockdsp_init.o X86ASM libavcodec/x86/bswapdsp.o src/libavcodec/x86/blockdsp.asm:51: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/blockdsp.asm:36: ... from macro `CLEAR_BLOCK' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/blockdsp.asm:54: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/blockdsp.asm:36: ... from macro `CLEAR_BLOCK' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/blockdsp.asm:56: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/blockdsp.asm:36: ... from macro `CLEAR_BLOCK' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/blockdsp.o CC libavcodec/x86/bswapdsp_init.o STRIP libavcodec/x86/audiodsp.o CC libavcodec/x86/cavsdsp.o X86ASM libavcodec/x86/cavsidct.o CC libavcodec/x86/constants.o STRIP libavcodec/x86/aacpsdsp.o X86ASM libavcodec/x86/dcadsp.o CC libavcodec/x86/dcadsp_init.o src/libavcodec/x86/bswapdsp.asm:136: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/bswapdsp.asm:94: ... from macro `BSWAP32_BUF' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/bswapdsp.asm:136: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/bswapdsp.asm:94: ... from macro `BSWAP32_BUF' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/bswapdsp.asm:136: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/bswapdsp.asm:94: ... from macro `BSWAP32_BUF' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/ac3dsp.o X86ASM libavcodec/x86/dct32.o src/libavcodec/x86/bswapdsp.asm:139: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/bswapdsp.asm:90: ... from macro `BSWAP32_BUF' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/bswapdsp.asm:139: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/bswapdsp.asm:90: ... from macro `BSWAP32_BUF' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/bswapdsp.asm:139: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/bswapdsp.asm:90: ... from macro `BSWAP32_BUF' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here CC libavcodec/x86/dct_init.o STRIP libavcodec/x86/bswapdsp.o X86ASM libavcodec/x86/dirac_dwt.o CC libavcodec/x86/dirac_dwt_init.o X86ASM libavcodec/x86/diracdsp.o STRIP libavcodec/x86/ac3dsp_downmix.o CC libavcodec/x86/diracdsp_init.o STRIP libavcodec/x86/dcadsp.o X86ASM libavcodec/x86/dnxhdenc.o CC libavcodec/x86/dnxhdenc_init.o CC libavcodec/x86/fdct.o CC libavcodec/x86/fdctdsp_init.o STRIP libavcodec/x86/cavsidct.o X86ASM libavcodec/x86/fft.o CC libavcodec/x86/fft_init.o STRIP libavcodec/x86/dnxhdenc.o X86ASM libavcodec/x86/flac_dsp_gpl.o X86ASM libavcodec/x86/flacdsp.o STRIP libavcodec/x86/dirac_dwt.o CC libavcodec/x86/flacdsp_init.o STRIP libavcodec/x86/dct32.o X86ASM libavcodec/x86/fmtconvert.o CC libavcodec/x86/fmtconvert_init.o STRIP libavcodec/x86/diracdsp.o X86ASM libavcodec/x86/fpel.o X86ASM libavcodec/x86/g722dsp.o STRIP libavcodec/x86/fmtconvert.o CC libavcodec/x86/g722dsp_init.o STRIP libavcodec/x86/flac_dsp_gpl.o X86ASM libavcodec/x86/h263_loopfilter.o CC libavcodec/x86/h263dsp_init.o STRIP libavcodec/x86/g722dsp.o X86ASM libavcodec/x86/h264_chromamc.o X86ASM libavcodec/x86/h264_chromamc_10bit.o src/libavcodec/x86/fpel.asm:92: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:92: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:92: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:93: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:93: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:93: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:94: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:94: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:94: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:95: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:95: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:95: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:96: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:96: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:96: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:97: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:97: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:97: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:100: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:100: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:100: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:101: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:101: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:101: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:102: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:102: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:102: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:105: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:105: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:105: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:106: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:106: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fpel.asm:106: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fpel.asm:50: ... from macro `OP_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/fpel.o src/libavcodec/x86/h263_loopfilter.asm:105: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h263_loopfilter.asm:105: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h263_loopfilter.asm:105: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h263_loopfilter.asm:147: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/h264_deblock.o STRIP libavcodec/x86/flacdsp.o STRIP libavcodec/x86/h263_loopfilter.o X86ASM libavcodec/x86/h264_deblock_10bit.o X86ASM libavcodec/x86/h264_idct.o src/libavcodec/x86/h264_chromamc_10bit.asm:251: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:251: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:251: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:254: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:254: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:254: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:257: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:175: ... from macro `CHROMA_MC4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:257: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:175: ... from macro `CHROMA_MC4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:257: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:175: ... from macro `CHROMA_MC4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:258: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:205: ... from macro `CHROMA_MC2' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:258: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:205: ... from macro `CHROMA_MC2' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:258: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:205: ... from macro `CHROMA_MC2' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:262: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:262: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:262: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:265: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:265: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:265: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:64: ... from macro `CHROMA_MC8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:268: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:175: ... from macro `CHROMA_MC4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:268: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:175: ... from macro `CHROMA_MC4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:268: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:175: ... from macro `CHROMA_MC4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:269: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:205: ... from macro `CHROMA_MC2' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:269: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:205: ... from macro `CHROMA_MC2' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc_10bit.asm:269: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc_10bit.asm:205: ... from macro `CHROMA_MC2' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/h264_chromamc_10bit.o X86ASM libavcodec/x86/h264_idct_10bit.o src/libavcodec/x86/fft.asm:558: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:558: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:558: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:623: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:623: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:623: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:625: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:625: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:625: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:628: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:628: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:628: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:630: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:630: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:630: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:717: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:717: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:717: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:719: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:719: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:719: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:723: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:723: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:723: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1079: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1079: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1079: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1083: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1083: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1083: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1086: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1086: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1086: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1092: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1092: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/fft.asm:1092: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here src//libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:667: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/fft.o X86ASM libavcodec/x86/h264_intrapred.o src/libavcodec/x86/h264_chromamc.asm:431: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:431: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:431: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:433: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:433: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:433: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:434: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:434: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:434: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:435: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:435: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:435: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:438: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:372: ... from macro `chroma_mc2_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:438: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:372: ... from macro `chroma_mc2_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:438: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:372: ... from macro `chroma_mc2_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:442: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:442: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:442: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:443: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:443: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:443: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:444: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:444: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:444: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:445: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:445: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:445: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:446: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:446: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:446: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:447: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:372: ... from macro `chroma_mc2_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:447: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:372: ... from macro `chroma_mc2_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:447: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:372: ... from macro `chroma_mc2_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:450: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:450: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:450: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:451: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:451: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:451: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:452: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:452: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:452: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:109: ... from macro `chroma_mc8_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:453: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:453: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:453: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:454: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:454: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:454: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:290: ... from macro `chroma_mc4_mmx_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:653: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:653: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:653: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:654: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:654: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:654: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:656: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:602: ... from macro `chroma_mc4_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:656: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:602: ... from macro `chroma_mc4_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:656: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:602: ... from macro `chroma_mc4_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:660: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:660: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:660: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:85: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:78: ... from macro `IDCT_ADD_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:85: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:78: ... from macro `IDCT_ADD_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:85: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:78: ... from macro `IDCT_ADD_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:661: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:661: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:661: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:457: ... from macro `chroma_mc8_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:88: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:78: ... from macro `IDCT_ADD_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:88: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:78: ... from macro `IDCT_ADD_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:88: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:78: ... from macro `IDCT_ADD_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:663: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:602: ... from macro `chroma_mc4_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:663: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:602: ... from macro `chroma_mc4_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_chromamc.asm:663: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_chromamc.asm:602: ... from macro `chroma_mc4_ssse3_func' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:162: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:140: ... from macro `IDCT_ADD16_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:162: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:140: ... from macro `IDCT_ADD16_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:162: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:140: ... from macro `IDCT_ADD16_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/h264_chromamc.o src/libavcodec/x86/h264_idct_10bit.asm:165: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:140: ... from macro `IDCT_ADD16_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:165: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:140: ... from macro `IDCT_ADD16_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:165: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:140: ... from macro `IDCT_ADD16_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/h264_intrapred_10bit.o src/libavcodec/x86/h264_idct_10bit.asm:199: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:199: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:199: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:231: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:215: ... from macro `IDCT8_DC_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:231: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:215: ... from macro `IDCT8_DC_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:231: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:215: ... from macro `IDCT8_DC_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:234: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:215: ... from macro `IDCT8_DC_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:234: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:215: ... from macro `IDCT8_DC_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:234: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:215: ... from macro `IDCT8_DC_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:307: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:285: ... from macro `IDCT_ADD16INTRA_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:307: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:285: ... from macro `IDCT_ADD16INTRA_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:307: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:285: ... from macro `IDCT_ADD16INTRA_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:310: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:285: ... from macro `IDCT_ADD16INTRA_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:310: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:285: ... from macro `IDCT_ADD16INTRA_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:310: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:285: ... from macro `IDCT_ADD16INTRA_10' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:347: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:320: ... from macro `IDCT_ADD8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:347: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:320: ... from macro `IDCT_ADD8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:347: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:320: ... from macro `IDCT_ADD8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:350: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:320: ... from macro `IDCT_ADD8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:350: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:320: ... from macro `IDCT_ADD8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:350: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:320: ... from macro `IDCT_ADD8' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:400: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:362: ... from macro `IDCT_ADD8_422' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:400: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:362: ... from macro `IDCT_ADD8_422' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:400: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:362: ... from macro `IDCT_ADD8_422' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:403: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:362: ... from macro `IDCT_ADD8_422' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:403: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:362: ... from macro `IDCT_ADD8_422' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:403: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:362: ... from macro `IDCT_ADD8_422' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:610: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:510: ... from macro `IDCT8_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:610: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:510: ... from macro `IDCT8_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:610: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:510: ... from macro `IDCT8_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:156: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:156: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:156: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:211: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:211: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:211: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:803: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:730: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:803: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:730: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:803: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:730: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:613: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:510: ... from macro `IDCT8_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:613: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:510: ... from macro `IDCT8_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:613: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:510: ... from macro `IDCT8_ADD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:803: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:759: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:803: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:759: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:803: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:759: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:805: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:156: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:805: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:156: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:805: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:156: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:653: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:635: ... from macro `IDCT8_ADD4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:653: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:635: ... from macro `IDCT8_ADD4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:653: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:635: ... from macro `IDCT8_ADD4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:656: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:635: ... from macro `IDCT8_ADD4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:656: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:635: ... from macro `IDCT8_ADD4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct_10bit.asm:656: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct_10bit.asm:635: ... from macro `IDCT8_ADD4' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:805: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:211: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:805: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:211: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:805: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:211: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/h264_idct_10bit.o src/libavcodec/x86/h264_deblock_10bit.asm:806: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:730: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:806: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:730: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:806: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:730: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here CC libavcodec/x86/h264_intrapred_init.o src/libavcodec/x86/h264_deblock_10bit.asm:806: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:759: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:806: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:759: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:806: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:759: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here CC libavcodec/x86/h264_qpel.o src/libavcodec/x86/h264_deblock_10bit.asm:809: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:156: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:809: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:156: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:809: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:156: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/h264_qpel_10bit.o src/libavcodec/x86/h264_deblock_10bit.asm:809: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:211: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:809: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:211: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:809: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:211: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:810: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:730: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:810: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:730: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:810: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:730: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:810: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:759: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:810: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:759: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:810: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:759: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1073: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:935: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1073: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:935: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1073: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:935: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1073: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:970: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1073: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:970: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1073: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:970: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1076: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:935: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1076: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:935: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1076: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:935: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1076: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:970: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1076: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:970: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1076: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:970: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1079: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:935: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1079: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:935: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1079: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:935: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1079: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:970: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1079: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:970: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock_10bit.asm:1079: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock_10bit.asm:970: ... from macro `DEBLOCK_CHROMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/h264_deblock_10bit.o X86ASM libavcodec/x86/h264_qpel_8bit.o src/libavcodec/x86/h264_idct.asm:92: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:92: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:92: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:212: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:212: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:212: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:281: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:281: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:281: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:340: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:340: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:340: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:349: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:349: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:349: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:585: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:483: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:585: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:533: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:587: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:483: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:587: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:533: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:590: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:483: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:590: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:533: ... from macro `DEBLOCK_LUMA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:862: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:735: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:84: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:58: ... from macro `PRED4x4_DR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:84: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:58: ... from macro `PRED4x4_DR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:84: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:58: ... from macro `PRED4x4_DR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:86: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:58: ... from macro `PRED4x4_DR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:86: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:58: ... from macro `PRED4x4_DR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:86: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:58: ... from macro `PRED4x4_DR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:862: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:823: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:89: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:58: ... from macro `PRED4x4_DR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:89: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:58: ... from macro `PRED4x4_DR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:89: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:58: ... from macro `PRED4x4_DR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:124: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:97: ... from macro `PRED4x4_VR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:124: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:97: ... from macro `PRED4x4_VR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:124: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:97: ... from macro `PRED4x4_VR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:126: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:97: ... from macro `PRED4x4_VR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:126: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:97: ... from macro `PRED4x4_VR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:126: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:97: ... from macro `PRED4x4_VR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:129: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:97: ... from macro `PRED4x4_VR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:129: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:97: ... from macro `PRED4x4_VR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:129: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:97: ... from macro `PRED4x4_VR' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:167: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:137: ... from macro `PRED4x4_HD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:167: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:137: ... from macro `PRED4x4_HD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:167: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:137: ... from macro `PRED4x4_HD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:169: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:137: ... from macro `PRED4x4_HD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:169: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:137: ... from macro `PRED4x4_HD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:169: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:137: ... from macro `PRED4x4_HD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:735: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:172: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:137: ... from macro `PRED4x4_HD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:172: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:137: ... from macro `PRED4x4_HD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:172: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:137: ... from macro `PRED4x4_HD' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:180: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:180: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:180: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:225: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:205: ... from macro `PRED4x4_DL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:225: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:205: ... from macro `PRED4x4_DL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:225: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:205: ... from macro `PRED4x4_DL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:228: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:205: ... from macro `PRED4x4_DL' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:228: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:205: ... from macro `PRED4x4_DL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:228: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:205: ... from macro `PRED4x4_DL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:920: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:920: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:920: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:255: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:236: ... from macro `PRED4x4_VL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:255: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:236: ... from macro `PRED4x4_VL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:255: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:236: ... from macro `PRED4x4_VL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:973: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:973: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:973: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:258: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:236: ... from macro `PRED4x4_VL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:258: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:236: ... from macro `PRED4x4_VL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:1139: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:258: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct.asm:1091: ... from macro `IDCT_DC_DEQUANT' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:236: ... from macro `PRED4x4_VL' defined here src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:1139: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct.asm:1091: ... from macro `IDCT_DC_DEQUANT' defined here src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:1139: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct.asm:1091: ... from macro `IDCT_DC_DEQUANT' defined here src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:266: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:266: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:823: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:266: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:300: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:300: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:300: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:415: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:346: ... from macro `PRED8x8_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:415: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:346: ... from macro `PRED8x8_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:415: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:346: ... from macro `PRED8x8_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:417: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:346: ... from macro `PRED8x8_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:417: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:346: ... from macro `PRED8x8_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:1141: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct.asm:1091: ... from macro `IDCT_DC_DEQUANT' defined here src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:417: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:346: ... from macro `PRED8x8_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:1141: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_idct.asm:1091: ... from macro `IDCT_DC_DEQUANT' defined here src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:1141: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_idct.asm:1091: ... from macro `IDCT_DC_DEQUANT' defined here src//libavutil/x86/x86util.asm:756: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:791: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:665: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:423: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:423: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:423: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:450: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:450: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:450: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_idct.asm:1144: warning: redefining multi-line macro `STORE_DIFFx2' [-w+other] src/libavcodec/x86/h264_deblock.asm:869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:735: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:530: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:514: ... from macro `PRED8x8L_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:530: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:514: ... from macro `PRED8x8L_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:530: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:514: ... from macro `PRED8x8L_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:532: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:514: ... from macro `PRED8x8L_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:532: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:514: ... from macro `PRED8x8L_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:532: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:514: ... from macro `PRED8x8L_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:568: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:539: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:568: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:539: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:568: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:539: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:571: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:539: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:571: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:539: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:571: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:539: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:628: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:580: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:628: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:580: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:628: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:580: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:631: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:580: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:631: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:580: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:823: ... from macro `DEBLOCK_LUMA_INTRA' defined here src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:631: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:580: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:664: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:639: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:664: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:639: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:664: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:639: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:667: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:639: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:667: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:639: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:667: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:639: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:719: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:675: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:719: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:675: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:719: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:675: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:721: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:675: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:721: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:675: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:721: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:675: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/h264_idct.o X86ASM libavcodec/x86/h264_weight.o src/libavcodec/x86/h264_intrapred_10bit.asm:724: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:675: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:724: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:675: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:724: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:675: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:788: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:732: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:788: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:732: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:788: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:732: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:898: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:898: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:898: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:913: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:913: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:913: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:790: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:732: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:790: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:732: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:790: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:732: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:793: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:732: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:793: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:732: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:793: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:732: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:954: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:954: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:954: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:863: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:803: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:863: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:803: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:863: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:803: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:803: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:803: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:803: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1012: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1012: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1012: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1026: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1026: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1026: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:868: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:803: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:868: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:803: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:868: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:803: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1033: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1033: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1033: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:754: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:789: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:663: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:934: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:877: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:934: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:877: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:934: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:877: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:936: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:877: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:936: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:877: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:936: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:877: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:877: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:877: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:877: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:996: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:947: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:996: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:947: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:996: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:947: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1255: warning: dropping trailing empty parameter in call to multi-line macro `cglobal' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:1188: ... from macro `DEBLOCK_CHROMA_XMM' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:998: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:947: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:998: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:947: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:998: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:947: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1001: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:947: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1001: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:947: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1001: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:947: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1037: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1018: ... from macro `PRED16x16_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1037: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1018: ... from macro `PRED16x16_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1037: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1018: ... from macro `PRED16x16_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1039: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1018: ... from macro `PRED16x16_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1039: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1018: ... from macro `PRED16x16_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1039: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1018: ... from macro `PRED16x16_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1061: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1045: ... from macro `PRED16x16_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1061: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1045: ... from macro `PRED16x16_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1061: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1045: ... from macro `PRED16x16_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1063: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1045: ... from macro `PRED16x16_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1063: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1045: ... from macro `PRED16x16_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1063: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1045: ... from macro `PRED16x16_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1107: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1069: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1107: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1069: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1107: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1069: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1109: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1069: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1109: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1069: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1109: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1069: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1139: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1115: ... from macro `PRED16x16_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1139: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1115: ... from macro `PRED16x16_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1139: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1115: ... from macro `PRED16x16_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1141: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1115: ... from macro `PRED16x16_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1141: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1115: ... from macro `PRED16x16_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1141: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1115: ... from macro `PRED16x16_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1176: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1147: ... from macro `PRED16x16_LEFT_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1176: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1147: ... from macro `PRED16x16_LEFT_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1176: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1147: ... from macro `PRED16x16_LEFT_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1178: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1147: ... from macro `PRED16x16_LEFT_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1178: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1147: ... from macro `PRED16x16_LEFT_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1178: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1147: ... from macro `PRED16x16_LEFT_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1197: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1184: ... from macro `PRED16x16_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1197: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1184: ... from macro `PRED16x16_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1197: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1184: ... from macro `PRED16x16_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1199: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1184: ... from macro `PRED16x16_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1199: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1184: ... from macro `PRED16x16_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred_10bit.asm:1199: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred_10bit.asm:1184: ... from macro `PRED16x16_128_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:191: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:191: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:191: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:199: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:199: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:218: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:199: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:185: ... from macro `MC00' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/h264_intrapred_10bit.o src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:191: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:191: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:191: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/h264_weight_10bit.o src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:199: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:199: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:221: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:199: ... from macro `MC00' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_deblock.asm:1256: warning: dropping trailing empty parameter in call to multi-line macro `cglobal' [-w+macro-params-legacy] src/libavcodec/x86/h264_deblock.asm:1188: ... from macro `DEBLOCK_CHROMA_XMM' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:249: ... from macro `MC20' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:311: ... from macro `MC30' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:229: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:231: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:233: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:235: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:74: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:74: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:74: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:239: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:99: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:87: ... from macro `WEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:99: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:87: ... from macro `WEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:99: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:87: ... from macro `WEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:101: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:87: ... from macro `WEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:101: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:87: ... from macro `WEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:101: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:87: ... from macro `WEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:241: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:124: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:104: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:124: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:104: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:124: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:104: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:126: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:104: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:126: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:104: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:126: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:104: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:243: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/h264_deblock.o src/libavcodec/x86/h264_weight.asm:202: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:202: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:202: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:245: ... from macro `MC_CACHE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:322: ... from macro `MC10' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:237: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:221: ... from macro `BIWEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:237: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:221: ... from macro `BIWEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:237: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:221: ... from macro `BIWEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:239: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:221: ... from macro `BIWEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:239: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:221: ... from macro `BIWEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:239: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:221: ... from macro `BIWEIGHT_FUNC_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:266: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:242: ... from macro `BIWEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:266: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:242: ... from macro `BIWEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:266: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:242: ... from macro `BIWEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:268: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:242: ... from macro `BIWEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:268: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:242: ... from macro `BIWEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:268: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight.asm:242: ... from macro `BIWEIGHT_FUNC_HALF_MM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:281: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:281: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:281: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:300: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:300: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight.asm:300: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:417: ... from macro `MC02' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here CC libavcodec/x86/h264chroma_init.o STRIP libavcodec/x86/h264_weight.o src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:438: ... from macro `MC01' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:464: ... from macro `MC03' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here CC libavcodec/x86/h264dsp_init.o X86ASM libavcodec/x86/hevc_add_res.o src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:527: ... from macro `MC11' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:563: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:557: ... from macro `MC31' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:569: ... from macro `MC13' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:108: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:94: ... from macro `WEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:108: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:94: ... from macro `WEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:108: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:94: ... from macro `WEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/hevc_deblock.o src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_weight_10bit.asm:110: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_weight_10bit.asm:94: ... from macro `WEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:110: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:94: ... from macro `WEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:110: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:94: ... from macro `WEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:580: ... from macro `MC33' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:127: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:115: ... from macro `WEIGHT_FUNC_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:127: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:115: ... from macro `WEIGHT_FUNC_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:127: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:115: ... from macro `WEIGHT_FUNC_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:129: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:115: ... from macro `WEIGHT_FUNC_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:129: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:115: ... from macro `WEIGHT_FUNC_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:129: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:115: ... from macro `WEIGHT_FUNC_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:149: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:134: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:149: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:134: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:149: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:134: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:151: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:134: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:151: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:134: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:151: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:134: ... from macro `WEIGHT_FUNC_HALF_MM' defined here src/libavcodec/x86/h264_weight_10bit.asm:44: ... from macro `WEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:241: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:226: ... from macro `BIWEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:241: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:226: ... from macro `BIWEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:241: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:226: ... from macro `BIWEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:243: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:226: ... from macro `BIWEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:243: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:226: ... from macro `BIWEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_weight_10bit.asm:243: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_weight_10bit.asm:226: ... from macro `BIWEIGHT_FUNC_DBL' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:727: ... from macro `MC22' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:260: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:247: ... from macro `BIWEIGHT_FUNC' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:260: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:247: ... from macro `BIWEIGHT_FUNC' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:260: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:247: ... from macro `BIWEIGHT_FUNC' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:262: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:247: ... from macro `BIWEIGHT_FUNC' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:262: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:247: ... from macro `BIWEIGHT_FUNC' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:262: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:247: ... from macro `BIWEIGHT_FUNC' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:282: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:266: ... from macro `BIWEIGHT_FUNC_HALF' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:282: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:266: ... from macro `BIWEIGHT_FUNC_HALF' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:282: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:266: ... from macro `BIWEIGHT_FUNC_HALF' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:763: ... from macro `MC12' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:284: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:266: ... from macro `BIWEIGHT_FUNC_HALF' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:284: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:266: ... from macro `BIWEIGHT_FUNC_HALF' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_weight_10bit.asm:284: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_weight_10bit.asm:266: ... from macro `BIWEIGHT_FUNC_HALF' defined here src/libavcodec/x86/h264_weight_10bit.asm:167: ... from macro `BIWEIGHT_PROLOGUE' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:808: ... from macro `MC32' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/h264_weight_10bit.o src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:856: ... from macro `MC21' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:101: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:103: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:107: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:157: ... from macro `cglobal_mc' defined here src/libavcodec/x86/h264_qpel_10bit.asm:114: ... from macro `MCAxA_OP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_10bit.asm:884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_10bit.asm:109: ... from macro `MC' defined here src/libavcodec/x86/h264_qpel_10bit.asm:879: ... from macro `MC23' defined here src/libavcodec/x86/h264_qpel_10bit.asm:160: ... from macro `cglobal_mc' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/hevc_idct.o STRIP libavcodec/x86/h264_qpel_10bit.o X86ASM libavcodec/x86/hevc_mc.o STRIP libavcodec/x86/hevc_mc.o src/libavcodec/x86/h264_qpel_8bit.asm:96: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:57: ... from macro `QPEL4_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:96: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:57: ... from macro `QPEL4_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:96: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:57: ... from macro `QPEL4_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:97: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:57: ... from macro `QPEL4_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:97: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:57: ... from macro `QPEL4_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:97: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:57: ... from macro `QPEL4_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:156: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:100: ... from macro `QPEL8_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:156: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:100: ... from macro `QPEL8_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:156: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:100: ... from macro `QPEL8_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:53: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:53: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:53: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:160: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:123: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:160: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:123: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:160: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:123: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:157: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:100: ... from macro `QPEL8_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:157: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:100: ... from macro `QPEL8_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:157: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:100: ... from macro `QPEL8_H_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:160: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:132: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:160: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:132: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/hevc_sao.o src/libavcodec/x86/hevc_add_res.asm:160: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:132: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:199: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:160: ... from macro `QPEL8_H_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:199: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:160: ... from macro `QPEL8_H_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:199: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:160: ... from macro `QPEL8_H_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:200: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:160: ... from macro `QPEL8_H_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:200: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:160: ... from macro `QPEL8_H_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:200: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:160: ... from macro `QPEL8_H_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:160: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:146: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:160: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:146: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:160: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:146: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:246: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:204: ... from macro `QPEL4_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:246: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:204: ... from macro `QPEL4_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:246: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:204: ... from macro `QPEL4_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:162: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:123: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:162: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:123: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:162: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:123: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:247: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:204: ... from macro `QPEL4_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:247: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:204: ... from macro `QPEL4_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:247: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:204: ... from macro `QPEL4_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:162: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:132: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:162: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:132: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:162: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:132: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:310: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:251: ... from macro `QPEL8_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:310: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:251: ... from macro `QPEL8_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:310: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:251: ... from macro `QPEL8_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:162: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:146: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:162: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:146: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:162: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_add_res.asm:146: ... from macro `TRANSFORM_ADD_8' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:311: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:251: ... from macro `QPEL8_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:311: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:251: ... from macro `QPEL8_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:311: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:251: ... from macro `QPEL8_H_LOWPASS_L2_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:167: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:167: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:167: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:357: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:315: ... from macro `QPEL8_H_LOWPASS_L2_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:357: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:315: ... from macro `QPEL8_H_LOWPASS_L2_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:357: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:315: ... from macro `QPEL8_H_LOWPASS_L2_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:294: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:294: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:294: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:358: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:315: ... from macro `QPEL8_H_LOWPASS_L2_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:358: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:315: ... from macro `QPEL8_H_LOWPASS_L2_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:358: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:315: ... from macro `QPEL8_H_LOWPASS_L2_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:304: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:304: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:304: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:411: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:384: ... from macro `QPEL4_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:411: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:384: ... from macro `QPEL4_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:411: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:384: ... from macro `QPEL4_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:315: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:315: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:315: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:328: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:328: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:328: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:343: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:412: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:384: ... from macro `QPEL4_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:343: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:412: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:384: ... from macro `QPEL4_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:343: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:412: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:384: ... from macro `QPEL4_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:357: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:357: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_add_res.asm:357: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:465: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:424: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:465: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:424: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:465: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:424: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/hevc_add_res.o X86ASM libavcodec/x86/hevc_sao_10bit.o src/libavcodec/x86/h264_qpel_8bit.asm:466: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:424: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:466: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:424: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:466: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:424: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:418: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:418: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:418: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:470: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:418: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:470: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:418: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:470: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:418: ... from macro `QPEL8OR16_V_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:542: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:493: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:542: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:493: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:542: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:493: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:542: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:515: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:542: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:515: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:542: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:515: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:543: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:493: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:543: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:493: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:543: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:493: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:543: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:515: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:543: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:515: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:543: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:515: ... from macro `QPEL4_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:585: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:546: ... from macro `QPEL8OR16_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:585: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:546: ... from macro `QPEL8OR16_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:585: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:546: ... from macro `QPEL8OR16_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/hevc_deblock.o CC libavcodec/x86/hevcdsp_init.o src/libavcodec/x86/h264_qpel_8bit.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:546: ... from macro `QPEL8OR16_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:546: ... from macro `QPEL8OR16_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:546: ... from macro `QPEL8OR16_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/hpeldsp.o src/libavcodec/x86/h264_qpel_8bit.asm:589: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:546: ... from macro `QPEL8OR16_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:589: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:546: ... from macro `QPEL8OR16_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:589: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:546: ... from macro `QPEL8OR16_HV1_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:634: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:595: ... from macro `QPEL8OR16_HV2_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:634: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:595: ... from macro `QPEL8OR16_HV2_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:634: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:595: ... from macro `QPEL8OR16_HV2_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:635: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:595: ... from macro `QPEL8OR16_HV2_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:635: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:595: ... from macro `QPEL8OR16_HV2_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:635: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:595: ... from macro `QPEL8OR16_HV2_LOWPASS_OP' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:725: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:638: ... from macro `QPEL8OR16_HV2_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:725: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:638: ... from macro `QPEL8OR16_HV2_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:725: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:638: ... from macro `QPEL8OR16_HV2_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:726: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:638: ... from macro `QPEL8OR16_HV2_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:726: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:638: ... from macro `QPEL8OR16_HV2_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:726: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:638: ... from macro `QPEL8OR16_HV2_LOWPASS_OP_XMM' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:759: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:730: ... from macro `PIXELS4_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:759: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:730: ... from macro `PIXELS4_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:759: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:730: ... from macro `PIXELS4_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:760: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:730: ... from macro `PIXELS4_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:760: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:730: ... from macro `PIXELS4_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:760: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:730: ... from macro `PIXELS4_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:791: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:764: ... from macro `PIXELS8_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:791: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:764: ... from macro `PIXELS8_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:791: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:764: ... from macro `PIXELS8_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:792: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:764: ... from macro `PIXELS8_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:792: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:764: ... from macro `PIXELS8_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_qpel_8bit.asm:792: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_qpel_8bit.asm:764: ... from macro `PIXELS8_L2_SHIFT5' defined here src//libavutil/x86/x86util.asm:753: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:788: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/h264_qpel_8bit.o CC libavcodec/x86/hpeldsp_init.o X86ASM libavcodec/x86/hpeldsp_vp3.o src/libavcodec/x86/hpeldsp_vp3.asm:67: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:27: ... from macro `PUT_NO_RND_PIXELS8_X2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:652: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:67: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:27: ... from macro `PUT_NO_RND_PIXELS8_X2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:67: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:27: ... from macro `PUT_NO_RND_PIXELS8_X2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:69: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:27: ... from macro `PUT_NO_RND_PIXELS8_X2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:652: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:69: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:27: ... from macro `PUT_NO_RND_PIXELS8_X2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:69: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:27: ... from macro `PUT_NO_RND_PIXELS8_X2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:109: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:74: ... from macro `PUT_NO_RND_PIXELS8_Y2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:652: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:109: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:74: ... from macro `PUT_NO_RND_PIXELS8_Y2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:109: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:74: ... from macro `PUT_NO_RND_PIXELS8_Y2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:111: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:74: ... from macro `PUT_NO_RND_PIXELS8_Y2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:652: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:111: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:74: ... from macro `PUT_NO_RND_PIXELS8_Y2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp_vp3.asm:111: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp_vp3.asm:74: ... from macro `PUT_NO_RND_PIXELS8_Y2_EXACT' defined here src//libavutil/x86/x86util.asm:748: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:783: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/hpeldsp_vp3.o CC libavcodec/x86/hpeldsp_vp3_init.o X86ASM libavcodec/x86/huffyuvdsp.o src/libavcodec/x86/h264_intrapred.asm:56: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:56: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:56: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:72: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:72: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:72: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:122: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:92: ... from macro `PRED16x16_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:122: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:92: ... from macro `PRED16x16_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:122: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:92: ... from macro `PRED16x16_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:124: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:92: ... from macro `PRED16x16_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:124: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:92: ... from macro `PRED16x16_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:124: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:92: ... from macro `PRED16x16_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:126: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:92: ... from macro `PRED16x16_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:126: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:92: ... from macro `PRED16x16_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:126: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:92: ... from macro `PRED16x16_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:184: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:133: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:184: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:133: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:184: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:133: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:186: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:133: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:186: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:133: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:186: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:133: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:188: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:133: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:188: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:133: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:188: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:133: ... from macro `PRED16x16_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:231: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:195: ... from macro `PRED16x16_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:231: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:195: ... from macro `PRED16x16_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:231: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:195: ... from macro `PRED16x16_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:233: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:195: ... from macro `PRED16x16_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:233: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:195: ... from macro `PRED16x16_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:233: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:195: ... from macro `PRED16x16_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:236: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:236: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:236: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:573: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:573: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:573: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:574: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:574: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:575: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:575: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:575: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:577: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:577: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:577: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:578: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:578: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:578: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:579: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:579: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:579: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:85: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:45: ... from macro `PUT_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:85: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:45: ... from macro `PUT_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:85: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:45: ... from macro `PUT_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:87: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:45: ... from macro `PUT_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:87: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:45: ... from macro `PUT_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:87: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:45: ... from macro `PUT_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:581: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:581: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:581: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:129: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:92: ... from macro `PUT_PIXELS_16' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:129: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:92: ... from macro `PUT_PIXELS_16' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:129: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:92: ... from macro `PUT_PIXELS_16' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:131: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:92: ... from macro `PUT_PIXELS_16' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:131: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:92: ... from macro `PUT_PIXELS_16' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:131: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:92: ... from macro `PUT_PIXELS_16' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:582: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:582: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:582: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:134: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:43: ... from macro `PUT_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:134: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:43: ... from macro `PUT_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:134: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:43: ... from macro `PUT_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:173: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:139: ... from macro `PUT_NO_RND_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:173: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:139: ... from macro `PUT_NO_RND_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:173: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:139: ... from macro `PUT_NO_RND_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:583: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:583: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src/libavcodec/x86/hevc_idct.asm:848: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src/libavcodec/x86/hevc_idct.asm:831: ... from macro `INIT_IDCT' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:490: ... from macro `TRANSPOSE_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:848: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:831: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:490: ... from macro `TRANSPOSE_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:583: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:848: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:831: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:490: ... from macro `TRANSPOSE_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:175: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:139: ... from macro `PUT_NO_RND_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:175: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:139: ... from macro `PUT_NO_RND_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:175: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:139: ... from macro `PUT_NO_RND_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:211: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:183: ... from macro `PUT_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:211: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:183: ... from macro `PUT_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:211: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:183: ... from macro `PUT_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:213: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:183: ... from macro `PUT_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:213: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:183: ... from macro `PUT_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:213: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:183: ... from macro `PUT_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:848: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:841: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:509: ... from macro `IDCT_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:585: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:585: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:585: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:216: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:181: ... from macro `PUT_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:216: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:181: ... from macro `PUT_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:216: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:181: ... from macro `PUT_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:251: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:221: ... from macro `PUT_NO_RND_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:251: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:221: ... from macro `PUT_NO_RND_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:251: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:221: ... from macro `PUT_NO_RND_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:253: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:221: ... from macro `PUT_NO_RND_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:253: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:221: ... from macro `PUT_NO_RND_PIXELS8_Y2' defined here src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src/libavcodec/x86/hpeldsp.asm:253: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src/libavcodec/x86/hpeldsp.asm:221: ... from macro `PUT_NO_RND_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:283: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:258: ... from macro `AVG_PIXELS8' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:283: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:258: ... from macro `AVG_PIXELS8' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:283: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:258: ... from macro `AVG_PIXELS8' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:339: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:291: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:339: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:291: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:339: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:291: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:587: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:587: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:587: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:313: ... from macro `H264_PRED16x16_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:341: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:291: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:341: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:291: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:341: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:291: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:755: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:755: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:755: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:343: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:291: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:343: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:291: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:343: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:291: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:346: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:289: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:346: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:289: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:346: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:289: ... from macro `AVG_PIXELS8_X2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:386: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:354: ... from macro `AVG_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:386: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:354: ... from macro `AVG_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:386: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:354: ... from macro `AVG_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:388: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:354: ... from macro `AVG_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:388: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:354: ... from macro `AVG_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:388: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:354: ... from macro `AVG_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:848: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:842: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:362: ... from macro `IDCT_4x4' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:759: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:759: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:759: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:391: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:352: ... from macro `AVG_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:391: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:352: ... from macro `AVG_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:391: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:352: ... from macro `AVG_PIXELS8_Y2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:435: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:398: ... from macro `AVG_APPROX_PIXELS8_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:435: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:398: ... from macro `AVG_APPROX_PIXELS8_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:435: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:398: ... from macro `AVG_APPROX_PIXELS8_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:761: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:761: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:761: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:594: ... from macro `H264_PRED8x8_PLANE' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:849: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:831: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:490: ... from macro `TRANSPOSE_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:849: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:831: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:490: ... from macro `TRANSPOSE_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:849: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:831: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:490: ... from macro `TRANSPOSE_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:437: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:398: ... from macro `AVG_APPROX_PIXELS8_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:437: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:398: ... from macro `AVG_APPROX_PIXELS8_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:437: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:398: ... from macro `AVG_APPROX_PIXELS8_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:519: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:445: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:519: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:445: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:519: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:445: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:768: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:768: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:768: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:849: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:841: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:509: ... from macro `IDCT_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:785: ... from macro `PRED8x8_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:785: ... from macro `PRED8x8_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:785: ... from macro `PRED8x8_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:804: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:785: ... from macro `PRED8x8_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:804: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:785: ... from macro `PRED8x8_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:804: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:785: ... from macro `PRED8x8_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:521: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:445: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:521: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:445: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:521: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:445: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:806: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:785: ... from macro `PRED8x8_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:806: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:785: ... from macro `PRED8x8_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:806: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:785: ... from macro `PRED8x8_H' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:812: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:812: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:812: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:523: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:443: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:523: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:443: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:523: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:443: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:847: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:847: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:847: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:908: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:908: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:908: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:524: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:443: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:524: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:443: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:524: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:443: ... from macro `SET_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:980: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:945: ... from macro `PRED8x8_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:980: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:945: ... from macro `PRED8x8_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:980: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:945: ... from macro `PRED8x8_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:982: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:945: ... from macro `PRED8x8_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:982: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:945: ... from macro `PRED8x8_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:982: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:945: ... from macro `PRED8x8_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:587: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:531: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:587: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:531: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:587: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:531: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:985: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:985: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:985: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1014: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1014: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1014: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:588: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:531: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:588: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:531: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:588: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:531: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:849: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:842: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:362: ... from macro `IDCT_4x4' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1104: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1057: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1104: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1057: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1104: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1057: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:590: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:528: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:590: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:528: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:590: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:528: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:591: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:528: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:591: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:528: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:662: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hpeldsp.asm:591: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hpeldsp.asm:528: ... from macro `SSSE3_PIXELS_XY2' defined here src//libavutil/x86/x86util.asm:755: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:790: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:664: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1106: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1057: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:850: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:841: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:509: ... from macro `IDCT_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src/libavcodec/x86/h264_intrapred.asm:1106: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1057: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1106: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1057: ... from macro `PRED8x8L_TOP_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1208: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1114: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1208: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1114: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1208: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1114: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/hpeldsp.o src/libavcodec/x86/h264_intrapred.asm:1210: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1114: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1210: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1114: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1210: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1114: ... from macro `PRED8x8L_DC' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here CC libavcodec/x86/huffyuvdsp_init.o STRIP libavcodec/x86/huffyuvdsp.o X86ASM libavcodec/x86/huffyuvencdsp.o src/libavcodec/x86/h264_intrapred.asm:1280: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1218: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1280: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1218: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1280: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1218: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:850: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:842: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:362: ... from macro `IDCT_4x4' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1282: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1218: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1282: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1218: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1282: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1218: ... from macro `PRED8x8L_HORIZONTAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1331: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1290: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1331: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1290: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1331: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1290: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:851: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:841: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:509: ... from macro `IDCT_8x8' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1333: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1290: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1333: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1290: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1333: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1290: ... from macro `PRED8x8L_VERTICAL' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1341: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1341: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1341: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here CC libavcodec/x86/huffyuvencdsp_init.o src/libavcodec/x86/h264_intrapred.asm:1532: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1449: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1532: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1449: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1532: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1449: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/hevc_idct.asm:851: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/hevc_idct.asm:842: ... from macro `INIT_IDCT' defined here src/libavcodec/x86/hevc_idct.asm:362: ... from macro `IDCT_4x4' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1534: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1449: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1534: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1449: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1534: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1449: ... from macro `PRED8x8L_DOWN_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1542: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1542: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1542: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/hevc_idct.o X86ASM libavcodec/x86/idctdsp.o CC libavcodec/x86/idctdsp_init.o src/libavcodec/x86/h264_intrapred.asm:1784: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1674: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1784: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1674: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1784: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1674: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1786: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1674: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1786: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1674: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1786: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1674: ... from macro `PRED8x8L_DOWN_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1794: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1794: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:1794: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2012: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1901: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2012: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1901: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2012: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1901: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/imdct36.o src/libavcodec/x86/h264_intrapred.asm:2014: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1901: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2014: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1901: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2014: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:1901: ... from macro `PRED8x8L_VERTICAL_RIGHT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2102: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2022: ... from macro `PRED8x8L_VERTICAL_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2102: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2022: ... from macro `PRED8x8L_VERTICAL_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2102: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2022: ... from macro `PRED8x8L_VERTICAL_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2104: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2022: ... from macro `PRED8x8L_VERTICAL_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2104: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2022: ... from macro `PRED8x8L_VERTICAL_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2104: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2022: ... from macro `PRED8x8L_VERTICAL_LEFT' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2190: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2112: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2190: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2112: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2190: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2112: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2192: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2112: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2192: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2112: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2192: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2112: ... from macro `PRED8x8L_HORIZONTAL_UP' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/huffyuvencdsp.o X86ASM libavcodec/x86/jpeg2000dsp.o src/libavcodec/x86/h264_intrapred.asm:2200: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2200: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2200: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2439: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2315: ... from macro `PRED8x8L_HORIZONTAL_DOWN' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2439: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2315: ... from macro `PRED8x8L_HORIZONTAL_DOWN' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2439: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2315: ... from macro `PRED8x8L_HORIZONTAL_DOWN' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2441: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2315: ... from macro `PRED8x8L_HORIZONTAL_DOWN' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2441: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2315: ... from macro `PRED8x8L_HORIZONTAL_DOWN' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2441: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2315: ... from macro `PRED8x8L_HORIZONTAL_DOWN' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2449: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2449: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2449: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2516: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2480: ... from macro `PRED4x4_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2516: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2480: ... from macro `PRED4x4_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2516: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2480: ... from macro `PRED4x4_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2518: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2480: ... from macro `PRED4x4_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2518: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2480: ... from macro `PRED4x4_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2518: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/h264_intrapred.asm:2480: ... from macro `PRED4x4_TM' defined here src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/idctdsp.o src/libavcodec/x86/h264_intrapred.asm:2521: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2521: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2521: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2559: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2559: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2559: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2579: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2579: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2579: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2607: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2607: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2607: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/jpeg2000dsp.o STRIP libavcodec/x86/hevc_sao.o src/libavcodec/x86/h264_intrapred.asm:2633: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2633: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2633: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2668: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2668: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2668: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here CC libavcodec/x86/jpeg2000dsp_init.o X86ASM libavcodec/x86/lossless_audiodsp.o CC libavcodec/x86/lossless_audiodsp_init.o src/libavcodec/x86/h264_intrapred.asm:2705: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2705: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2705: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2736: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2736: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/h264_intrapred.asm:2736: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:752: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:787: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:661: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/lossless_videodsp.o STRIP libavcodec/x86/h264_intrapred.o CC libavcodec/x86/lossless_videodsp_init.o X86ASM libavcodec/x86/lossless_videoencdsp.o CC libavcodec/x86/lossless_videoencdsp_init.o CC libavcodec/x86/lpc.o X86ASM libavcodec/x86/mdct15.o STRIP libavcodec/x86/lossless_videoencdsp.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 STRIP libavcodec/x86/lossless_audiodsp.o X86ASM libavcodec/x86/mlpdsp.o CC libavcodec/x86/mlpdsp_init.o CC libavcodec/x86/mpegaudiodsp.o STRIP libavcodec/x86/mlpdsp.o CC libavcodec/x86/mpegvideo.o CC libavcodec/x86/mpegvideodsp.o CC libavcodec/x86/mpegvideoenc.o X86ASM libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/mpegvideoencdsp_init.o STRIP libavcodec/x86/lossless_videodsp.o CC libavcodec/x86/opus_dsp_init.o X86ASM libavcodec/x86/opus_pvq_search.o X86ASM libavcodec/x86/pixblockdsp.o src/libavcodec/x86/mpegvideoencdsp.asm:99: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:99: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:99: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:101: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:101: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:101: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:104: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:104: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:104: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:107: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:107: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:107: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:35: ... from macro `PIX_SUM16' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:151: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:114: ... from macro `PIX_NORM1' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:151: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:114: ... from macro `PIX_NORM1' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:151: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:114: ... from macro `PIX_NORM1' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:153: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:114: ... from macro `PIX_NORM1' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:153: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:114: ... from macro `PIX_NORM1' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/mpegvideoencdsp.asm:153: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/mpegvideoencdsp.asm:114: ... from macro `PIX_NORM1' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/mpegvideoencdsp.o CC libavcodec/x86/pixblockdsp_init.o X86ASM libavcodec/x86/proresdsp.o src/libavcodec/x86/pixblockdsp.asm:30: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:30: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:30: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:53: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:53: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:53: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:125: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/pixblockdsp.asm:86: ... from macro `DIFF_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:125: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/pixblockdsp.asm:86: ... from macro `DIFF_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:125: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/pixblockdsp.asm:86: ... from macro `DIFF_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:128: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/pixblockdsp.asm:86: ... from macro `DIFF_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:128: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/pixblockdsp.asm:86: ... from macro `DIFF_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/pixblockdsp.asm:128: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/pixblockdsp.asm:86: ... from macro `DIFF_PIXELS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/pixblockdsp.o CC libavcodec/x86/proresdsp_init.o STRIP libavcodec/x86/imdct36.o X86ASM libavcodec/x86/qpel.o X86ASM libavcodec/x86/qpeldsp.o STRIP libavcodec/x86/proresdsp.o i686-w64-mingw32-strip: error: the input file 'libavcodec/x86/proresdsp.o' has no sections make: [/home/fate/ffmpeg/ffbuild/common.mak:83: libavcodec/x86/proresdsp.o] Error 1 (ignored) CC libavcodec/x86/qpeldsp_init.o X86ASM libavcodec/x86/rv34dsp.o src/libavcodec/x86/qpel.asm:88: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:51: ... from macro `PIXELS4_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:88: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:51: ... from macro `PIXELS4_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:88: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:51: ... from macro `PIXELS4_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:89: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:51: ... from macro `PIXELS4_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:89: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:51: ... from macro `PIXELS4_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:89: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:51: ... from macro `PIXELS4_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:132: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:95: ... from macro `PIXELS8_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:132: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:95: ... from macro `PIXELS8_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:132: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:95: ... from macro `PIXELS8_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:133: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:95: ... from macro `PIXELS8_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:133: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:95: ... from macro `PIXELS8_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:133: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:95: ... from macro `PIXELS8_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:178: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:139: ... from macro `PIXELS16_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:178: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:139: ... from macro `PIXELS16_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:178: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:139: ... from macro `PIXELS16_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:179: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:139: ... from macro `PIXELS16_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:179: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:139: ... from macro `PIXELS16_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpel.asm:179: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpel.asm:139: ... from macro `PIXELS16_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/qpel.o CC libavcodec/x86/rv34dsp_init.o STRIP libavcodec/x86/opus_pvq_search.o X86ASM libavcodec/x86/rv40dsp.o CC libavcodec/x86/rv40dsp_init.o X86ASM libavcodec/x86/sbrdsp.o src/libavcodec/x86/rv34dsp.asm:62: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:48: ... from macro `rv34_idct' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:62: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:48: ... from macro `rv34_idct' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:62: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:48: ... from macro `rv34_idct' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:64: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:48: ... from macro `rv34_idct' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:64: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:48: ... from macro `rv34_idct' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:64: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:48: ... from macro `rv34_idct' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:69: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:69: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:69: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:211: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:173: ... from macro `RV34_IDCT_DC_ADD' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:211: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:173: ... from macro `RV34_IDCT_DC_ADD' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:211: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:173: ... from macro `RV34_IDCT_DC_ADD' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:213: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:173: ... from macro `RV34_IDCT_DC_ADD' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:213: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:173: ... from macro `RV34_IDCT_DC_ADD' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv34dsp.asm:213: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv34dsp.asm:173: ... from macro `RV34_IDCT_DC_ADD' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/rv34dsp.o CC libavcodec/x86/sbrdsp_init.o X86ASM libavcodec/x86/simple_idct.o src/libavcodec/x86/me_cmp.asm:265: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:265: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:265: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:265: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:265: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:265: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:268: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:268: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:268: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:268: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:268: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:268: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:260: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:276: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:276: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:276: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:276: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:276: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:276: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:280: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:280: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:280: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:151: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:280: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:280: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:280: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:214: ... from macro `HADAMARD8_DIFF' defined here src/libavcodec/x86/me_cmp.asm:162: ... from macro `hadamard8_16_wrapper' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:389: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:367: ... from macro `SUM_ABS_DCTELEM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:391: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:367: ... from macro `SUM_ABS_DCTELEM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:393: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:367: ... from macro `SUM_ABS_DCTELEM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/me_cmp.asm:395: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/me_cmp.asm:367: ... from macro `SUM_ABS_DCTELEM' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/sbrdsp.asm:40: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/sbrdsp.asm:40: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/sbrdsp.asm:40: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/sbrdsp.asm:88: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/sbrdsp.asm:88: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/sbrdsp.asm:88: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/sbrdsp.asm:191: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/sbrdsp.asm:233: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/sbrdsp.asm:296: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/sbrdsp.o X86ASM libavcodec/x86/simple_idct10.o STRIP libavcodec/x86/me_cmp.o CC libavcodec/x86/snowdsp.o X86ASM libavcodec/x86/svq1enc.o STRIP libavcodec/x86/simple_idct10.o src/libavcodec/x86/rv40dsp.asm:486: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:486: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:486: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:487: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:487: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here i686-w64-mingw32-strip: error: the input file 'libavcodec/x86/simple_idct10.o' has no sectionssrc/libavcodec/x86/rv40dsp.asm:487: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here make: [/home/fate/ffmpeg/ffbuild/common.mak:83: libavcodec/x86/simple_idct10.o] Error 1 (ignored) src/libavcodec/x86/rv40dsp.asm:488: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:488: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:488: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:489: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:489: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:489: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:492: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:492: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:492: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here CC libavcodec/x86/svq1enc_init.o src/libavcodec/x86/rv40dsp.asm:493: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:493: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:493: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:494: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:494: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:494: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:495: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:495: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:495: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:498: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:498: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:498: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:499: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:499: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:499: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:500: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:500: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:500: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:501: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:501: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/rv40dsp.asm:501: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/rv40dsp.asm:449: ... from macro `RV40_WEIGHT' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/rv40dsp.o X86ASM libavcodec/x86/synth_filter.o CC libavcodec/x86/synth_filter_init.o STRIP libavcodec/x86/svq1enc.o src/libavcodec/x86/qpeldsp.asm:99: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:38: ... from macro `PUT_NO_RND_PIXELS8_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:99: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:38: ... from macro `PUT_NO_RND_PIXELS8_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:99: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:38: ... from macro `PUT_NO_RND_PIXELS8_L2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:168: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:104: ... from macro `PUT_NO_RND_PIXELS16_l2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:168: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:104: ... from macro `PUT_NO_RND_PIXELS16_l2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:168: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:104: ... from macro `PUT_NO_RND_PIXELS16_l2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/takdsp.o src/libavcodec/x86/qpeldsp.asm:170: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:104: ... from macro `PUT_NO_RND_PIXELS16_l2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:170: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:104: ... from macro `PUT_NO_RND_PIXELS16_l2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:170: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:104: ... from macro `PUT_NO_RND_PIXELS16_l2' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here CC libavcodec/x86/takdsp_init.o src/libavcodec/x86/qpeldsp.asm:295: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:173: ... from macro `MPEG4_QPEL16_H_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:298: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:173: ... from macro `MPEG4_QPEL16_H_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/ttadsp.o src/libavcodec/x86/qpeldsp.asm:301: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:173: ... from macro `MPEG4_QPEL16_H_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:368: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:306: ... from macro `MPEG4_QPEL8_H_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:371: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:306: ... from macro `MPEG4_QPEL8_H_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:374: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:306: ... from macro `MPEG4_QPEL8_H_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavcodec/x86/qpeldsp.asm:487: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:402: ... from macro `MPEG4_QPEL16_V_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/hevc_sao_10bit.o CC libavcodec/x86/ttadsp_init.o src/libavcodec/x86/qpeldsp.asm:490: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:402: ... from macro `MPEG4_QPEL16_V_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/takdsp.o CC libavcodec/x86/ttaencdsp_init.o X86ASM libavcodec/x86/ttaencdsp.o STRIP libavcodec/x86/synth_filter.o src/libavcodec/x86/qpeldsp.asm:493: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:402: ... from macro `MPEG4_QPEL16_V_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/utvideodsp.o CC libavcodec/x86/utvideodsp_init.o CC libavcodec/x86/v210-init.o src/libavcodec/x86/qpeldsp.asm:554: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:498: ... from macro `MPEG4_QPEL8_V_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/v210.o src/libavcodec/x86/qpeldsp.asm:557: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:498: ... from macro `MPEG4_QPEL8_V_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/ttadsp.o src/libavcodec/x86/qpeldsp.asm:560: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/qpeldsp.asm:498: ... from macro `MPEG4_QPEL8_V_LOWPASS' defined here src//libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/v210enc.o STRIP libavcodec/x86/qpeldsp.o CC libavcodec/x86/v210enc_init.o CC libavcodec/x86/vc1dsp_init.o STRIP libavcodec/x86/utvideodsp.o X86ASM libavcodec/x86/vc1dsp_loopfilter.o STRIP libavcodec/x86/ttaencdsp.o X86ASM libavcodec/x86/vc1dsp_mc.o CC libavcodec/x86/vc1dsp_mmx.o src/libavcodec/x86/v210.asm:77: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:77: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:77: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:81: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:81: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:81: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:85: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:85: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:85: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:89: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:89: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/v210.asm:89: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/v210.asm:37: ... from macro `v210_planar_unpack' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/v210.o X86ASM libavcodec/x86/videodsp.o CC libavcodec/x86/videodsp_init.o X86ASM libavcodec/x86/vorbisdsp.o STRIP libavcodec/x86/v210enc.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/vc1dsp_mc.o X86ASM libavcodec/x86/vp6dsp.o CC libavcodec/x86/vp6dsp_init.o X86ASM libavcodec/x86/vp8dsp.o src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:241: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:241: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:241: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:247: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:247: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:247: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:253: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:253: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:253: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:262: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:262: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:271: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vc1dsp_loopfilter.asm:262: ... from macro `VC1_LF' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:275: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:275: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:275: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp6dsp.asm:163: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp6dsp.asm:120: ... from macro `vp6_filter_diag4' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp6dsp.asm:163: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp6dsp.asm:120: ... from macro `vp6_filter_diag4' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp6dsp.asm:163: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vp6dsp.asm:120: ... from macro `vp6_filter_diag4' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:281: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:281: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:281: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp6dsp.asm:167: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp6dsp.asm:120: ... from macro `vp6_filter_diag4' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:654: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp6dsp.asm:167: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp6dsp.asm:120: ... from macro `vp6_filter_diag4' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:657: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp6dsp.asm:167: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vp6dsp.asm:120: ... from macro `vp6_filter_diag4' defined here src//libavutil/x86/x86util.asm:750: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:785: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:659: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:288: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:288: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:288: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/vp6dsp.o CC libavcodec/x86/vp8dsp_init.o src/libavcodec/x86/vc1dsp_loopfilter.asm:294: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:294: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:294: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here X86ASM libavcodec/x86/vp8dsp_loopfilter.o src/libavcodec/x86/vc1dsp_loopfilter.asm:301: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:301: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:301: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:307: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:307: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:307: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:314: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:314: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vc1dsp_loopfilter.asm:314: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/vc1dsp_loopfilter.o CC libavcodec/x86/vp9dsp_init.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 STRIP libavcodec/x86/videodsp.o X86ASM libavcodec/x86/vp9intrapred_16bpp.o src/libavcodec/x86/vp3dsp.asm:107: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:107: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:107: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:121: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:121: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:121: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:701: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:563: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:701: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:563: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:701: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:563: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:701: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:619: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:701: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:619: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:701: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:619: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/vp8dsp.o X86ASM libavcodec/x86/vp9itxfm.o src/libavcodec/x86/vp3dsp.asm:705: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:563: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:705: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:563: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:705: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:563: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:705: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:619: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:705: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:619: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:705: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/vp3dsp.asm:619: ... from macro `vp3_idct_funcs' defined here src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:727: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:653: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:727: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:656: ... from macro `PROLOGUE' defined here src/libavcodec/x86/vp3dsp.asm:727: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src//libavutil/x86/x86util.asm:749: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:784: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/vp3dsp.o X86ASM libavcodec/x86/vp9itxfm_16bpp.o STRIP libavcodec/x86/vp9intrapred.o X86ASM libavcodec/x86/vp9lpf.o STRIP libavcodec/x86/vp9intrapred_16bpp.o X86ASM libavcodec/x86/vp9lpf_16bpp.o STRIP libavcodec/x86/vp8dsp_loopfilter.o X86ASM libavcodec/x86/vp9mc.o STRIP libavcodec/x86/vp9mc.o X86ASM libavcodec/x86/vp9mc_16bpp.o STRIP libavcodec/x86/vp9mc_16bpp.o X86ASM libavcodec/x86/xvididct.o STRIP libavcodec/x86/simple_idct.o CC libavcodec/x86/xvididct_init.o CC libavcodec/xan.o CC libavcodec/xbmdec.o CC libavcodec/xbmenc.o CC libavcodec/xface.o src/libavcodec/x86/xvididct.asm:709: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/xvididct.asm:654: ... from macro `IDCT_SSE2' defined here src//libavutil/x86/x86util.asm:794: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:829: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:703: ... from macro `PROLOGUE' defined here CC libavcodec/xfacedec.o src/libavcodec/x86/xvididct.asm:979: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/xvididct.asm:955: ... from macro `XVID_IDCT_MMX' defined here src//libavutil/x86/x86util.asm:794: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:829: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:703: ... from macro `PROLOGUE' defined here CC libavcodec/xfaceenc.o src/libavcodec/x86/xvididct.asm:981: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] src/libavcodec/x86/xvididct.asm:955: ... from macro `XVID_IDCT_MMX' defined here src//libavutil/x86/x86util.asm:794: ... from macro `cglobal' defined here src//libavutil/x86/x86util.asm:829: ... from macro `cglobal_internal' defined here src//libavutil/x86/x86util.asm:703: ... from macro `PROLOGUE' defined here CC libavcodec/xiph.o STRIP libavcodec/x86/xvididct.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 libavresample/audio_convert.o CC libavresample/audio_data.o CC libavresample/audio_mix.o CC libavresample/audio_mix_matrix.o CC libavresample/dither.o CC libavresample/options.o CC libavresample/resample.o CC libavresample/utils.o X86ASM libavresample/x86/audio_convert.o CC libavresample/x86/audio_convert_init.o X86ASM libavresample/x86/audio_mix.o STRIP libavcodec/x86/vp9itxfm_16bpp.o CC libavresample/x86/audio_mix_init.o X86ASM libavresample/x86/dither.o STRIP libavresample/x86/audio_convert.o CC libavresample/x86/dither_init.o AR libpostproc/libpostproc.a STRIP libavresample/x86/dither.o CC libswresample/audioconvert.o CC libswresample/dither.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o X86ASM libswresample/x86/audio_convert.o CC libswresample/x86/audio_convert_init.o X86ASM libswresample/x86/rematrix.o STRIP libswresample/x86/rematrix.o CC libswresample/x86/rematrix_init.o X86ASM libswresample/x86/resample.o STRIP libavcodec/x86/vp9lpf_16bpp.o CC libswresample/x86/resample_init.o CC libswscale/alphablend.o CC libswscale/gamma.o CC libswscale/hscale.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o CC libswscale/options.o CC libswscale/output.o CC libswscale/rgb2rgb.o CC libswscale/slice.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o STRIP libswresample/x86/resample.o CC libswscale/x86/hscale_fast_bilinear_simd.o X86ASM libswscale/x86/input.o X86ASM libswscale/x86/output.o STRIP libswresample/x86/audio_convert.o CC libswscale/x86/rgb2rgb.o X86ASM libswscale/x86/scale.o STRIP libswscale/x86/output.o CC libswscale/x86/swscale.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.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 CC libavutil/color_utils.o CC libavutil/cpu.o STRIP libswscale/x86/input.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 STRIP libavresample/x86/audio_mix.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 CC libavutil/imgutils.o src/libavutil/hwcontext_d3d11va.c: In function 'd3d11va_transfer_data': src/libavutil/hwcontext_d3d11va.c:387:49: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [-Wincompatible-pointer-types] 387 | av_image_copy(dst->data, dst->linesize, map_data, map_linesize, | ^~~~~~~~ | | | uint8_t ** {aka unsigned char **} In file included from src/libavutil/hwcontext_d3d11va.c:46: src/libavutil/imgutils.h:120:35: note: expected 'const uint8_t **' {aka 'const unsigned char **'} but argument is of type 'uint8_t **' {aka 'unsigned char **'} 120 | const uint8_t *src_data[4], const int src_linesizes[4], | ~~~~~~~~~~~~~~~^~~~~~~~~~~ src/libavutil/hwcontext_d3d11va.c:399:50: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [-Wincompatible-pointer-types] 399 | av_image_copy(map_data, map_linesize, src->data, src->linesize, | ~~~^~~~~~ | | | uint8_t * const* {aka unsigned char * const*} In file included from src/libavutil/hwcontext_d3d11va.c:46: src/libavutil/imgutils.h:120:35: note: expected 'const uint8_t **' {aka 'const unsigned char **'} but argument is of type 'uint8_t * const*' {aka 'unsigned char * const*'} 120 | const uint8_t *src_data[4], const int src_linesizes[4], | ~~~~~~~~~~~~~~~^~~~~~~~~~~ src/libavutil/hwcontext_dxva2.c: In function 'dxva2_transfer_data_to': src/libavutil/hwcontext_dxva2.c:355:48: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type [-Wincompatible-pointer-types] 355 | av_image_copy(map->data, map->linesize, src->data, src->linesize, | ~~~^~~~~~ | | | uint8_t * const* {aka unsigned char * const*} In file included from src/libavutil/hwcontext_dxva2.c:37: src/libavutil/imgutils.h:120:35: note: expected 'const uint8_t **' {aka 'const unsigned char **'} but argument is of type 'uint8_t * const*' {aka 'unsigned char * const*'} 120 | const uint8_t *src_data[4], const int src_linesizes[4], | ~~~~~~~~~~~~~~~^~~~~~~~~~~ src/libavutil/hwcontext_dxva2.c: In function 'dxva2_transfer_data_from': src/libavutil/hwcontext_dxva2.c:386:55: warning: passing argument 3 of 'av_image_copy_uc_from' from incompatible pointer type [-Wincompatible-pointer-types] 386 | av_image_copy_uc_from(dst->data, dst_linesize, map->data, src_linesize, | ~~~^~~~~~ | | | uint8_t ** {aka unsigned char **} In file included from src/libavutil/hwcontext_dxva2.c:37: src/libavutil/imgutils.h:138:43: note: expected 'const uint8_t **' {aka 'const unsigned char **'} but argument is of type 'uint8_t **' {aka 'unsigned char **'} 138 | const uint8_t *src_data[4], const ptrdiff_t src_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 STRIP libavcodec/x86/vp9lpf.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 CC libavutil/x86/fixed_dsp_init.o X86ASM libavutil/x86/float_dsp.o src/libavutil/x86/cpuid.asm:31: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/fate/ffmpeg/libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavutil/x86/cpuid.asm:31: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/fate/ffmpeg/libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavutil/x86/cpuid.asm:31: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/fate/ffmpeg/libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here src/libavutil/x86/cpuid.asm:54: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/fate/ffmpeg/libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:655: ... from macro `PROLOGUE' defined here src/libavutil/x86/cpuid.asm:54: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/fate/ffmpeg/libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:658: ... from macro `PROLOGUE' defined here src/libavutil/x86/cpuid.asm:54: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/fate/ffmpeg/libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here /home/fate/ffmpeg/libavutil/x86/x86util.asm:660: ... from macro `PROLOGUE' defined here CC libavutil/x86/float_dsp_init.o STRIP libavutil/x86/fixed_dsp.o X86ASM libavutil/x86/imgutils.o STRIP libavutil/x86/cpuid.o CC libavutil/x86/imgutils_init.o X86ASM libavutil/x86/lls.o CC libavutil/x86/lls_init.o X86ASM libavutil/x86/pixelutils.o STRIP libavutil/x86/imgutils.o CC libavutil/x86/pixelutils_init.o CC libavutil/xga_font_data.o CC libavutil/xtea.o HOSTLD doc/print_options STRIP libavutil/x86/lls.o CC fftools/ffmpeg_opt.o CC fftools/ffmpeg_filter.o src/fftools/ffmpeg_opt.c: In function 'add_input_streams': src/fftools/ffmpeg_opt.c:796:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 796 | if (av_codec_get_lowres(st->codec)) { | ^~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:797:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 797 | av_codec_set_lowres(ist->dec_ctx, av_codec_get_lowres(st->codec)); | ^~~~~~~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:798:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 798 | ist->dec_ctx->width = st->codec->width; | ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:799:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 799 | ist->dec_ctx->height = st->codec->height; | ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:800:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 800 | ist->dec_ctx->coded_width = st->codec->coded_width; | ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:801:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 801 | ist->dec_ctx->coded_height = st->codec->coded_height; | ^~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c: In function 'read_ffserver_streams': src/fftools/ffmpeg_opt.c:2016:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2016 | avcodec_get_context_defaults3(st->codec, codec); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:2021:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2021 | av_opt_set_dict2(st->codec, &opts, AV_OPT_SEARCH_CHILDREN); | ^~~~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:2028:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2028 | choose_pixel_fmt(st, st->codec, codec, st->codecpar->format); | ^~~~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c:2029:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] 2029 | avcodec_copy_context(ost->enc_ctx, st->codec); | ^~~~~~~~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.h:28, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavcodec/avcodec.h:4412:5: note: declared here 4412 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg_opt.c:2029:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2029 | avcodec_copy_context(ost->enc_ctx, st->codec); | ^~~~~~~~~~~~~~~~~~~~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg_opt.c: In function 'open_output_file': src/fftools/ffmpeg_opt.c:2410:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2410 | if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) | ^~ In file included from src/fftools/cmdutils.h:30, from src/fftools/ffmpeg.h:32, from src/fftools/ffmpeg_opt.c:24: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ CC fftools/ffmpeg_hw.o STRIP libavutil/x86/float_dsp.o CC fftools/cmdutils.o CC fftools/ffmpeg.o CC fftools/ffmpeg_cuvid.o src/fftools/cmdutils.c: In function 'print_buildconf': src/fftools/cmdutils.c:1133:9: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 1133 | strncpy(conflist, "~--", 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/cmdutils.c:1139:9: warning: 'strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] 1139 | strncpy(remove_tilde, "pkg-config ", 11); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC fftools/ffprobe.o AR libavfilter/libavfilter.a src/fftools/ffprobe.c: In function 'show_packet': src/fftools/ffprobe.c:2051:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] 2051 | print_duration_ts("convergence_duration", pkt->convergence_duration); | ^~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:1708:13: note: declared here 1708 | int64_t convergence_duration; | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2052:5: warning: 'convergence_duration' is deprecated [-Wdeprecated-declarations] 2052 | print_duration_time("convergence_duration_time", pkt->convergence_duration, &st->time_base); | ^~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:1708:13: note: declared here 1708 | int64_t convergence_duration; | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c: In function 'show_stream': src/fftools/ffprobe.c:2557:9: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] 2557 | if (dec_ctx && dec_ctx->timecode_frame_start >= 0) { | ^~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:2874:13: note: declared here 2874 | int64_t timecode_frame_start; | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2559:13: warning: 'timecode_frame_start' is deprecated [-Wdeprecated-declarations] 2559 | av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffprobe.c:31: src/libavcodec/avcodec.h:2874:13: note: declared here 2874 | int64_t timecode_frame_start; | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffprobe.c:2623:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2623 | 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 src/fftools/ffprobe.c:31: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffprobe.c:1818:12: warning: 'codec' is deprecated [-Wdeprecated-declarations] 1818 | struct unit_value uv; \ | ^~~~~~~~~~ src/fftools/ffprobe.c:2623:41: note: in expansion of macro 'print_val' 2623 | 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 src/fftools/ffprobe.c:31: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg.c: In function 'do_streamcopy': src/fftools/ffmpeg.c:2081:5: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] 2081 | av_copy_packet_side_data(&opkt, pkt); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: src/libavcodec/avcodec.h:4640:5: note: declared here 4640 | int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:2088:9: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] 2088 | int ret = avpicture_fill(&pict, opkt.data, ost->st->codecpar->format, ost->st->codecpar->width, ost->st->codecpar->height); | ^~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: src/libavcodec/avcodec.h:5638:5: note: declared here 5638 | int avpicture_fill(AVPicture *picture, const uint8_t *ptr, | ^~~~~~~~~~~~~~ src/fftools/ffmpeg.c: In function 'init_output_stream': src/fftools/ffmpeg.c:3519:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] 3519 | ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); | ^~~ In file included from src/libavformat/avformat.h:319, from src/fftools/ffmpeg.c:43: src/libavcodec/avcodec.h:4412:5: note: declared here 4412 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); | ^~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c:3519:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 3519 | ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); | ^~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg.c:3565:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 3565 | ost->st->codec->codec= ost->enc_ctx->codec; | ^~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg.c: In function 'check_keyboard_interaction': src/fftools/ffmpeg.c:3952:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 3952 | debug = input_streams[0]->st->codec->debug<<1; | ^~~~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg.c:3975:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] 3975 | input_streams[i]->st->codec->debug = debug; | ^~~~~~~~~~~~~ In file included from src/fftools/ffmpeg.c:43: src/libavformat/avformat.h:893:21: note: declared here 893 | AVCodecContext *codec; | ^~~~~ src/fftools/ffmpeg.c: In function 'sub2video_push_ref': src/fftools/ffmpeg.c:227:9: warning: ignoring return value of 'av_buffersrc_add_frame_flags' declared with attribute 'warn_unused_result' [-Wunused-result] 227 | av_buffersrc_add_frame_flags(ist->filters[i]->filter, frame, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 228 | AV_BUFFERSRC_FLAG_KEEP_REF | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 229 | AV_BUFFERSRC_FLAG_PUSH); | ~~~~~~~~~~~~~~~~~~~~~~~ src/fftools/ffmpeg.c: In function 'sub2video_flush': src/fftools/ffmpeg.c:302:9: warning: ignoring return value of 'av_buffersrc_add_frame' declared with attribute 'warn_unused_result' [-Wunused-result] 302 | av_buffersrc_add_frame(ist->filters[i]->filter, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ AR libavresample/libavresample.a AR libswresample/libswresample.a STRIP libavutil/x86/pixelutils.o GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi AR libavutil/libavutil.a POD doc/ffmpeg.pod POD doc/ffprobe.pod POD doc/ffmpeg-all.pod POD doc/ffmpeg-utils.pod POD doc/ffprobe-all.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 MAN doc/ffmpeg.1 POD doc/libavfilter.pod POD doc/libavdevice.pod MAN doc/ffprobe.1 MAN doc/ffmpeg-all.1 MAN doc/ffprobe-all.1 MAN doc/ffmpeg-utils.1 STRIP libswscale/x86/scale.o MAN doc/ffmpeg-scaler.1 MAN doc/ffmpeg-resampler.1 MAN doc/ffmpeg-codecs.1 MAN doc/ffmpeg-bitstream-filters.1 MAN doc/ffmpeg-formats.1 MAN doc/ffmpeg-protocols.1 MAN doc/ffmpeg-devices.1 MAN doc/ffmpeg-filters.1 MAN doc/libavutil.3 MAN doc/libswscale.3 MAN doc/libswresample.3 MAN doc/libavcodec.3 MAN doc/libavformat.3 MAN doc/libavdevice.3 MAN doc/libavfilter.3 AR libswscale/libswscale.a STRIP libavcodec/x86/vp9itxfm.o AR libavcodec/libavcodec.a LD ffmpeg_g.exe LD ffprobe_g.exe STRIP ffprobe.exe STRIP ffmpeg.exe INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL doc/ffmpeg.1 INSTALL doc/ffprobe.1 INSTALL doc/ffmpeg-all.1 INSTALL doc/ffprobe-all.1 INSTALL doc/ffmpeg-utils.1 INSTALL doc/ffmpeg-scaler.1 INSTALL doc/ffmpeg-resampler.1 INSTALL doc/ffmpeg-codecs.1 INSTALL doc/ffmpeg-bitstream-filters.1 INSTALL doc/ffmpeg-formats.1 INSTALL doc/ffmpeg-protocols.1 INSTALL doc/ffmpeg-devices.1 INSTALL doc/ffmpeg-filters.1 INSTALL doc/libavutil.3 INSTALL doc/libswscale.3 INSTALL doc/libswresample.3 INSTALL doc/libavcodec.3 INSTALL doc/libavformat.3 INSTALL doc/libavdevice.3 INSTALL doc/libavfilter.3 INSTALL install-progs-yes INSTALL ffmpeg.exe INSTALL ffprobe.exe INSTALL home/fate/ffmpeg/presets/libvpx-1080p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-1080p50_60.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-360p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-720p.ffpreset INSTALL home/fate/ffmpeg/presets/libvpx-720p50_60.ffpreset INSTALL home/fate/ffmpeg/doc/ffprobe.xsd INSTALL home/fate/ffmpeg/doc/examples/avio_dir_cmd.c INSTALL home/fate/ffmpeg/doc/examples/avio_reading.c INSTALL home/fate/ffmpeg/doc/examples/decode_audio.c INSTALL home/fate/ffmpeg/doc/examples/decode_video.c INSTALL home/fate/ffmpeg/doc/examples/demuxing_decoding.c INSTALL home/fate/ffmpeg/doc/examples/encode_audio.c INSTALL home/fate/ffmpeg/doc/examples/encode_video.c INSTALL home/fate/ffmpeg/doc/examples/extract_mvs.c INSTALL home/fate/ffmpeg/doc/examples/filter_audio.c INSTALL home/fate/ffmpeg/doc/examples/filtering_audio.c INSTALL home/fate/ffmpeg/doc/examples/filtering_video.c INSTALL home/fate/ffmpeg/doc/examples/http_multiclient.c INSTALL home/fate/ffmpeg/doc/examples/hw_decode.c INSTALL home/fate/ffmpeg/doc/examples/metadata.c INSTALL home/fate/ffmpeg/doc/examples/muxing.c INSTALL home/fate/ffmpeg/doc/examples/qsvdec.c INSTALL home/fate/ffmpeg/doc/examples/remuxing.c INSTALL home/fate/ffmpeg/doc/examples/resampling_audio.c INSTALL home/fate/ffmpeg/doc/examples/scaling_video.c INSTALL home/fate/ffmpeg/doc/examples/transcode_aac.c INSTALL home/fate/ffmpeg/doc/examples/transcoding.c INSTALL home/fate/ffmpeg/doc/examples/README INSTALL home/fate/ffmpeg/doc/examples/Makefile INSTALL home/fate/ffmpeg/doc/examples/avio_dir_cmd.c INSTALL home/fate/ffmpeg/doc/examples/avio_reading.c INSTALL home/fate/ffmpeg/doc/examples/decode_audio.c INSTALL home/fate/ffmpeg/doc/examples/decode_video.c INSTALL home/fate/ffmpeg/doc/examples/demuxing_decoding.c INSTALL home/fate/ffmpeg/doc/examples/encode_audio.c INSTALL home/fate/ffmpeg/doc/examples/encode_video.c INSTALL home/fate/ffmpeg/doc/examples/extract_mvs.c INSTALL home/fate/ffmpeg/doc/examples/filter_audio.c INSTALL home/fate/ffmpeg/doc/examples/filtering_audio.c INSTALL home/fate/ffmpeg/doc/examples/filtering_video.c INSTALL home/fate/ffmpeg/doc/examples/http_multiclient.c INSTALL home/fate/ffmpeg/doc/examples/hw_decode.c INSTALL home/fate/ffmpeg/doc/examples/metadata.c INSTALL home/fate/ffmpeg/doc/examples/muxing.c INSTALL home/fate/ffmpeg/doc/examples/qsvdec.c INSTALL home/fate/ffmpeg/doc/examples/remuxing.c INSTALL home/fate/ffmpeg/doc/examples/resampling_audio.c INSTALL home/fate/ffmpeg/doc/examples/scaling_video.c INSTALL home/fate/ffmpeg/doc/examples/transcode_aac.c INSTALL home/fate/ffmpeg/doc/examples/transcoding.c INSTALL home/fate/ffmpeg/doc/examples/README INSTALL home/fate/ffmpeg/doc/examples/Makefile INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a INSTALL libavresample/libavresample.a INSTALL libpostproc/libpostproc.a INSTALL libswresample/libswresample.a INSTALL libswscale/libswscale.a INSTALL libavutil/libavutil.a INSTALL home/fate/ffmpeg/libavdevice/avdevice.h INSTALL home/fate/ffmpeg/libavdevice/version.h INSTALL libavdevice/libavdevice.pc INSTALL home/fate/ffmpeg/libavfilter/avfilter.h INSTALL home/fate/ffmpeg/libavfilter/avfiltergraph.h INSTALL home/fate/ffmpeg/libavfilter/buffersink.h INSTALL home/fate/ffmpeg/libavfilter/buffersrc.h INSTALL home/fate/ffmpeg/libavfilter/version.h INSTALL libavfilter/libavfilter.pc INSTALL home/fate/ffmpeg/libavformat/avformat.h INSTALL home/fate/ffmpeg/libavformat/avio.h INSTALL home/fate/ffmpeg/libavformat/version.h INSTALL libavformat/libavformat.pc INSTALL home/fate/ffmpeg/libavcodec/avcodec.h INSTALL home/fate/ffmpeg/libavcodec/avdct.h INSTALL home/fate/ffmpeg/libavcodec/avfft.h INSTALL home/fate/ffmpeg/libavcodec/d3d11va.h INSTALL home/fate/ffmpeg/libavcodec/dirac.h INSTALL home/fate/ffmpeg/libavcodec/dv_profile.h INSTALL home/fate/ffmpeg/libavcodec/dxva2.h INSTALL home/fate/ffmpeg/libavcodec/jni.h INSTALL home/fate/ffmpeg/libavcodec/mediacodec.h INSTALL home/fate/ffmpeg/libavcodec/qsv.h INSTALL home/fate/ffmpeg/libavcodec/vaapi.h INSTALL home/fate/ffmpeg/libavcodec/vda.h INSTALL home/fate/ffmpeg/libavcodec/vdpau.h INSTALL home/fate/ffmpeg/libavcodec/version.h INSTALL home/fate/ffmpeg/libavcodec/videotoolbox.h INSTALL home/fate/ffmpeg/libavcodec/vorbis_parser.h INSTALL home/fate/ffmpeg/libavcodec/xvmc.h INSTALL libavcodec/libavcodec.pc INSTALL home/fate/ffmpeg/libavresample/avresample.h INSTALL home/fate/ffmpeg/libavresample/version.h INSTALL libavresample/libavresample.pc INSTALL home/fate/ffmpeg/libpostproc/postprocess.h INSTALL home/fate/ffmpeg/libpostproc/version.h INSTALL libpostproc/libpostproc.pc INSTALL home/fate/ffmpeg/libswresample/swresample.h INSTALL home/fate/ffmpeg/libswresample/version.h INSTALL libswresample/libswresample.pc INSTALL home/fate/ffmpeg/libswscale/swscale.h INSTALL home/fate/ffmpeg/libswscale/version.h INSTALL libswscale/libswscale.pc INSTALL home/fate/ffmpeg/libavutil/adler32.h INSTALL home/fate/ffmpeg/libavutil/aes.h INSTALL home/fate/ffmpeg/libavutil/aes_ctr.h INSTALL home/fate/ffmpeg/libavutil/attributes.h INSTALL home/fate/ffmpeg/libavutil/audio_fifo.h INSTALL home/fate/ffmpeg/libavutil/avassert.h INSTALL home/fate/ffmpeg/libavutil/avstring.h INSTALL home/fate/ffmpeg/libavutil/avutil.h INSTALL home/fate/ffmpeg/libavutil/base64.h INSTALL home/fate/ffmpeg/libavutil/blowfish.h INSTALL home/fate/ffmpeg/libavutil/bprint.h INSTALL home/fate/ffmpeg/libavutil/bswap.h INSTALL home/fate/ffmpeg/libavutil/buffer.h INSTALL home/fate/ffmpeg/libavutil/cast5.h INSTALL home/fate/ffmpeg/libavutil/camellia.h INSTALL home/fate/ffmpeg/libavutil/channel_layout.h INSTALL home/fate/ffmpeg/libavutil/common.h INSTALL home/fate/ffmpeg/libavutil/cpu.h INSTALL home/fate/ffmpeg/libavutil/crc.h INSTALL home/fate/ffmpeg/libavutil/des.h INSTALL home/fate/ffmpeg/libavutil/dict.h INSTALL home/fate/ffmpeg/libavutil/display.h INSTALL home/fate/ffmpeg/libavutil/downmix_info.h INSTALL home/fate/ffmpeg/libavutil/error.h INSTALL home/fate/ffmpeg/libavutil/eval.h INSTALL home/fate/ffmpeg/libavutil/fifo.h INSTALL home/fate/ffmpeg/libavutil/file.h INSTALL home/fate/ffmpeg/libavutil/frame.h INSTALL home/fate/ffmpeg/libavutil/hash.h INSTALL home/fate/ffmpeg/libavutil/hmac.h INSTALL home/fate/ffmpeg/libavutil/hwcontext.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_cuda.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_d3d11va.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_drm.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_dxva2.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_qsv.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_vaapi.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_videotoolbox.h INSTALL home/fate/ffmpeg/libavutil/hwcontext_vdpau.h INSTALL home/fate/ffmpeg/libavutil/imgutils.h INSTALL home/fate/ffmpeg/libavutil/intfloat.h INSTALL home/fate/ffmpeg/libavutil/intreadwrite.h INSTALL home/fate/ffmpeg/libavutil/lfg.h INSTALL home/fate/ffmpeg/libavutil/log.h INSTALL home/fate/ffmpeg/libavutil/macros.h INSTALL home/fate/ffmpeg/libavutil/mathematics.h INSTALL home/fate/ffmpeg/libavutil/mastering_display_metadata.h INSTALL home/fate/ffmpeg/libavutil/md5.h INSTALL home/fate/ffmpeg/libavutil/mem.h INSTALL home/fate/ffmpeg/libavutil/motion_vector.h INSTALL home/fate/ffmpeg/libavutil/murmur3.h INSTALL home/fate/ffmpeg/libavutil/opt.h INSTALL home/fate/ffmpeg/libavutil/parseutils.h INSTALL home/fate/ffmpeg/libavutil/pixdesc.h INSTALL home/fate/ffmpeg/libavutil/pixelutils.h INSTALL home/fate/ffmpeg/libavutil/pixfmt.h INSTALL home/fate/ffmpeg/libavutil/random_seed.h INSTALL home/fate/ffmpeg/libavutil/rc4.h INSTALL home/fate/ffmpeg/libavutil/rational.h INSTALL home/fate/ffmpeg/libavutil/replaygain.h INSTALL home/fate/ffmpeg/libavutil/ripemd.h INSTALL home/fate/ffmpeg/libavutil/samplefmt.h INSTALL home/fate/ffmpeg/libavutil/sha.h INSTALL home/fate/ffmpeg/libavutil/sha512.h INSTALL home/fate/ffmpeg/libavutil/spherical.h INSTALL home/fate/ffmpeg/libavutil/stereo3d.h INSTALL home/fate/ffmpeg/libavutil/threadmessage.h INSTALL home/fate/ffmpeg/libavutil/time.h INSTALL home/fate/ffmpeg/libavutil/timecode.h INSTALL home/fate/ffmpeg/libavutil/timestamp.h INSTALL home/fate/ffmpeg/libavutil/tree.h INSTALL home/fate/ffmpeg/libavutil/twofish.h INSTALL home/fate/ffmpeg/libavutil/version.h INSTALL home/fate/ffmpeg/libavutil/xtea.h INSTALL home/fate/ffmpeg/libavutil/tea.h INSTALL home/fate/ffmpeg/libavutil/lzo.h INSTALL libavutil/avconfig.h INSTALL libavutil/ffversion.h INSTALL libavutil/libavutil.pc