=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ffplay3-3.4.11nb1 GEN libavutil/libavutil.version GEN libswscale/libswscale.version GEN libswresample/libswresample.version GEN libpostproc/libpostproc.version GEN libavcodec/libavcodec.version GEN libavformat/libavformat.version GEN libavfilter/libavfilter.version GEN libavdevice/libavdevice.version CC libavdevice/alldevices.o CC libavdevice/reverse.o CC libavdevice/utils.o CC libavdevice/avdevice.o GEN libavdevice/libavdevice.pc CC libavformat/allformats.o CC libavformat/avio.o CC libavformat/aviobuf.o CC libavformat/cutils.o CC libavformat/dump.o libavformat/dump.c: In function 'dump_stream_format': libavformat/dump.c:473:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->properties = st->codec->properties; ^~~~~ In file included from libavformat/dump.c:37:0: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ libavformat/dump.c:474:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->codec = st->codec->codec; ^~~~~ In file included from libavformat/dump.c:37:0: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ libavformat/dump.c:475:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmin = st->codec->qmin; ^~~~~ In file included from libavformat/dump.c:37:0: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ libavformat/dump.c:476:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->qmax = st->codec->qmax; ^~~~~ In file included from libavformat/dump.c:37:0: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ libavformat/dump.c:477:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_width = st->codec->coded_width; ^~~~~ In file included from libavformat/dump.c:37:0: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ libavformat/dump.c:478:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] avctx->coded_height = st->codec->coded_height; ^~~~~ In file included from libavformat/dump.c:37:0: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ libavformat/dump.c:513:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from libavformat/dump.c:37:0: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ libavformat/dump.c:513:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] int tbc = st->codec->time_base.den && st->codec->time_base.num; ^~~ In file included from libavformat/dump.c:37:0: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ libavformat/dump.c:525:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] print_fps(1 / av_q2d(st->codec->time_base), "tbc"); ^~~~~~~~~ In file included from libavformat/dump.c:37:0: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavformat/format.o CC libavformat/golomb_tab.o CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/log2_tab.o CC libavformat/metadata.o CC libavformat/mux.o CC libavformat/network.o CC libavformat/options.o CC libavformat/os_support.o CC libavformat/protocols.o libavformat/protocols.c: In function 'avio_enum_protocols': libavformat/protocols.c:100:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] p = p ? p + 1 : url_protocols; ^ CC libavformat/qtpalette.o CC libavformat/riff.o CC libavformat/sdp.o CC libavformat/url.o CC libavformat/utils.o CC libavcodec/allcodecs.o CC libavcodec/audioconvert.o CC libavcodec/avdct.o CC libavcodec/avfft.o CC libavcodec/avpicture.o libavformat/utils.c: In function 'avformat_transfer_internal_stream_timing_info': libavformat/utils.c:5554:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] const AVCodecContext *dec_ctx = ist->codec; ^~~~~ In file included from libavformat/audiointerleave.h:27:0, from libavformat/utils.c:43: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavcodec/avpacket.o libavformat/utils.c:5555:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc_ctx = ost->codec; ^~~~~~~~~~~~~~ In file included from libavformat/audiointerleave.h:27:0, from libavformat/utils.c:43: libavformat/avformat.h:893:21: note: declared here AVCodecContext *codec; ^~~~~ CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_next': libavcodec/bitstream_filter.c:39:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return av_bsf_next(&opaque); ^~~~~~~~~~~~~~~~~~~~ libavcodec/bitstream_filter.c: In function 'av_bitstream_filter_filter': libavcodec/bitstream_filter.c:134:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] pkt.data = buf; ^ CC libavcodec/bitstream_filters.o CC libavcodec/bsf.o CC libavcodec/codec_desc.o CC libavcodec/d3d11va.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/decode.o CC libavcodec/dirac.o libavcodec/decode.c: In function 'compat_decode': libavcodec/decode.c:794:13: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) { ^~ In file included from libavcodec/decode.c:40:0: libavcodec/avcodec.h:2694:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ libavcodec/decode.c: In function 'recode_subtitle': libavcodec/decode.c:888:19: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] if (iconv(cd, &inb, &inl, &outb, &outl) == (size_t)-1 || ^ In file included from libavcodec/decode.c:27:0: /usr/include/iconv.h:46:8: note: expected 'const char ** restrict' but argument is of type 'char **' size_t iconv(iconv_t, const char ** __restrict, ^~~~~ CC libavcodec/dv_profile.o libavcodec/decode.c: In function 'avcodec_flush_buffers': libavcodec/decode.c:1748:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] if (!avctx->refcounted_frames) ^~ In file included from libavcodec/decode.c:40:0: libavcodec/avcodec.h:2694:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ CC libavcodec/encode.o CC libavcodec/fft_fixed.o libavcodec/encode.c: In function 'do_encode': libavcodec/encode.c:378:9: warning: 'avcodec_encode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_video2(avctx, avctx->internal->buffer_pkt, ^~~ libavcodec/encode.c:267:25: note: declared here int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ libavcodec/encode.c:381:9: warning: 'avcodec_encode_audio2' is deprecated [-Wdeprecated-declarations] ret = avcodec_encode_audio2(avctx, avctx->internal->buffer_pkt, ^~~ libavcodec/encode.c:118:25: note: declared here int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, ^~~~~~~~~~~~~~~~~~~~~ CC libavcodec/fft_fixed_32.o CC libavcodec/fft_float.o CC libavcodec/fft_init_table.o CC libavcodec/imgconvert.o CC libavcodec/jni.o CC libavcodec/log2_tab.o CC libavcodec/mathtables.o CC libavcodec/mdct_fixed.o CC libavcodec/mdct_fixed_32.o CC libavcodec/mdct_float.o CC libavcodec/mediacodec.o CC libavcodec/mjpegenc_huffman.o CC libavcodec/mpeg12framerate.o CC libavcodec/null_bsf.o CC libavcodec/options.o CC libavcodec/parser.o CC libavcodec/profiles.o CC libavcodec/pthread.o CC libavcodec/pthread_frame.o CC libavcodec/pthread_slice.o CC libavcodec/qsv_api.o CC libavcodec/raw.o CC libavcodec/rdft.o CC libavcodec/resample.o CC libavcodec/resample2.o CC libavcodec/reverse.o CC libavcodec/utils.o CC libavcodec/vaapi_decode.o CC libavcodec/vdpau.o CC libavcodec/vorbis_parser.o CC libavcodec/x86/constants.o X86ASM libavcodec/x86/dct32.o CC libavcodec/x86/dct_init.o X86ASM libavcodec/x86/fft.o CC libavcodec/x86/fft_init.o CC libavcodec/xiph.o STRIP libavcodec/x86/dct32.o skipping strip -x libavcodec/x86/dct32.o CC libavutil/adler32.o CC libavutil/aes.o CC libavutil/aes_ctr.o CC libavutil/audio_fifo.o libavcodec/x86/fft.asm:558: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:606: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:558: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:609: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:558: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:611: ... from macro `PROLOGUE' defined here CC libavutil/avstring.o libavcodec/x86/fft.asm:628: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:606: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:628: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:609: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:628: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] libavcodec/x86/fft.asm:583: ... from macro `FFT_CALC_FUNC' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:611: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:630: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:606: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:630: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:609: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:630: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:611: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:723: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:606: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:723: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:609: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:723: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] libavcodec/x86/fft.asm:664: ... from macro `IMDCT_CALC_FUNC' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:611: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:1079: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:606: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:1079: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:609: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:1079: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:611: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:1092: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:606: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:1092: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:609: ... from macro `PROLOGUE' defined here libavcodec/x86/fft.asm:1092: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] libavcodec/x86/fft.asm:964: ... from macro `DECL_IMDCT' defined here libavutil/x86/x86util.asm:758: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:793: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:611: ... from macro `PROLOGUE' defined here STRIP libavcodec/x86/fft.o skipping strip -x libavcodec/x86/fft.o CC libavutil/base64.o CC libavutil/blowfish.o CC libavutil/bprint.o CC libavutil/buffer.o libavutil/bprint.c: In function 'av_bprintf': libavutil/bprint.c:105:19: warning: null destination pointer [-Wformat-truncation=] extra_len = vsnprintf(dst, room, fmt, vl); ^ CC libavutil/camellia.o libavutil/bprint.c: In function 'av_vbprintf': libavutil/bprint.c:128:19: warning: null destination pointer [-Wformat-truncation=] extra_len = vsnprintf(dst, room, fmt, vl); ^ CC libavutil/cast5.o CC libavutil/channel_layout.o CC libavutil/color_utils.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/dict.o CC libavutil/display.o CC libavutil/downmix_info.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/file.o CC libavutil/file_open.o CC libavutil/fixed_dsp.o CC libavutil/float_dsp.o CC libavutil/frame.o CC libavutil/hash.o CC libavutil/hmac.o CC libavutil/hwcontext.o CC libavutil/hwcontext_vaapi.o CC libavutil/hwcontext_vdpau.o CC libavutil/imgutils.o 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/mastering_display_metadata.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/murmur3.o CC libavutil/opt.o CC libavutil/parseutils.o CC libavutil/pixdesc.o CC libavutil/pixelutils.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/reverse.o CC libavutil/ripemd.o CC libavutil/samplefmt.o CC libavutil/sha.o CC libavutil/sha512.o CC libavutil/slicethread.o CC libavutil/spherical.o CC libavutil/stereo3d.o CC libavutil/tea.o CC libavutil/threadmessage.o CC libavutil/time.o CC libavutil/timecode.o CC libavutil/tree.o CC libavutil/twofish.o In file included from /usr/include/stdio.h:597:0, from libavutil/timecode.c:29: libavutil/timecode.c: In function 'av_timecode_make_string': libavutil/timecode.c:103:41: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size between 2 and 14 [-Wformat-truncation=] snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", ^ libavutil/timecode.c:103:41: note: directive argument in the range [0, 2147483647] libavutil/timecode.c:103:5: note: '__builtin_snprintf' output between 12 and 32 bytes into a destination of size 23 snprintf(buf, AV_TIMECODE_STR_SIZE, "%s%02d:%02d:%02d%c%02d", ^ 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 libavutil/x86/cpuid.asm:31: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:599: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:31: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:602: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:31: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:604: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:54: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:599: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:54: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:602: ... from macro `PROLOGUE' defined here libavutil/x86/cpuid.asm:54: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] libavutil/x86/x86util.asm:751: ... from macro `cglobal' defined here libavutil/x86/x86util.asm:786: ... from macro `cglobal_internal' defined here libavutil/x86/x86util.asm:604: ... from macro `PROLOGUE' defined here STRIP libavutil/x86/fixed_dsp.o skipping strip -x libavutil/x86/fixed_dsp.o CC libavutil/x86/float_dsp_init.o STRIP libavutil/x86/cpuid.o skipping strip -x libavutil/x86/cpuid.o X86ASM libavutil/x86/imgutils.o CC libavutil/x86/imgutils_init.o X86ASM libavutil/x86/lls.o STRIP libavutil/x86/imgutils.o skipping strip -x libavutil/x86/imgutils.o CC libavutil/x86/lls_init.o CC libavutil/xga_font_data.o CC libavutil/xtea.o CC libavfilter/allfilters.o STRIP libavutil/x86/float_dsp.o skipping strip -x libavutil/x86/float_dsp.o CC libavfilter/audio.o STRIP libavutil/x86/lls.o skipping strip -x libavutil/x86/lls.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/buffersink.o libavfilter/avfiltergraph.c: In function 'avfilter_graph_free': libavfilter/avfiltergraph.c:132:5: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^~~~~~~~ In file included from libavfilter/avfiltergraph.c:38:0: libavfilter/avfilter.h:862:32: note: declared here attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters ^~~~~~~~~~~~~~~~~~ CC libavfilter/buffersrc.o CC libavfilter/drawutils.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/log2_tab.o CC libavfilter/opencl_allkernels.o CC libavfilter/pthread.o CC libavfilter/transform.o CC libavfilter/video.o GEN libavfilter/libavfilter.pc AR libavformat/libavformat.a GEN libavformat/libavformat.pc AR libavcodec/libavcodec.a GEN libavcodec/libavcodec.pc CC libpostproc/postprocess.o GEN libpostproc/libpostproc.pc CC libswresample/audioconvert.o CC libswresample/dither.o CC libswresample/log2_tab.o CC libswresample/options.o CC libswresample/rematrix.o CC libswresample/resample.o CC libswresample/resample_dsp.o CC libswresample/swresample.o CC libswresample/swresample_frame.o X86ASM libswresample/x86/audio_convert.o CC libswresample/x86/audio_convert_init.o X86ASM libswresample/x86/rematrix.o CC libswresample/x86/rematrix_init.o X86ASM libswresample/x86/resample.o STRIP libswresample/x86/rematrix.o skipping strip -x libswresample/x86/rematrix.o CC libswresample/x86/resample_init.o GEN libswresample/libswresample.pc CC libswscale/alphablend.o CC libswscale/gamma.o CC libswscale/hscale.o STRIP libswresample/x86/resample.o skipping strip -x libswresample/x86/resample.o CC libswscale/hscale_fast_bilinear.o CC libswscale/input.o CC libswscale/log2_tab.o CC libswscale/options.o CC libswscale/output.o STRIP libswresample/x86/audio_convert.o skipping strip -x libswresample/x86/audio_convert.o CC libswscale/rgb2rgb.o CC libswscale/slice.o CC libswscale/swscale.o CC libswscale/swscale_unscaled.o CC libswscale/utils.o CC libswscale/vscale.o CC libswscale/x86/hscale_fast_bilinear_simd.o X86ASM libswscale/x86/input.o X86ASM libswscale/x86/output.o STRIP libswscale/x86/input.o skipping strip -x libswscale/x86/input.o CC libswscale/x86/rgb2rgb.o STRIP libswscale/x86/output.o skipping strip -x libswscale/x86/output.o X86ASM libswscale/x86/scale.o CC libswscale/x86/swscale.o CC libswscale/x86/yuv2rgb.o CC libswscale/yuv2rgb.o GEN libswscale/libswscale.pc AR libavutil/libavutil.a GEN libavutil/libavutil.pc HOSTCC doc/print_options.o AR libavdevice/libavdevice.a GEN libavdevice/libavdevice.ver GEN libavformat/libavformat.ver GEN libavcodec/libavcodec.ver GEN libavutil/libavutil.ver AR libavfilter/libavfilter.a GEN libavfilter/libavfilter.ver AR libpostproc/libpostproc.a GEN libpostproc/libpostproc.ver AR libswresample/libswresample.a GEN libswresample/libswresample.ver HOSTLD doc/print_options LD libavutil/libavutil.so.55 GENTEXI doc/avoptions_format.texi GENTEXI doc/avoptions_codec.texi POD doc/ffmpeg-utils.pod STRIP libswscale/x86/scale.o skipping strip -x libswscale/x86/scale.o POD doc/ffmpeg-scaler.pod POD doc/ffmpeg-resampler.pod POD doc/ffmpeg-bitstream-filters.pod POD doc/ffmpeg-codecs.pod POD doc/ffmpeg-formats.pod POD doc/ffmpeg-protocols.pod POD doc/ffmpeg-devices.pod POD doc/ffmpeg-filters.pod POD doc/libavutil.pod POD doc/libswscale.pod POD doc/libswresample.pod POD doc/libavcodec.pod POD doc/libavformat.pod POD doc/libavdevice.pod MAN doc/ffmpeg-utils3.1 POD doc/libavfilter.pod MAN doc/ffmpeg-scaler3.1 MAN doc/ffmpeg-resampler3.1 MAN doc/ffmpeg-codecs3.1 MAN doc/ffmpeg-bitstream-filters3.1 MAN doc/ffmpeg-formats3.1 MAN doc/ffmpeg-protocols3.1 MAN doc/ffmpeg-devices3.1 MAN doc/ffmpeg-filters3.1 MAN doc/libavutil3.3 MAN doc/libswscale3.3 MAN doc/libswresample3.3 MAN doc/libavcodec3.3 MAN doc/libavformat3.3 MAN doc/libavdevice3.3 MAN doc/libavfilter3.3 LD libavcodec/libavcodec.so.57 LD libavfilter/libavfilter.so.6 LD libpostproc/libpostproc.so.54 LD libswresample/libswresample.so.2 LD libavformat/libavformat.so.57 LD libavdevice/libavdevice.so.57 GEN libswscale/libswscale.ver AR libswscale/libswscale.a LD libswscale/libswscale.so.4 *** Please use pkgtools/verifypc to sanity check dependencies.