Can anyone shed light on this warning? /ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in _ff_h264_decode_mb_cabac from libavcodec.a(h264_cabac.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie/
I'm building universal libs to support arm7, arm64, i386 and x86_64 (ordinary iOS development) and I *think* this is coming from one of the x86 targets. The details: Mac OS X 10.10, Xcode 6.2, Ffmpeg 2.6.1 (as well as 2.5.x). I have the latest versions of gas-preprocessor.pl, as well as yasm 1.3 from MacPorts. My config flags definitely include --enable-pic, and I'm definitely not using -mdynamic-no-pic or -no_pie. Google is turning up nothing but I can't be the only one experiencing this... right? Many thanks, Tim -- View this message in context: http://libav-users.943685.n4.nabble.com/ld-warning-PIE-disabled-tp4660998.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
