GEN libavutil/libavutil.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version CC libavdevice/alldevices.o CC libavdevice/avdevice.o CC libavdevice/fbdev_common.o CC libavdevice/fbdev_dec.o CC libavdevice/fbdev_enc.o CC libavdevice/lavfi.o CC libavdevice/oss.o CC libavdevice/oss_dec.o CC libavdevice/oss_enc.o CC libavdevice/timefilter.o CC libavdevice/utils.o CC libavdevice/v4l2-common.o CC libavdevice/v4l2.o CC libavdevice/v4l2enc.o CC libavdevice/version.o CC libavdevice/xcbgrab.o GEN libavdevice/libavdevice.pc GEN libavfilter/libavfilter.pc CC libavformat/3dostr.o CC libavformat/4xm.o CC libavformat/a64.o CC libavformat/aacdec.o CC libavformat/aadec.o CC libavformat/aaxdec.o CC libavformat/ac3dec.o CC libavformat/ac4dec.o CC libavformat/ac4enc.o CC libavformat/acedec.o CC libavformat/acm.o CC libavformat/act.o CC libavformat/adp.o CC libavformat/ads.o CC libavformat/adtsenc.o CC libavformat/adxdec.o CC libavformat/aeadec.o CC libavformat/aeaenc.o CC libavformat/afc.o CC libavformat/aiff.o CC libavformat/aiffdec.o CC libavformat/aiffenc.o CC libavformat/aixdec.o CC libavformat/allformats.o CC libavformat/alp.o CC libavformat/amr.o CC libavformat/amvenc.o CC libavformat/anm.o CC libavformat/apac.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/apm.o CC libavformat/apngdec.o CC libavformat/apngenc.o CC libavformat/aptxdec.o CC libavformat/aqtitledec.o CC libavformat/argo_asf.o CC libavformat/argo_brp.o CC libavformat/argo_cvg.o CC libavformat/asf.o CC libavformat/asf_tags.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/av1.o CC libavformat/av1dec.o CC libavformat/avc.o CC libavformat/avformat.o CC libavformat/avidec.o CC libavformat/avienc.o CC libavformat/avio.o src/libavformat/avio.c:63:137: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 63 | {"rw_timeout", "Timeout for IO operations (in microseconds)", offsetof(URLContext, rw_timeout), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_DECODING_PARAM }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :356:1: note: expanded from here 356 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/aviobuf.o CC libavformat/avlanguage.o 1 warning generated. CC libavformat/avr.o CC libavformat/avs.o CC libavformat/avs2dec.o CC libavformat/avs3dec.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/binka.o CC libavformat/bintext.o CC libavformat/bit.o CC libavformat/bmv.o CC libavformat/boadec.o CC libavformat/bonk.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/codec2.o CC libavformat/concat.o CC libavformat/concatdec.o CC libavformat/crcenc.o CC libavformat/crypto.o CC libavformat/dash.o CC libavformat/dashenc.o CC libavformat/data_uri.o CC libavformat/dauddec.o src/libavformat/dashenc.c:2399:112: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2399 | { "update_period", "Set the mpd update interval", OFFSET(update_period), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :47:1: note: expanded from here 47 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/daudenc.o CC libavformat/dcstr.o CC libavformat/demux.o CC libavformat/demux_utils.o CC libavformat/derf.o src/libavformat/demux.c:1744:40: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1744 | if (bitrate >= 0 && bitrate <= INT64_MAX) | ~~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :108:1: note: expanded from here 108 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/dfa.o CC libavformat/dfpwmdec.o CC libavformat/dhav.o CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dovi_isom.o CC libavformat/dsfdec.o CC libavformat/dsicin.o CC libavformat/dss.o 1 warning generated. CC libavformat/dtsdec.o CC libavformat/dtshddec.o CC libavformat/dump.o CC libavformat/dv.o src/libavformat/dump.c:231:53: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-const-int-float-conversion] 231 | av_log(ctx, log_level, "%f", (float) peak / UINT32_MAX); | ~ ^~~~~~~~~~ /usr/include/stdint.h:129:23: note: expanded from macro 'UINT32_MAX' 129 | # define UINT32_MAX (4294967295U) | ^~~~~~~~~~~ CC libavformat/dvbsub.o CC libavformat/dvbtxt.o CC libavformat/dvenc.o 1 warning generated. CC libavformat/dxa.o CC libavformat/eacdata.o 1 warning generated. CC libavformat/electronicarts.o CC libavformat/epafdec.o CC libavformat/evc.o CC libavformat/evcdec.o CC libavformat/ffmetadec.o CC libavformat/ffmetaenc.o CC libavformat/fifo.o CC libavformat/file.o CC libavformat/filmstripdec.o src/libavformat/fifo.c:704:47: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 703 | {"timeshift", "Delay fifo output", OFFSET(timeshift), | ~ 704 | AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM}, | ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :368:1: note: expanded from here 368 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/fifo.c:695:82: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 694 | {"recovery_wait_time", "Waiting time between recovery attempts", OFFSET(recovery_wait_time), | ~ 695 | AV_OPT_TYPE_DURATION, {.i64 = FIFO_DEFAULT_RECOVERY_WAIT_TIME_USEC}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM}, | ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :367:1: note: expanded from here 367 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/filmstripenc.o CC libavformat/fitsdec.o CC libavformat/fitsenc.o 2 warnings generated. 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 src/libavformat/flvdec.c:507:50: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 507 | if (isnan(d) || d < INT64_MIN || d > INT64_MAX) | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :369:1: note: expanded from here 369 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/flvdec.c:771:52: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775 to 9223372036854776 [-Wimplicit-const-int-float-conversion] 771 | && date.milliseconds < INT64_MAX/1000 | ~ ~~~~~~~~~^~~~~ src/libavformat/flvdec.c:770:52: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775 to -9223372036854776 [-Wimplicit-const-int-float-conversion] 770 | && date.milliseconds > INT64_MIN/1000 | ~ ~~~~~~~~~^~~~~ 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/fwse.o CC libavformat/g722.o CC libavformat/g723_1.o CC libavformat/g726.o 3 warnings generated. 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/hca.o CC libavformat/hcom.o CC libavformat/hdsenc.o CC libavformat/hevc.o CC libavformat/hevcdec.o CC libavformat/hls.o CC libavformat/hls_sample_encryption.o CC libavformat/hlsenc.o CC libavformat/hlsplaylist.o src/libavformat/hlsenc.c:3143:132: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3143 | {"hls_init_time", "set segment length at init list", OFFSET(init_time), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :20:1: note: expanded from here 20 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/hlsenc.c:3142:132: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3142 | {"hls_time", "set segment length", OFFSET(time), AV_OPT_TYPE_DURATION, {.i64 = 2000000}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :19:1: note: expanded from here 19 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/hlsenc.c:3141:128: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3141 | {"start_number", "set first number in the sequence", OFFSET(start_sequence),AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :18:1: note: expanded from here 18 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/hlsproto.o CC libavformat/hnm.o CC libavformat/http.o src/libavformat/http.c:176:133: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 176 | { "end_offset", "try to limit the request to bytes preceding this offset", OFFSET(end_off), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, D }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :8:1: note: expanded from here 8 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/http.c:175:89: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 175 | { "offset", "initial byte offset", OFFSET(off), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, D }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :7:1: note: expanded from here 7 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/httpauth.o CC libavformat/iamf.o CC libavformat/iamf_parse.o CC libavformat/iamf_reader.o CC libavformat/iamf_writer.o 3 warnings generated. CC libavformat/iamfdec.o CC libavformat/iamfenc.o 2 warnings generated. 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/ifv.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/imx.o CC libavformat/ingenientdec.o CC libavformat/ip.o CC libavformat/ipmovie.o CC libavformat/ipudec.o CC libavformat/ircam.o CC libavformat/ircamdec.o CC libavformat/ircamenc.o CC libavformat/isom.o CC libavformat/isom_tags.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/jpegxl_anim_dec.o CC libavformat/jvdec.o CC libavformat/kvag.o CC libavformat/lafdec.o CC libavformat/latmenc.o CC libavformat/lc3.o CC libavformat/lmlm4.o CC libavformat/loasdec.o CC libavformat/lrc.o CC libavformat/lrcdec.o CC libavformat/lrcenc.o CC libavformat/luodatdec.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/mca.o CC libavformat/mccdec.o CC libavformat/md5proto.o src/libavformat/matroskadec.c:3157:40: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion] 3157 | if (default_duration > UINT64_MAX || default_duration < 0) { | ~ ^~~~~~~~~~ /usr/include/stdint.h:130:23: note: expanded from macro 'UINT64_MAX' 130 | # define UINT64_MAX (__UINT64_C(18446744073709551615)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:107:25: note: expanded from macro '__UINT64_C' 107 | # define __UINT64_C(c) c ## UL | ^~~~~~~ :301:1: note: expanded from here 301 | 18446744073709551615UL | ^~~~~~~~~~~~~~~~~~~~~~ src/libavformat/matroskaenc.c:3543:192: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3543 | { "cluster_time_limit", "store at most the provided number of milliseconds in a cluster", OFFSET(cluster_time_limit), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, FLAGS }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :271:1: note: expanded from here 271 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/metadata.o CC libavformat/mgsts.o CC libavformat/microdvddec.o CC libavformat/microdvdenc.o CC libavformat/mj2kdec.o CC libavformat/mkvtimestamp_v2.o CC libavformat/mlpdec.o CC libavformat/mlvdec.o CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mms.o CC libavformat/mmsh.o CC libavformat/mmst.o CC libavformat/mods.o CC libavformat/moflex.o CC libavformat/mov.o CC libavformat/mov_chan.o 1 warning generated. CC libavformat/mov_esds.o CC libavformat/movenc.o 1 warning generated. CC libavformat/movenc_ttml.o CC libavformat/movenccenc.o CC libavformat/movenchint.o CC libavformat/mp3dec.o CC libavformat/mp3enc.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegenc.o CC libavformat/mpegts.o CC libavformat/mpegtsenc.o src/libavformat/mpegtsenc.c:2390:93: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2389 | { "nit_period", "NIT retransmission time limit in seconds", | ~ 2390 | OFFSET(nit_period_us), AV_OPT_TYPE_DURATION, { .i64 = NIT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, ENC }, | ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :178:1: note: expanded from here 178 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/mpegtsenc.c:2388:93: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2387 | { "sdt_period", "SDT retransmission time limit in seconds", | ~ 2388 | OFFSET(sdt_period_us), AV_OPT_TYPE_DURATION, { .i64 = SDT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, ENC }, | ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :177:1: note: expanded from here 177 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/mpegtsenc.c:2386:93: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 2385 | { "pat_period", "PAT/PMT retransmission time limit in seconds", | ~ 2386 | OFFSET(pat_period_us), AV_OPT_TYPE_DURATION, { .i64 = PAT_RETRANS_TIME * 1000LL }, 0, INT64_MAX, ENC }, | ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :176:1: note: expanded from here 176 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/mpegvideodec.o CC libavformat/mpjpeg.o CC libavformat/mpjpegdec.o 3 warnings generated. CC libavformat/mpl2dec.o CC libavformat/mpsubdec.o CC libavformat/msf.o CC libavformat/msnwc_tcp.o CC libavformat/mspdec.o CC libavformat/mtaf.o CC libavformat/mtv.o CC libavformat/musx.o CC libavformat/mux.o CC libavformat/mux_utils.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/nal.o CC libavformat/ncdec.o CC libavformat/network.o CC libavformat/nistspheredec.o CC libavformat/nspdec.o CC libavformat/nsvdec.o CC libavformat/nullenc.o CC libavformat/nut.o CC libavformat/nutdec.o CC libavformat/nutenc.o CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggenc.o src/libavformat/oggenc.c:95:74: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 94 | { "page_duration", "preferred page duration, in microseconds", | ~ 95 | OFFSET(pref_duration), AV_OPT_TYPE_INT64, { .i64 = 1000000 }, 0, INT64_MAX, PARAM }, | ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :216:1: note: expanded from here 216 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/oggparsecelt.o CC libavformat/oggparsedirac.o 1 warning generated. 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 In file included from src/libavformat/options.c:41: src/libavformat/options_table.h:111:181: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 111 | {"duration_probesize", "Maximum number of bytes to probe the durations of the streams in estimate_timings_from_pts", OFFSET(duration_probesize), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :363:1: note: expanded from here 363 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:41: src/libavformat/options_table.h:89:146: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 89 | {"max_interleave_delta", "maximum buffering duration for interleaving", OFFSET(max_interleave_delta), AV_OPT_TYPE_INT64, { .i64 = 10000000 }, 0, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :362:1: note: expanded from here 362 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:41: src/libavformat/options_table.h:88:125: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 88 | {"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :361:1: note: expanded from here 361 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:41: src/libavformat/options_table.h:88:113: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion] 88 | {"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E}, | ~ ^~~~~~~~~~ src/libavformat/options_table.h:84:159: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 84 | {"skip_initial_bytes", "set number of bytes to skip before reading header and frames", OFFSET(skip_initial_bytes), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX-1, D}, | ~ ~~~~~~~~~^~ src/libavformat/options_table.h:66:156: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 66 | {"start_time_realtime", "wall-clock time when stream begins (PTS==0)", OFFSET(start_time_realtime), AV_OPT_TYPE_INT64, {.i64 = AV_NOPTS_VALUE}, INT64_MIN, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :358:1: note: expanded from here 358 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:41: src/libavformat/options_table.h:59:151: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 59 | {"analyzeduration", "specify how many microseconds are analyzed to probe the input", OFFSET(max_analyze_duration), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :355:1: note: expanded from here 355 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavformat/options.c:41: src/libavformat/options_table.h:39:96: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 39 | {"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT64_MAX, D}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :354:1: note: expanded from here 354 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/options.c:405:91: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 405 | {"id", "Set group id", offsetof(AVStreamGroup, id), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, AV_OPT_FLAG_ENCODING_PARAM }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :17:1: note: expanded from here 17 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/osq.o CC libavformat/paf.o CC libavformat/pcm.o 9 warnings generated. CC libavformat/pcmdec.o CC libavformat/pcmenc.o CC libavformat/pdvdec.o CC libavformat/pjsdec.o CC libavformat/pmpdec.o CC libavformat/pp_bnk.o CC libavformat/prompeg.o CC libavformat/protocols.o CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/pvfdec.o CC libavformat/qcp.o CC libavformat/qoadec.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/rcwtdec.o CC libavformat/rcwtenc.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/rka.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o CC libavformat/rmenc.o CC libavformat/rmsipr.o CC libavformat/rpl.o CC libavformat/rsd.o CC libavformat/rso.o CC libavformat/rsodec.o CC libavformat/rsoenc.o CC libavformat/rtmpdigest.o CC libavformat/rtmphttp.o CC libavformat/rtmppkt.o CC libavformat/rtmpproto.o CC libavformat/rtp.o CC libavformat/rtpdec.o CC libavformat/rtpdec_ac3.o CC libavformat/rtpdec_amr.o CC libavformat/rtpdec_asf.o CC libavformat/rtpdec_dv.o CC libavformat/rtpdec_g726.o CC libavformat/rtpdec_h261.o CC libavformat/rtpdec_h263.o CC libavformat/rtpdec_h263_rfc2190.o CC libavformat/rtpdec_h264.o CC libavformat/rtpdec_hevc.o CC libavformat/rtpdec_ilbc.o CC libavformat/rtpdec_jpeg.o CC libavformat/rtpdec_latm.o CC libavformat/rtpdec_mpa_robust.o CC libavformat/rtpdec_mpeg12.o CC libavformat/rtpdec_mpeg4.o CC libavformat/rtpdec_mpegts.o CC libavformat/rtpdec_qcelp.o CC libavformat/rtpdec_qdm2.o CC libavformat/rtpdec_qt.o CC libavformat/rtpdec_rfc4175.o CC libavformat/rtpdec_svq3.o CC libavformat/rtpdec_vc2hq.o CC libavformat/rtpdec_vp8.o CC libavformat/rtpdec_vp9.o CC libavformat/rtpdec_xiph.o CC libavformat/rtpenc.o CC libavformat/rtpenc_aac.o CC libavformat/rtpenc_amr.o CC libavformat/rtpenc_chain.o CC libavformat/rtpenc_h261.o CC libavformat/rtpenc_h263.o CC libavformat/rtpenc_h263_rfc2190.o CC libavformat/rtpenc_h264_hevc.o CC libavformat/rtpenc_jpeg.o CC libavformat/rtpenc_latm.o CC libavformat/rtpenc_mpegts.o CC libavformat/rtpenc_mpv.o CC libavformat/rtpenc_rfc4175.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 src/libavformat/rtpproto.c:79:164: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 79 | { "timeout", "set timeout (in microseconds) of socket I/O operations", OFFSET(rw_timeout), AV_OPT_TYPE_INT64, { .i64 = -1 }, -1, INT64_MAX, .flags = D|E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :3:1: note: expanded from here 3 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/rtsp.c:103:134: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 103 | { "timeout", "set timeout (in microseconds) of socket I/O operations", OFFSET(stimeout), AV_OPT_TYPE_INT64, {.i64 = 0}, INT_MIN, INT64_MAX, DEC }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :3:1: note: expanded from here 3 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/rtsp.c:113:183: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 113 | { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :9:1: note: expanded from here 9 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/rtsp.c:122:183: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 122 | { "listen_timeout", "set maximum timeout (in seconds) to wait for incoming connections", OFFSET(stimeout), AV_OPT_TYPE_DURATION, {.i64 = READ_PACKET_TIMEOUT_S*1000000}, INT_MIN, INT64_MAX, DEC }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :10:1: note: expanded from here 10 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ 1 warning generated. CC libavformat/s337m.o CC libavformat/samidec.o CC libavformat/sapdec.o CC libavformat/sapenc.o CC libavformat/sauce.o CC libavformat/sbcdec.o CC libavformat/sbgdec.o CC libavformat/sccdec.o CC libavformat/sccenc.o src/libavformat/sbgdec.c:204:69: warning: implicit conversion from 'long' to 'double' changes value from 4611686018427387903 to 4611686018427387904 [-Wimplicit-const-int-float-conversion] 204 | ts = av_clipd(seconds * AV_TIME_BASE, INT64_MIN/2, INT64_MAX/2); | ~~~~~~~~ ~~~~~~~~~^~ CC libavformat/scd.o CC libavformat/sdns.o CC libavformat/sdp.o CC libavformat/sdr2.o CC libavformat/sdsdec.o CC libavformat/sdxdec.o 3 warnings generated. CC libavformat/seek.o CC libavformat/segafilm.o CC libavformat/segafilmenc.o CC libavformat/segment.o CC libavformat/serdec.o 1 warning generated. CC libavformat/sga.o src/libavformat/segment.c:1076:127: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1076 | { "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :10:1: note: expanded from here 10 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1076:115: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion] 1076 | { "initial_offset", "set initial timestamp offset", OFFSET(initial_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E }, | ~ ^~~~~~~~~~ src/libavformat/segment.c:1062:137: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1062 | { "min_seg_duration", "set minimum segment duration", OFFSET(min_seg_duration), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :8:1: note: expanded from here 8 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1061:139: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1061 | { "segment_time_delta","set approximation value used for the segment times", OFFSET(time_delta), AV_OPT_TYPE_DURATION, {.i64 = 0}, 0, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :7:1: note: expanded from here 7 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1060:138: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1060 | { "segment_time", "set segment duration", OFFSET(time),AV_OPT_TYPE_DURATION, {.i64 = 2000000}, INT64_MIN, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :6:1: note: expanded from here 6 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/segment.c:1059:163: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1059 | { "segment_clocktime_wrap_duration", "set segment clocktime wrapping duration", OFFSET(clocktime_wrap_duration), AV_OPT_TYPE_DURATION, {.i64 = INT64_MAX}, 0, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :4:1: note: expanded from here 4 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/shortendec.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/smjpeg.o 6 warnings generated. 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 src/libavformat/subfile.c:39:81: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 39 | { "end", "end offset", OFFSET(end), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :323:1: note: expanded from here 323 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/subfile.c:38:81: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 38 | { "start", "start offset", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :322:1: note: expanded from here 322 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/subviewer1dec.o CC libavformat/subviewerdec.o 2 warnings generated. CC libavformat/supdec.o CC libavformat/supenc.o CC libavformat/svag.o CC libavformat/svs.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 src/libavformat/tedcaptionsdec.c:39:36: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 37 | { "start_time", "set the start time (offset) of the subtitles, in ms", | ~ 38 | offsetof(TEDCaptionsDemuxer, start_time), AV_OPT_TYPE_INT64, 39 | { .i64 = 15000 }, INT64_MIN, INT64_MAX, | ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :325:1: note: expanded from here 325 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/tee_common.o CC libavformat/teeproto.o CC libavformat/thp.o CC libavformat/tiertexseq.o 1 warning generated. CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/ttaenc.o CC libavformat/ttmlenc.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/ty.o CC libavformat/udp.o CC libavformat/uncodedframecrcenc.o CC libavformat/unix.o src/libavformat/udp.c:127:142: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 127 | { "burst_bits", "Max length of bursts in bits (when using bitrate)", OFFSET(burst_bits), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, .flags = E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :117:1: note: expanded from here 117 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ src/libavformat/udp.c:126:142: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 126 | { "bitrate", "Bits to send per second", OFFSET(bitrate), AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT64_MAX, .flags = E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :116:1: note: expanded from here 116 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ CC libavformat/url.o CC libavformat/urldecode.o CC libavformat/usmdec.o CC libavformat/utils.o 2 warnings generated. CC libavformat/vag.o CC libavformat/vc1dec.o CC libavformat/vc1test.o CC libavformat/vc1testenc.o CC libavformat/version.o CC libavformat/vividas.o CC libavformat/vivo.o CC libavformat/voc.o CC libavformat/voc_packet.o CC libavformat/vocdec.o CC libavformat/vocenc.o CC libavformat/vorbiscomment.o CC libavformat/vpcc.o CC libavformat/vpk.o CC libavformat/vplayerdec.o CC libavformat/vqf.o CC libavformat/vvc.o CC libavformat/vvcdec.o CC libavformat/w64.o CC libavformat/wady.o CC libavformat/wavarc.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_audenc.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/xmd.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 CC libpostproc/postprocess.o CC libpostproc/version.o GEN libpostproc/libpostproc.pc GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc HOSTCC doc/print_options.o TXT doc/fate.txt CC libavcodec/dctref.o In file included from src/doc/print_options.c:41: src/libavcodec/options_table.h:50:110: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 50 | {"b", "set bitrate (in bits/s)", OFFSET(bit_rate), AV_OPT_TYPE_INT64, {.i64 = AV_CODEC_DEFAULT_BITRATE }, 0, INT64_MAX, A|V|E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :326:1: note: expanded from here 326 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:111:181: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 111 | {"duration_probesize", "Maximum number of bytes to probe the durations of the streams in estimate_timings_from_pts", OFFSET(duration_probesize), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :336:1: note: expanded from here 336 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:89:146: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 89 | {"max_interleave_delta", "maximum buffering duration for interleaving", OFFSET(max_interleave_delta), AV_OPT_TYPE_INT64, { .i64 = 10000000 }, 0, INT64_MAX, E }, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :335:1: note: expanded from here 335 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:88:125: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 88 | {"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :334:1: note: expanded from here 334 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:88:113: warning: implicit conversion from 'long' to 'double' changes value from -9223372036854775807 to -9223372036854775808 [-Wimplicit-const-int-float-conversion] 88 | {"output_ts_offset", "set output timestamp offset", OFFSET(output_ts_offset), AV_OPT_TYPE_DURATION, {.i64 = 0}, -INT64_MAX, INT64_MAX, E}, | ~ ^~~~~~~~~~ src/libavformat/options_table.h:84:159: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 84 | {"skip_initial_bytes", "set number of bytes to skip before reading header and frames", OFFSET(skip_initial_bytes), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX-1, D}, | ~ ~~~~~~~~~^~ src/libavformat/options_table.h:66:156: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 66 | {"start_time_realtime", "wall-clock time when stream begins (PTS==0)", OFFSET(start_time_realtime), AV_OPT_TYPE_INT64, {.i64 = AV_NOPTS_VALUE}, INT64_MIN, INT64_MAX, E}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :331:1: note: expanded from here 331 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:59:151: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 59 | {"analyzeduration", "specify how many microseconds are analyzed to probe the input", OFFSET(max_analyze_duration), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :328:1: note: expanded from here 328 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ In file included from src/doc/print_options.c:43: src/libavformat/options_table.h:39:96: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 39 | {"probesize", "set probing size", OFFSET(probesize), AV_OPT_TYPE_INT64, {.i64 = 5000000 }, 32, INT64_MAX, D}, | ~ ^~~~~~~~~ /usr/include/stdint.h:124:22: note: expanded from macro 'INT64_MAX' 124 | # define INT64_MAX (__INT64_C(9223372036854775807)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdint.h:106:24: note: expanded from macro '__INT64_C' 106 | # define __INT64_C(c) c ## L | ^~~~~~ :327:1: note: expanded from here 327 | 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ 9 warnings generated. CC libavcodec/tests/iirfilter.o CC libavcodec/tests/mjpegenc_huffman.o CC libavcodec/tests/mpeg12framerate.o clang: /home/martin/fate/llvm-mingw/src/llvm-project/llvm/lib/IR/Instruction.cpp:153: void llvm::Instruction::insertBefore(llvm::BasicBlock&, llvm::iplist_impl, llvm::ilist_parent >, llvm::SymbolTableListTraits, llvm::ilist_parent > >::iterator): Assertion `!isa(this) && "Inserting PHI after debug-records!"' failed. PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: clang -I. -Isrc/ -D_ISOC11_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -DBUILDING_avcodec -std=c17 -fomit-frame-pointer -fPIC -pthread -g -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -Wno-unused-const-variable -Wno-bool-operation -Wno-char-subscripts -O3 -fno-math-errno -fno-signed-zeros -mstack-alignment=16 -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tests/iirfilter.d -MT libavcodec/tests/iirfilter.o -c -o libavcodec/tests/iirfilter.o src/libavcodec/tests/iirfilter.c 1. parser at end of file 2. Optimizer 3. Running pass "function(float2int,lower-constant-intrinsics,chr,loop(loop-rotate,loop-deletion),loop-distribute,inject-tli-mappings,loop-vectorize,infer-alignment,loop-load-elim,instcombine,simplifycfg,slp-vectorizer,vector-combine,instcombine,loop-unroll,transform-warning,sroa,infer-alignment,instcombine,loop-mssa(licm),alignment-from-assumptions,loop-sink,instsimplify,div-rem-pairs,tailcallelim,simplifycfg)" on module "src/libavcodec/tests/iirfilter.c" 4. Running pass "slp-vectorizer" on function "main" CC libavcodec/tests/h264_levels.o CC libavcodec/tests/h265_levels.o CC libavcodec/tests/rangecoder.o CC libavcodec/tests/snowenc.o #0 0x0000ffffef410f40 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x278af40) #1 0x0000ffffef40ec88 llvm::sys::RunSignalHandlers() (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x2788c88) #2 0x0000ffffef40f04c llvm::sys::CleanupOnSignal(unsigned long) (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x278904c) #3 0x0000ffffef3246b8 (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x269e6b8) #4 0x0000fffff7ffc78c (linux-vdso.so.1+0x78c) #5 0x0000ffffec961d78 raise /build/glibc-kCnsjY/glibc-2.31/signal/../sysdeps/unix/sysv/linux/raise.c:51:1 #6 0x0000ffffec94eaac abort /build/glibc-kCnsjY/glibc-2.31/stdlib/abort.c:81:7 #7 0x0000ffffec95b490 __assert_fail_base /build/glibc-kCnsjY/glibc-2.31/assert/assert.c:89:7 #8 0x0000ffffec95b4f4 (/lib/aarch64-linux-gnu/libc.so.6+0x2d4f4) #9 0x0000ffffef593a38 llvm::Instruction::insertInto(llvm::BasicBlock*, llvm::ilist_iterator_w_bits, false, false>) (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x290da38) #10 0x0000fffff0e5835c llvm::slpvectorizer::BoUpSLP::~BoUpSLP() (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x41d235c) #11 0x0000fffff0eeb91c (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x426591c) #12 0x0000fffff0eec38c llvm::SLPVectorizerPass::run(llvm::Function&, llvm::AnalysisManager&) (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x426638c) #13 0x0000fffff28752b4 (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x5bef2b4) #14 0x0000ffffef6358fc llvm::PassManager>::run(llvm::Function&, llvm::AnalysisManager&) (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x29af8fc) #15 0x0000fffff22ec23c (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x566623c) #16 0x0000ffffef6342d8 llvm::ModuleToFunctionPassAdaptor::run(llvm::Module&, llvm::AnalysisManager&) (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x29ae2d8) #17 0x0000fffff22ecc3c (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x5666c3c) #18 0x0000ffffef632324 llvm::PassManager>::run(llvm::Module&, llvm::AnalysisManager&) (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x29ac324) #19 0x0000fffff60e1f74 (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x329cf74) #20 0x0000fffff60e4d5c (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x329fd5c) #21 0x0000fffff60e54d8 clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::HeaderSearchOptions const&, clang::CodeGenOptions const&, clang::TargetOptions const&, clang::LangOptions const&, llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::IntrusiveRefCntPtr, std::unique_ptr>, clang::BackendConsumer*) (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x32a04d8) #22 0x0000fffff6544b44 clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x36ffb44) #23 0x0000fffff4a0c95c clang::ParseAST(clang::Sema&, bool, bool) (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x1bc795c) #24 0x0000fffff6544f3c clang::CodeGenAction::ExecuteAction() (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x36fff3c) #25 0x0000fffff71db81c clang::FrontendAction::Execute() (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x439681c) #26 0x0000fffff716e348 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x4329348) #27 0x0000fffff726e188 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x4429188) #28 0x0000aaaaaaac7134 cc1_main(llvm::ArrayRef, char const*, void*) (/home/martin/clang-nightly-tue/bin/clang-19+0x27134) #29 0x0000aaaaaaac0878 _start (/home/martin/clang-nightly-tue/bin/clang-19+0x20878) #30 0x0000fffff6dbebe8 (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x3f79be8) #31 0x0000ffffef324bb8 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref) (/home/martin/clang-nightly-tue/bin/../lib/libLLVM.so.19.0git+0x269ebb8) #32 0x0000fffff6dbf1b8 (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x3f7a1b8) #33 0x0000fffff6d8a04c clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x3f4504c) #34 0x0000fffff6d8a8a4 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl>&, bool) const (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x3f458a4) #35 0x0000fffff6d93658 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl>&) (/home/martin/clang-nightly-tue/bin/../lib/libclang-cpp.so.19.0git+0x3f4e658) #36 0x0000aaaaaaac4338 clang_main(int, char**, llvm::ToolContext const&) (/home/martin/clang-nightly-tue/bin/clang-19+0x24338) #37 0x0000aaaaaaad2b4c main (/home/martin/clang-nightly-tue/bin/clang-19+0x32b4c) #38 0x0000ffffec94ee10 __libc_start_main /build/glibc-kCnsjY/glibc-2.31/csu/../csu/libc-start.c:342:3 #39 0x0000aaaaaaac0364 _start (/home/martin/clang-nightly-tue/bin/clang-19+0x20364) clang: error: clang frontend command failed with exit code 134 (use -v to see invocation) clang version 19.0.0git (https://github.com/llvm/llvm-project 93869dfd89387844bf8b605ebcd1abc0cc81bde8) Target: aarch64-unknown-linux-gnu Thread model: posix InstalledDir: /home/martin/clang-nightly-tue/bin Build config: +assertions clang: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: /tmp/iirfilter-6fc9bd.c clang: note: diagnostic msg: /tmp/iirfilter-6fc9bd.sh clang: note: diagnostic msg: ******************** make: *** [/home/martin/fate/src/ffbuild/common.mak:81: libavcodec/tests/iirfilter.o] Error 1 make: *** Waiting for unfinished jobs....