1. 程式人生 > >Build error: relocation R_X86_64_32 against `ff_a64_muxer' can not be used when making a shared obje

Build error: relocation R_X86_64_32 against `ff_a64_muxer' can not be used when making a shared obje

編譯 opencv with ffmpeg 出錯:
能用 make 儘量別用 ,make -j8 開多執行緒
不然出錯都不知道哪出錯
進入 ffmpeg/:
I had to recompile FFMPEG with

  • make clean
  • ./configure –enable-nonfree –enable-pic –enable-shared
  • make
  • make install