neon DL accelerate package

    xiaoxiao2021-04-16  66

    Ubuntu编译问题

    1./usr/bin/ld: /usr/local/lib/libavformat.a(allformats.o): relocation R_X86_64_32 against `ff_a64_muxer' can not be used when making a shared object; recompile with -fPIC

    解决方法:

    重新编译下载的ffmpeg

    $CFLAGS="-fPIC" ./configure 

    make

    make install

    ldconfig

    2./usr/bin/ld: /usr/local/lib/libavcodec.a(vc1dsp_mmx.o): relocation R_X86_64_PC32 against 符号 `ff_pw_9' can not be used when making a shared object; recompile with -fPIC

    解决方法:

    neon make clean

     
    转载请注明原文地址: https://ju.6miu.com/read-672440.html

    最新回复(0)