I tried a lot of different ones, here are a few (by order)

./configure --enable-gpl --extra-args='-fPIC'

./configure --enable-gpl --extra-cflags='-fPIC' --extra-cxxflags='-fPIC' 
--extra-ldflags='-fPIC'

./configure --enable-gpl --enable-pic

CFLAGS=-fPIC ./configure --enable-gpl --enable-pic

./configure --enable-gpl --enable-pic --enable-shared

LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu ./configure --enable-shared --enable-gpl 
--enable-version3 --enable-runtime-cpudetect --disable-outdev=sdl --disable-opencl 
--enable-libx264 --cc="gcc -m64 -fPIC"

for gcc version

gcc (Ubuntu 4.9.2-10ubuntu13) 4.9.2

Please tell me if you need any more information :)

On Mon, Aug 24, 2015 at 09:16:10PM +0000, Carl Eugen Hoyos wrote:
Gabriel Pettier <gabriel.pettier <at> gmail.com> writes:

/home/tangible/Dev/ffpyplayer/ffmpeg/lib/libswscale.a(rgb2rgb.o):
relocation R_X86_64_PC32 against symbol `ff_w1111' can not be used when
making a shared object; recompile with -fPIC

How does the FFmpeg configure line look like?

What is the gcc version string?

Carl Eugen

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to