libavfilter/avfiltergraph.c:135:5: warning: 'resample_lavr_opts' is deprecated [-Wdeprecated-declarations] av_freep(&(*graph)->resample_lavr_opts); ^~~~~~~~ In file included from libavfilter/avfiltergraph.c:39: libavfilter/avfilter.h:847:32: note: declared here attribute_deprecated char *resample_lavr_opts; ///< libavresample options to use for the auto-inserted resample filters ^~~~~~~~~~~~~~~~~~ CC libavfilter/colorspace.o CC libavfilter/colorspacedsp.o CC libavfilter/dnn_backend_native.o CC libavfilter/dnn_interface.o CC libavfilter/drawutils.o CC libavfilter/ebur128.o CC libavfilter/f_bench.o CC libavfilter/f_cue.o CC libavfilter/f_drawgraph.o CC libavfilter/f_ebur128.o CC libavfilter/f_graphmonitor.o CC libavfilter/f_interleave.o CC libavfilter/f_loop.o CC libavfilter/f_metadata.o CC libavfilter/f_perms.o CC libavfilter/f_realtime.o CC libavfilter/f_reverse.o CC libavfilter/f_select.o CC libavfilter/f_sendcmd.o CC libavfilter/f_sidedata.o CC libavfilter/f_streamselect.o CC libavfilter/fifo.o CC libavfilter/formats.o CC libavfilter/framepool.o CC libavfilter/framequeue.o CC libavfilter/framesync.o CC libavfilter/generate_wave_table.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/lavfutils.o CC libavfilter/log2_tab.o CC libavfilter/lswsutils.o CC libavfilter/motion_estimation.o CC libavfilter/pthread.o CC libavfilter/scale.o CC libavfilter/scene_sad.o CC libavfilter/setpts.o CC libavfilter/settb.o CC libavfilter/split.o libavfilter/lavfutils.c: In function 'ff_load_image': libavfilter/lavfutils.c:91:5: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(codec_ctx, frame, &frame_decoded, &pkt); ^~~ In file included from ./libavformat/avformat.h:317, from libavfilter/lavfutils.h:27, from libavfilter/lavfutils.c:22: ./libavcodec/avcodec.h:4828:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/src_movie.o CC libavfilter/transform.o CC libavfilter/trim.o CC libavfilter/vaapi_vpp.o CC libavfilter/vaf_spectrumsynth.o CC libavfilter/vf_alphamerge.o CC libavfilter/vf_amplify.o libavfilter/src_movie.c: In function 'open_stream': libavfilter/src_movie.c:175:5: warning: 'refcounted_frames' is deprecated [-Wdeprecated-declarations] st->codec_ctx->refcounted_frames = 1; ^~ In file included from libavfilter/src_movie.c:41: ./libavcodec/avcodec.h:2396:9: note: declared here int refcounted_frames; ^~~~~~~~~~~~~~~~~ CC libavfilter/vf_aspect.o libavfilter/src_movie.c: In function 'movie_push_frame': libavfilter/src_movie.c:529:9: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_video2(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from libavfilter/src_movie.c:41: ./libavcodec/avcodec.h:4828:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ libavfilter/src_movie.c:532:9: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] ret = avcodec_decode_audio4(st->codec_ctx, frame, &got_frame, pkt); ^~~ In file included from libavfilter/src_movie.c:41: ./libavcodec/avcodec.h:4779:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ 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_blend.o CC libavfilter/vf_bm3d.o CC libavfilter/vf_bwdif.o CC libavfilter/vf_chromakey.o CC libavfilter/vf_chromashift.o CC libavfilter/vf_ciescope.o CC libavfilter/vf_codecview.o CC libavfilter/vf_colorbalance.o CC libavfilter/vf_colorchannelmixer.o libavfilter/vf_codecview.c: In function 'filter_frame': libavfilter/vf_codecview.c:223:9: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] int8_t *qp_table = av_frame_get_qp_table(frame, &qstride, &qp_type); ^~~~~~ In file included from libavfilter/avfilter.h:44, from libavfilter/vf_codecview.c:35: ./libavutil/frame.h:720:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_colorconstancy.o CC libavfilter/vf_colorkey.o CC libavfilter/vf_colorlevels.o CC libavfilter/vf_colorspace.o CC libavfilter/vf_convolution.o CC libavfilter/vf_convolve.o CC libavfilter/vf_copy.o CC libavfilter/vf_crop.o CC libavfilter/vf_curves.o CC libavfilter/vf_datascope.o CC libavfilter/vf_dctdnoiz.o CC libavfilter/vf_deband.o CC libavfilter/vf_deblock.o CC libavfilter/vf_decimate.o CC libavfilter/vf_dedot.o CC libavfilter/vf_deflicker.o CC libavfilter/vf_deinterlace_vaapi.o CC libavfilter/vf_dejudder.o CC libavfilter/vf_derain.o CC libavfilter/vf_deshake.o CC libavfilter/vf_despill.o CC libavfilter/vf_detelecine.o CC libavfilter/vf_displace.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_edgedetect.o CC libavfilter/vf_elbg.o CC libavfilter/vf_entropy.o CC libavfilter/vf_extractplanes.o CC libavfilter/vf_fade.o CC libavfilter/vf_fftdnoiz.o CC libavfilter/vf_fftfilt.o CC libavfilter/vf_field.o CC libavfilter/vf_fieldhint.o CC libavfilter/vf_fieldmatch.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_fillborders.o CC libavfilter/vf_floodfill.o CC libavfilter/vf_format.o CC libavfilter/vf_fps.o CC libavfilter/vf_framepack.o CC libavfilter/vf_framerate.o CC libavfilter/vf_framestep.o CC libavfilter/vf_freezedetect.o CC libavfilter/vf_gblur.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_hflip.o CC libavfilter/vf_histogram.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_hysteresis.o CC libavfilter/vf_idet.o CC libavfilter/vf_il.o CC libavfilter/vf_lagfun.o CC libavfilter/vf_lenscorrection.o CC libavfilter/vf_libopencv.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_maskfun.o CC libavfilter/vf_mergeplanes.o CC libavfilter/vf_mestimate.o CC libavfilter/vf_midequalizer.o CC libavfilter/vf_minterpolate.o CC libavfilter/vf_misc_vaapi.o CC libavfilter/vf_mix.o CC libavfilter/vf_neighbor.o CC libavfilter/vf_nlmeans.o CC libavfilter/vf_noise.o CC libavfilter/vf_normalize.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_pad.o CC libavfilter/vf_palettegen.o CC libavfilter/vf_paletteuse.o CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_premultiply.o CC libavfilter/vf_procamp_vaapi.o CC libavfilter/vf_pseudocolor.o CC libavfilter/vf_psnr.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 libavfilter/vf_qp.c: In function 'filter_frame': libavfilter/vf_qp.c:113:5: warning: 'av_frame_get_qp_table' is deprecated [-Wdeprecated-declarations] in_qp_table = av_frame_get_qp_table(in, &stride, &type); ^~~~~~~~~~~ In file included from libavfilter/avfilter.h:44, from libavfilter/vf_qp.c:26: ./libavutil/frame.h:720:9: note: declared here int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); ^~~~~~~~~~~~~~~~~~~~~ libavfilter/vf_qp.c:114:5: warning: 'av_frame_set_qp_table' is deprecated [-Wdeprecated-declarations] av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); ^~~~~~~~~~~~~~~~~~~~~ In file included from libavfilter/avfilter.h:44, from libavfilter/vf_qp.c:26: ./libavutil/frame.h:722:5: note: declared here int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); ^~~~~~~~~~~~~~~~~~~~~ CC libavfilter/vf_removegrain.o CC libavfilter/vf_removelogo.o CC libavfilter/vf_rotate.o CC libavfilter/vf_scale.o CC libavfilter/vf_scale_vaapi.o CC libavfilter/vf_selectivecolor.o CC libavfilter/vf_separatefields.o CC libavfilter/vf_setparams.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_showpalette.o CC libavfilter/vf_shuffleframes.o CC libavfilter/vf_shuffleplanes.o CC libavfilter/vf_signalstats.o CC libavfilter/vf_sr.o CC libavfilter/vf_ssim.o CC libavfilter/vf_stack.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_tonemap.o CC libavfilter/vf_tpad.o CC libavfilter/vf_transpose.o CC libavfilter/vf_transpose_vaapi.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_vectorscope.o CC libavfilter/vf_vflip.o CC libavfilter/vf_vfrdet.o CC libavfilter/vf_vibrance.o CC libavfilter/vf_vignette.o CC libavfilter/vf_vmafmotion.o CC libavfilter/vf_w3fdif.o CC libavfilter/vf_waveform.o CC libavfilter/vf_weave.o CC libavfilter/vf_xbr.o CC libavfilter/vf_xmedian.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_testsrc.o CC libavfilter/yadif_common.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/log2_tab.o CC libswscale/options.o CC libswscale/output.o CC libswscale/ppc/swscale_altivec.o CC libswscale/ppc/swscale_vsx.o CC libswscale/ppc/yuv2rgb_altivec.o CC libswscale/ppc/yuv2yuv_altivec.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/yuv2rgb.o GEN libavfilter/libavfilter.pc GEN libavformat/libavformat.pc GEN libavcodec/libavcodec.pc GEN libswresample/libswresample.pc GEN libswscale/libswscale.pc GEN libavutil/libavutil.pc CC fftools/ffmpeg_opt.o CC fftools/ffmpeg_filter.o CC fftools/ffmpeg_hw.o CC fftools/cmdutils.o CC fftools/ffmpeg.o fftools/ffmpeg_opt.c: In function 'add_input_streams': fftools/ffmpeg_opt.c:798:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (st->codec->lowres) { ^~ In file included from fftools/cmdutils.h:30, from fftools/ffmpeg.h:28, from fftools/ffmpeg_opt.c:23: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ fftools/ffmpeg_opt.c:799:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->lowres = st->codec->lowres; ^~~ In file included from fftools/cmdutils.h:30, from fftools/ffmpeg.h:28, from fftools/ffmpeg_opt.c:23: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ fftools/ffmpeg_opt.c:800:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->width = st->codec->width; ^~~ In file included from fftools/cmdutils.h:30, from fftools/ffmpeg.h:28, from fftools/ffmpeg_opt.c:23: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ fftools/ffmpeg_opt.c:801:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->height = st->codec->height; ^~~ In file included from fftools/cmdutils.h:30, from fftools/ffmpeg.h:28, from fftools/ffmpeg_opt.c:23: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ fftools/ffmpeg_opt.c:802:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_width = st->codec->coded_width; ^~~ In file included from fftools/cmdutils.h:30, from fftools/ffmpeg.h:28, from fftools/ffmpeg_opt.c:23: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ fftools/ffmpeg_opt.c:803:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] ist->dec_ctx->coded_height = st->codec->coded_height; ^~~ In file included from fftools/cmdutils.h:30, from fftools/ffmpeg.h:28, from fftools/ffmpeg_opt.c:23: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ GEN libavdevice/libavdevice.ver fftools/ffmpeg_opt.c: In function 'open_output_file': fftools/ffmpeg_opt.c:2401:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] if (av_opt_set(ost->st->codec, "flags", e->value, 0) < 0) ^~ In file included from fftools/cmdutils.h:30, from fftools/ffmpeg.h:28, from fftools/ffmpeg_opt.c:23: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ GEN libavformat/libavformat.ver GEN libswresample/libswresample.ver GEN libavutil/libavutil.ver fftools/cmdutils.c: In function 'print_all_libs_info': fftools/cmdutils.c:1134:5: warning: 'avresample_version' is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^~~~~~~~~~~~~~ In file included from fftools/cmdutils.c:37: ./libavresample/avresample.h:148:10: note: declared here unsigned avresample_version(void); ^~~~~~~~~~~~~~~~~~ fftools/cmdutils.c:1134:5: warning: 'avresample_configuration' is deprecated [-Wdeprecated-declarations] PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); ^~~~~~~~~~~~~~ In file included from fftools/cmdutils.c:37: ./libavresample/avresample.h:158:13: note: declared here const char *avresample_configuration(void); ^~~~~~~~~~~~~~~~~~~~~~~~ fftools/cmdutils.c: In function 'next_codec_for_id': fftools/cmdutils.c:1499:5: warning: 'av_codec_next' is deprecated [-Wdeprecated-declarations] while ((prev = av_codec_next(prev))) { ^~~~~ In file included from ./libavformat/avformat.h:317, from fftools/cmdutils.c:34: ./libavcodec/avcodec.h:4118:10: note: declared here AVCodec *av_codec_next(const AVCodec *c); ^~~~~~~~~~~~~ LD libavutil/libavutil.so.56 fftools/cmdutils.c: In function 'print_buildconf': fftools/cmdutils.c:1163:9: warning: 'strncpy' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] strncpy(conflist, "~--", 3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fftools/cmdutils.c:1169:9: warning: 'strncpy' output truncated before terminating nul copying 11 bytes from a string of the same length [-Wstringop-truncation] strncpy(remove_tilde, "pkg-config ", 11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LD libswresample/libswresample.so.3 fftools/ffmpeg.c: In function 'do_streamcopy': fftools/ffmpeg.c:2074:5: warning: 'av_copy_packet_side_data' is deprecated [-Wdeprecated-declarations] av_copy_packet_side_data(&opkt, pkt); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./libavformat/avformat.h:317, from fftools/ffmpeg.c:43: ./libavcodec/avcodec.h:4463:5: note: declared here int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); ^~~~~~~~~~~~~~~~~~~~~~~~ fftools/ffmpeg.c: In function 'init_output_stream': fftools/ffmpeg.c:3545:9: warning: 'avcodec_copy_context' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from ./libavformat/avformat.h:317, from fftools/ffmpeg.c:43: ./libavcodec/avcodec.h:4235:5: note: declared here int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); ^~~~~~~~~~~~~~~~~~~~ fftools/ffmpeg.c:3545:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx); ^~~ In file included from fftools/ffmpeg.c:43: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ fftools/ffmpeg.c:3591:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] ost->st->codec->codec= ost->enc_ctx->codec; ^~~ In file included from fftools/ffmpeg.c:43: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ fftools/ffmpeg.c: In function 'check_keyboard_interaction': fftools/ffmpeg.c:3974:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] debug = input_streams[0]->st->codec->debug<<1; ^~~~~ In file included from fftools/ffmpeg.c:43: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ fftools/ffmpeg.c:3997:13: warning: 'codec' is deprecated [-Wdeprecated-declarations] input_streams[i]->st->codec->debug = debug; ^~~~~~~~~~~~~ In file included from fftools/ffmpeg.c:43: ./libavformat/avformat.h:885:21: note: declared here AVCodecContext *codec; ^~~~~ [ 92%] Linking CXX shared library libgnuradio-filter.so make[3]: Leaving directory '/tmp/instance-0/output-1/build/gnuradio-3.8.1.0/buildroot-build' [ 92%] Built target gnuradio-filter make[3]: Entering directory '/tmp/instance-0/output-1/build/gnuradio-3.8.1.0/buildroot-build' Scanning dependencies of target gnuradio-analog make[3]: Leaving directory '/tmp/instance-0/output-1/build/gnuradio-3.8.1.0/buildroot-build' make[3]: Entering directory '/tmp/instance-0/output-1/build/gnuradio-3.8.1.0/buildroot-build' [ 92%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/cpm.cc.o [ 92%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/squelch_base_ff_impl.cc.o [ 92%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/squelch_base_cc_impl.cc.o [ 94%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/agc_cc_impl.cc.o [ 94%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/agc2_ff_impl.cc.o [ 94%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/agc3_cc_impl.cc.o [ 94%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/agc2_cc_impl.cc.o [ 94%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/agc_ff_impl.cc.o [ 94%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/cpfsk_bc_impl.cc.o [ 95%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/fmdet_cf_impl.cc.o [ 95%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/frequency_modulator_fc_impl.cc.o [ 95%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/ctcss_squelch_ff_impl.cc.o [ 96%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/dpll_bb_impl.cc.o [ 96%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/fastnoise_source_impl.cc.o [ 96%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/phase_modulator_fc_impl.cc.o [ 96%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/noise_source_impl.cc.o [ 96%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/feedforward_agc_cc_impl.cc.o [ 97%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/pll_carriertracking_cc_impl.cc.o [ 98%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/probe_avg_mag_sqrd_c_impl.cc.o [ 98%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/probe_avg_mag_sqrd_cf_impl.cc.o [ 98%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/pll_refout_cc_impl.cc.o [ 98%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/pll_freqdet_cf_impl.cc.o [ 98%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/probe_avg_mag_sqrd_f_impl.cc.o [ 98%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/pwr_squelch_cc_impl.cc.o [ 99%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/pwr_squelch_ff_impl.cc.o [ 99%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/quadrature_demod_cf_impl.cc.o [ 99%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/rail_ff_impl.cc.o [100%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/random_uniform_source_impl.cc.o [100%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/sig_source_impl.cc.o [100%] Building CXX object gr-analog/lib/CMakeFiles/gnuradio-analog.dir/simple_squelch_cc_impl.cc.o GEN libavcodec/libavcodec.ver LD libavcodec/libavcodec.so.58 GEN libavfilter/libavfilter.ver LD libavformat/libavformat.so.58 LD libavdevice/libavdevice.so.58 GEN libswscale/libswscale.ver LD libswscale/libswscale.so.5 LD libavfilter/libavfilter.so.7 [100%] Linking CXX shared library libgnuradio-analog.so LD ffmpeg_g make[3]: Leaving directory '/tmp/instance-0/output-1/build/gnuradio-3.8.1.0/buildroot-build' [100%] Built target gnuradio-analog make[2]: Leaving directory '/tmp/instance-0/output-1/build/gnuradio-3.8.1.0/buildroot-build' make[1]: Leaving directory '/tmp/instance-0/output-1/build/gnuradio-3.8.1.0/buildroot-build' CP ffmpeg STRIP ffmpeg skipping strip ffmpeg make[1]: Leaving directory '/tmp/instance-0/output-1/build/ffmpeg-4.2.2' make: Leaving directory '/tmp/instance-0/buildroot'