HOSTCC tests/base64.o HOSTCC tests/tiny_psnr.o HOSTCC tests/tiny_ssim.o HOSTCC tests/audiomatch.o CC tests/api/api-threadmessage-test.o CC tests/dnn/dnn-layer-pad-test.o CC tests/dnn/dnn-layer-conv2d-test.o CC tests/dnn/dnn-layer-maximum-test.o CC tests/dnn/dnn-layer-depth2space-test.o CC libavcodec/dctref.o CC libavcodec/tests/h264_levels.o CC libavcodec/tests/h265_levels.o CC libavcodec/tests/iirfilter.o CC libavcodec/tests/mpeg12framerate.o CC libavcodec/tests/options.o CC libavcodec/tests/rangecoder.o CC libavcodec/tests/mathops.o CC libavcodec/tests/jpeg2000dwt.o CC libavcodec/tests/utils.o CC libavcodec/tests/mjpegenc_huffman.o CC libavcodec/tests/htmlsubtitles.o HOSTLD tests/base64 HOSTLD tests/tiny_psnr src/libavcodec/tests/utils.c: In function ‘main’: src/libavcodec/tests/utils.c:25:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] 25 | while (codec = av_codec_next(codec)) { | ^~~~~ In file included from src/libavcodec/tests/utils.c:19: src/libavcodec/avcodec.h:4197:10: note: declared here 4197 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ HOSTLD tests/tiny_ssim HOSTLD tests/audiomatch CC tests/checkasm/aacpsdsp.o CC tests/checkasm/af_afir.o CC tests/checkasm/alacdsp.o CC tests/checkasm/audiodsp.o CC tests/checkasm/blockdsp.o CC tests/checkasm/bswapdsp.o CC tests/checkasm/checkasm.o In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c: In function ‘codec_child_class_next’: src/libavcodec/options.c:61:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] 61 | while (prev && (c = av_codec_next(c))) | ^~~~~ In file included from src/libavcodec/options.c:27, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4197:10: note: declared here 4197 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:66:5: warning: ‘av_codec_next’ is deprecated [-Wdeprecated-declarations] 66 | while (c = av_codec_next(c)) | ^~~~~ In file included from src/libavcodec/options.c:27, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4197:10: note: declared here 4197 | AVCodec *av_codec_next(const AVCodec *c); | ^~~~~~~~~~~~~ src/libavcodec/tests/options.c: In function ‘test_copy’: src/libavcodec/tests/options.c:152:5: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] 152 | avcodec_copy_context(ctx2, ctx1); | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:215:5: note: declared here 215 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c:167:9: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] 167 | avcodec_copy_context(ctx2, ctx1); | ^~~~~~~~~~~~~~~~~~~~ In file included from src/libavcodec/tests/options.c:22: src/libavcodec/options.c:215:5: note: declared here 215 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) | ^~~~~~~~~~~~~~~~~~~~ src/libavcodec/tests/options.c: In function ‘main’: src/libavcodec/tests/options.c:188:9: warning: ‘avcodec_register’ is deprecated [-Wdeprecated-declarations] 188 | avcodec_register(dummy_codec[i]); | ^~~~~~~~~~~~~~~~ In file included from src/libavcodec/options.c:27, from src/libavcodec/tests/options.c:22: src/libavcodec/avcodec.h:4225:6: note: declared here 4225 | void avcodec_register(AVCodec *codec); | ^~~~~~~~~~~~~~~~ CC tests/checkasm/exrdsp.o CC tests/checkasm/fixed_dsp.o CC tests/checkasm/flacdsp.o CC tests/checkasm/float_dsp.o CC tests/checkasm/fmtconvert.o CC tests/checkasm/g722dsp.o CC tests/checkasm/h264dsp.o CC tests/checkasm/h264pred.o CC tests/checkasm/h264qpel.o CC tests/checkasm/hevc_add_res.o CC tests/checkasm/hevc_idct.o CC tests/checkasm/hevc_sao.o CC tests/checkasm/huffyuvdsp.o CC tests/checkasm/jpeg2000dsp.o CC tests/checkasm/llviddsp.o CC tests/checkasm/llviddspenc.o CC tests/checkasm/opusdsp.o CC tests/checkasm/pixblockdsp.o CC tests/checkasm/sw_rgb.o CC tests/checkasm/sbrdsp.o CC tests/checkasm/synth_filter.o CC tests/checkasm/utvideodsp.o CC tests/checkasm/v210dec.o CC tests/checkasm/v210enc.o CC tests/checkasm/vf_blend.o CC tests/checkasm/vf_colorspace.o CC tests/checkasm/vf_eq.o CC tests/checkasm/vf_gblur.o CC tests/checkasm/vf_hflip.o CC tests/checkasm/vf_nlmeans.o CC tests/checkasm/vf_threshold.o CC tests/checkasm/videodsp.o CC tests/checkasm/vp8dsp.o CC tests/checkasm/vp9dsp.o X86ASM tests/checkasm/x86/checkasm.o TEST source LD tests/api/api-threadmessage-test LD tests/dnn/dnn-layer-pad-test STRIP tests/checkasm/x86/checkasm.o LD tests/dnn/dnn-layer-conv2d-test /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_pad.o): in function `dnn_load_layer_pad': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_pad.c:33: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_pad.c:36: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_pad.c:37: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_pad.c:40: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_pad.c:41: undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native.o): in function `ff_dnn_load_model_native': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:134: undefined reference to `avio_open' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:138: undefined reference to `avio_size' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:152: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:162: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:171: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:183: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:184: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:185: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:187: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:204: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:191: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:146: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:226: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:230: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:233: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:236: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:239: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:243: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:250: undefined reference to `avio_closep' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o): in function `dnn_load_layer_conv2d': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:35: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:36: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:37: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:38: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:39: undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o):/home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:40: more undefined references to `avio_rl32' follow collect2: error: ld returned 1 exit status make: *** [/home/fate/ffmpeg/tests/dnn/Makefile:11: tests/dnn/dnn-layer-pad-test] Error 1 LD tests/dnn/dnn-layer-depth2space-test LD tests/dnn/dnn-layer-maximum-test CC libavcodec/tests/fft.o /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_maximum.o): in function `dnn_load_layer_maximum': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_maximum.c:38: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_maximum.c:41: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_maximum.c:42: undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native.o): in function `ff_dnn_load_model_native': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:134: undefined reference to `avio_open' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:138: undefined reference to `avio_size' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:152: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:162: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:171: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:183: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:184: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:185: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:187: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:204: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:191: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:146: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:226: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:230: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:233: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:236: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:239: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:243: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:250: undefined reference to `avio_closep' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o): in function `dnn_load_layer_conv2d': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:35: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:36: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:37: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:38: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:39: undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o):/home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:40: more undefined references to `avio_rl32' follow collect2: error: ld returned 1 exit status make: *** [/home/fate/ffmpeg/tests/dnn/Makefile:11: tests/dnn/dnn-layer-maximum-test] Error 1 /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o): in function `dnn_load_layer_conv2d': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:35: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:36: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:37: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:38: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:39: undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o):/home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:40: more undefined references to `avio_rl32' follow /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native.o): in function `ff_dnn_load_model_native': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:134: undefined reference to `avio_open' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:138: undefined reference to `avio_size' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:152: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:162: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:171: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:183: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:184: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:185: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:187: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:204: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:191: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:146: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:226: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:230: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:233: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:236: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:239: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:243: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:250: undefined reference to `avio_closep' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_depth2space.o): in function `dnn_load_layer_depth2space': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_depth2space.c:38: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_depth2space.c:40: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_depth2space.c:41: undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_maximum.o): in function `dnn_load_layer_maximum': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_maximum.c:38: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_maximum.c:41: undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_maximum.o):/home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_maximum.c:42: more undefined references to `avio_rl32' follow collect2: error: ld returned 1 exit status /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_depth2space.o): in function `dnn_load_layer_depth2space': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_depth2space.c:38: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_depth2space.c:40: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_depth2space.c:41: make: *** [/home/fate/ffmpeg/tests/dnn/Makefile:11: tests/dnn/dnn-layer-conv2d-test] Error 1 undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native.o): in function `ff_dnn_load_model_native': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:134: undefined reference to `avio_open' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:138: undefined reference to `avio_size' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:152: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:162: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:171: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:183: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:184: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:185: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:187: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:204: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:191: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:146: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:226: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:230: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:233: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:236: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:239: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:243: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:250: undefined reference to `avio_closep' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o): in function `dnn_load_layer_conv2d': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:35: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:36: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:37: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:38: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:39: undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o):/home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:40: more undefined references to `avio_rl32' follow collect2: error: ld returned 1 exit status CC libavcodec/tests/fft-fixed.o make: *** [/home/fate/ffmpeg/tests/dnn/Makefile:11: tests/dnn/dnn-layer-depth2space-test] Error 1 CC libavcodec/tests/fft-fixed32.o CC libavcodec/tests/avfft.o CC libavcodec/tests/avpacket.o CC libavcodec/tests/cabac.o CC libavcodec/tests/celp_math.o CC libavcodec/tests/codec_desc.o CC libavcodec/tests/golomb.o CC libavcodec/tests/dct.o LD libavcodec/tests/h264_levels LD libavcodec/tests/h265_levels LD libavcodec/tests/iirfilter LD libavcodec/tests/mpeg12framerate LD libavcodec/tests/options LD libavcodec/tests/rangecoder LD libavcodec/tests/mathops LD libavcodec/tests/jpeg2000dwt LD libavcodec/tests/utils LD libavcodec/tests/mjpegenc_huffman LD libavcodec/tests/htmlsubtitles CC libavutil/tests/adler32.o CC libavutil/tests/aes.o CC libavutil/tests/aes_ctr.o CC libavutil/tests/camellia.o CC libavutil/tests/cast5.o CC libavutil/tests/audio_fifo.o CC libavutil/tests/avstring.o CC libavutil/tests/base64.o CC libavutil/tests/blowfish.o CC libavutil/tests/bprint.o CC libavutil/tests/cpu.o CC libavutil/tests/crc.o CC libavutil/tests/color_utils.o CC libavutil/tests/des.o CC libavutil/tests/dict.o CC libavutil/tests/encryption_info.o CC libavutil/tests/eval.o CC libavutil/tests/fifo.o CC libavutil/tests/hash.o CC libavutil/tests/hmac.o CC libavutil/tests/imgutils.o CC libavutil/tests/integer.o CC libavutil/tests/lfg.o CC libavutil/tests/md5.o src/libavutil/tests/md5.c: In function ‘main’: src/libavutil/tests/md5.c:41:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 41 | av_md5_sum(md5val, in, 1000); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ src/libavutil/tests/md5.c:43:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 43 | av_md5_sum(md5val, in, 63); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ src/libavutil/tests/md5.c:45:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 45 | av_md5_sum(md5val, in, 64); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ src/libavutil/tests/md5.c:47:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 47 | av_md5_sum(md5val, in, 65); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ src/libavutil/tests/md5.c:51:24: warning: passing argument 2 of ‘av_md5_sum’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers] 51 | av_md5_sum(md5val, in, 999); | ^~ In file included from src/libavutil/tests/md5.c:22: src/libavutil/md5.h:89:46: note: expected ‘const uint8_t *’ {aka ‘const unsigned char *’} but argument is of type ‘volatile uint8_t *’ {aka ‘volatile unsigned char *’} 89 | void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len); | ~~~~~~~~~~~~~~~^~~ CC libavutil/tests/murmur3.o CC libavutil/tests/parseutils.o CC libavutil/tests/pixfmt_best.o CC libavutil/tests/display.o CC libavutil/tests/random_seed.o CC libavutil/tests/ripemd.o CC libavutil/tests/sha.o CC libavutil/tests/sha512.o CC libavutil/tests/tree.o CC libavutil/tests/twofish.o CC libavutil/tests/xtea.o CC libavutil/tests/tea.o CC libavutil/tests/opt.o CC libavutil/tests/cpu_init.o CC libavutil/tests/pixelutils.o CC libswscale/tests/pixdesc_query.o LD tests/checkasm/checkasm TEST api-threadmessage LD libavcodec/tests/fft LD libavcodec/tests/fft-fixed LD libavcodec/tests/fft-fixed32 LD libavcodec/tests/avfft LD libavcodec/tests/avpacket LD libavcodec/tests/cabac LD libavcodec/tests/celp_math LD libavcodec/tests/codec_desc LD libavcodec/tests/golomb LD libavcodec/tests/dct TEST h264-levels TEST h265-levels TEST iirfilter TEST mpeg12framerate TEST rangecoder TEST mathops TEST j2k-dwt TEST libavcodec-huffman TEST libavcodec-htmlsubtitles LD libavutil/tests/adler32 LD libavutil/tests/aes LD libavutil/tests/aes_ctr LD libavutil/tests/camellia LD libavutil/tests/audio_fifo LD libavutil/tests/cast5 LD libavutil/tests/avstring LD libavutil/tests/base64 LD libavutil/tests/blowfish LD libavutil/tests/bprint LD libavutil/tests/cpu LD libavutil/tests/crc LD libavutil/tests/color_utils LD libavutil/tests/des LD libavutil/tests/dict LD libavutil/tests/encryption_info LD libavutil/tests/eval LD libavutil/tests/fifo LD libavutil/tests/hash LD libavutil/tests/hmac LD libavutil/tests/imgutils LD libavutil/tests/integer LD libavutil/tests/lfg LD libavutil/tests/md5 LD libavutil/tests/murmur3 LD libavutil/tests/parseutils LD libavutil/tests/pixfmt_best LD libavutil/tests/display LD libavutil/tests/random_seed LD libavutil/tests/ripemd LD libavutil/tests/sha LD libavutil/tests/sha512 LD libavutil/tests/tree LD libavutil/tests/twofish LD libavutil/tests/xtea LD libavutil/tests/tea LD libavutil/tests/opt LD libavutil/tests/cpu_init LD libavutil/tests/pixelutils LD libswscale/tests/pixdesc_query TEST dct1d-4 TEST idct1d-4 TEST dct1d-5 TEST idct1d-5 TEST dct1d-6 TEST idct1d-6 TEST dct1d-7 TEST idct1d-7 TEST dct1d-8 TEST idct1d-8 TEST dct1d-9 TEST idct1d-9 TEST dct1d-10 TEST idct1d-10 TEST dct1d-11 TEST idct1d-11 TEST dct1d-12 TEST idct1d-12 TEST fft-4 TEST ifft-4 TEST fft-5 TEST ifft-5 TEST fft-6 TEST ifft-6 TEST fft-7 TEST ifft-7 TEST fft-8 TEST ifft-8 TEST fft-9 TEST ifft-9 TEST fft-10 TEST ifft-10 TEST fft-11 TEST ifft-11 TEST fft-12 TEST ifft-12 TEST mdct-4 TEST imdct-4 TEST mdct-5 TEST imdct-5 TEST mdct-6 TEST imdct-6 TEST mdct-7 TEST mdct-8 TEST imdct-7 TEST imdct-8 TEST mdct-9 TEST imdct-9 TEST mdct-10 TEST imdct-10 TEST mdct-11 TEST imdct-11 TEST mdct-12 TEST imdct-12 TEST rdft-4 TEST irdft-4 TEST rdft-5 TEST rdft-6 TEST irdft-5 TEST irdft-6 TEST rdft-7 TEST irdft-7 TEST rdft-8 TEST irdft-8 TEST rdft-9 TEST irdft-9 TEST rdft-10 TEST irdft-10 TEST rdft-11 TEST irdft-11 TEST irdft-12 TEST fft-fixed-4 TEST ifft-fixed-4 TEST rdft-12 TEST fft-fixed-5 TEST ifft-fixed-5 TEST fft-fixed-6 TEST ifft-fixed-6 TEST fft-fixed-7 TEST ifft-fixed-7 TEST fft-fixed-8 TEST ifft-fixed-8 TEST fft-fixed-9 TEST ifft-fixed-9 TEST fft-fixed-10 TEST ifft-fixed-10 TEST fft-fixed-11 TEST ifft-fixed-11 TEST fft-fixed-12 TEST ifft-fixed-12 TEST mdct-fixed-4 TEST imdct-fixed-4 TEST mdct-fixed-5 TEST imdct-fixed-5 TEST mdct-fixed-6 TEST imdct-fixed-6 TEST mdct-fixed-7 TEST imdct-fixed-7 TEST mdct-fixed-8 TEST imdct-fixed-8 TEST mdct-fixed-9 TEST imdct-fixed-9 TEST mdct-fixed-10 TEST imdct-fixed-10 TEST mdct-fixed-11 TEST imdct-fixed-11 TEST mdct-fixed-12 TEST imdct-fixed-12 TEST fft-fixed32-4 TEST ifft-fixed32-4 TEST mdct-fixed32-4 TEST imdct-fixed32-4 TEST fft-fixed32-5 TEST ifft-fixed32-5 TEST mdct-fixed32-5 TEST imdct-fixed32-5 TEST fft-fixed32-6 TEST ifft-fixed32-6 TEST mdct-fixed32-6 TEST imdct-fixed32-6 TEST fft-fixed32-7 TEST ifft-fixed32-7 TEST mdct-fixed32-7 TEST imdct-fixed32-7 TEST fft-fixed32-8 TEST ifft-fixed32-8 TEST mdct-fixed32-8 TEST imdct-fixed32-8 TEST fft-fixed32-9 TEST ifft-fixed32-9 TEST mdct-fixed32-9 TEST imdct-fixed32-9 TEST fft-fixed32-10 TEST ifft-fixed32-10 TEST mdct-fixed32-10 TEST imdct-fixed32-10 TEST fft-fixed32-11 TEST ifft-fixed32-11 TEST mdct-fixed32-11 TEST imdct-fixed32-11 TEST fft-fixed32-12 TEST mdct-fixed32-12 TEST ifft-fixed32-12 TEST imdct-fixed32-12 TEST av-dct1d-4 TEST av-idct1d-4 TEST av-dct1d-5 TEST av-idct1d-5 TEST av-dct1d-6 TEST av-idct1d-6 TEST av-dct1d-7 TEST av-idct1d-7 TEST av-dct1d-8 TEST av-idct1d-8 TEST av-dct1d-9 TEST av-idct1d-9 TEST av-dct1d-10 TEST av-idct1d-10 TEST av-dct1d-11 TEST av-idct1d-11 TEST av-dct1d-12 TEST av-idct1d-12 TEST av-fft-4 TEST av-ifft-4 TEST av-fft-5 TEST av-ifft-5 TEST av-fft-6 TEST av-ifft-6 TEST av-fft-7 TEST av-ifft-7 TEST av-fft-8 TEST av-ifft-8 TEST av-fft-9 TEST av-ifft-9 TEST av-fft-10 TEST av-ifft-10 TEST av-fft-11 TEST av-ifft-11 TEST av-fft-12 TEST av-ifft-12 TEST av-mdct-4 TEST av-imdct-4 TEST av-mdct-5 TEST av-imdct-5 TEST av-mdct-6 TEST av-imdct-6 TEST av-mdct-7 TEST av-imdct-7 TEST av-mdct-8 TEST av-imdct-8 TEST av-mdct-9 TEST av-imdct-9 TEST av-mdct-10 TEST av-imdct-10 TEST av-mdct-11 TEST av-imdct-11 TEST av-imdct-12 TEST av-mdct-12 TEST av-rdft-4 TEST av-irdft-4 TEST av-rdft-5 TEST av-irdft-5 TEST av-rdft-6 TEST av-irdft-6 TEST av-rdft-7 TEST av-rdft-8 TEST av-irdft-7 TEST av-irdft-8 TEST av-rdft-9 TEST av-irdft-9 TEST av-rdft-10 TEST av-irdft-10 TEST av-rdft-11 TEST av-irdft-11 TEST av-rdft-12 TEST av-irdft-12 TEST avpacket TEST cabac TEST celp_math TEST codec_desc TEST golomb TEST idct8x8-0 TEST idct8x8-1 TEST idct8x8-2 TEST idct248 TEST dct8x8 TEST libavcodec-options TEST libavcodec-utils TEST adler32 TEST aes TEST aes_ctr TEST camellia TEST cast5 TEST audio_fifo TEST avstring TEST base64 TEST blowfish TEST bprint TEST cpu TEST crc cpu_flags(raw) = 0x000FD3DB cpu_flags_str(raw) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni cpu_flags(effective) = 0x000FD3DB cpu_flags_str(effective) = mmx mmxext sse sse2 sse3 ssse3 sse4.1 sse4.2 avx fma3 cmov avx2 bmi1 bmi2 aesni threads = 1 (cpu_count = 8) TEST color_utils TEST des TEST dict TEST encryption-info TEST eval /usr/bin/ld: libavfilter/libavfilter.a(f_metadata.o): in function `print_file': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/f_metadata.c:200: undefined reference to `avio_write' /usr/bin/ld: libavfilter/libavfilter.a(f_metadata.o): in function `init': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/f_metadata.c:268: undefined reference to `avio_open' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/f_metadata.c:270: undefined reference to `avio_open' /usr/bin/ld: libavfilter/libavfilter.a(f_metadata.o): in function `uninit': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/f_metadata.c:295: undefined reference to `avio_closep' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native.o): in function `ff_dnn_load_model_native': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:134: undefined reference to `avio_open' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:138: undefined reference to `avio_size' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:152: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:162: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:171: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:183: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:184: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:185: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:187: undefined reference to `avio_seek' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:204: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:191: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:146: undefined reference to `avio_closep' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:226: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:230: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:233: undefined reference to `avio_get_str' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:236: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:239: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:243: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native.c:250: undefined reference to `avio_closep' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o): in function `dnn_load_layer_conv2d': /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:35: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:36: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:37: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:38: undefined reference to `avio_rl32' /usr/bin/ld: /home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:39: undefined reference to `avio_rl32' /usr/bin/ld: libavfilter/libavfilter.a(dnn_backend_native_layer_conv2d.o):/home/fate/workdirs/x86_64-archlinux-gcc-disableavformat/build/src/libavfilter/dnn/dnn_backend_native_layer_conv2d.c:40: more undefined references to `avio_rl32' follow collect2: error: ld returned 1 exit status make: *** [/home/fate/ffmpeg/tests/checkasm/Makefile:76: tests/checkasm/checkasm] Error 1 TEST fifo TEST hash TEST imgutils TEST hmac TEST integer TEST lfg TEST md5 TEST murmur3 TEST parseutils TEST pixfmt_best TEST display TEST random_seed TEST ripemd TEST sha TEST sha512 TEST tree TEST twofish TEST xtea TEST tea TEST opt TEST cpu_init TEST pixelutils TEST sws-pixdesc-query make: Target 'fate' not remade because of errors.