1 | initial version |
1) use the opencv source from here
2) --> relocation R_X86_64_32 against `.rodata.str1.1' can not be used
this error comes from some of libraries used by ffpmeg do not compile with --enable-shared
most probably the libvpx, please use "make clean" first before you reset ./configure with --enable-shared
and recompile those libraries.
3) recompile ffmpeg with --enable-shared and others
4) recompile opencv