recompile with -fPIC

/usr/bin/ld: /usr/local/lib/libavcodec.a(avpacket.o): relocation R_X86_64_32S against `av_destruct_packet' can not be used when making a shared object; recompile with -fPIC


这个错误是指安装的库libavcodec.a和需要用的库有不同的地方,需要你把libavcodec重装。

当然也可能系统装了几个版本的libavcodec,现在编译的东西找错了一个。

1.看看是否多装了,多装了把不要的libavcodec都干掉

2.如果没多装,重装libavcodec


你可能感兴趣的:(object,X86)