> Which leads to my next problem, the error message:
> LD    libavcodec/libavcodec.so.55
> /usr/bin/ld: libavcodec/mqc.o: relocation R_X86_64_32 against
> `.rodata' can not be used when making a shared object; recompile with
> -fPIC
> libavcodec/mqc.o: could not read symbols: Bad value
> collect2: error: ld returned 1 exit status
> make: *** [libavcodec/libavcodec.so.55] Error 1


I just noticed the --enabled-pic option. Just tried
./configure --enable-shared --enable-debug --disable-stripping
--disable-static --enable-pic
but still get the same error.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to