21:22
error:
LD libavcodec/libavcodec.so.61
/usr/bin/ld: /home/user/ffmpeg_build/lib/libopus.a(celt.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: failed to set dynamic section sizes: bad value
collect2: error: ld returned 1 exit status
make: *** [ffbuild/library.mak:119: libavcodec/libavcodec.so.61] Error 1
so far I've removed --enable-libfdk_aac and --enable-libmp3lame with the same errors, and now it is erroring on libopus
I thought -fPIC could be done with (...)