[FFmpeg-devel] [FFmpeg-cvslog] r11100 - in trunk/libavcodec/i386: cavsdsp_mmx.c dsputil_mmx.c dsputil_mmx.h h264dsp_mmx.c mpegvideo_mmx.c vc1dsp_mmx.c

Uoti Urpala uoti.urpala
Thu Nov 29 23:50:13 CET 2007


On Fri, 2007-11-30 at 01:32 +0300, Pavlov Konstantin wrote:
> This seems to break shared library builds here on x86_64:
> /usr/bin/ld: i386/dsputil_mmx.o: relocation R_X86_64_PC32 against
> `ff_pw_20' can not be used when making a shared object; recompile with

> Suggestions on how to fix it?

Try adding __attribute__((visibility("hidden"))) to the variable
declarations in dsputil_mmx.h.





More information about the ffmpeg-devel mailing list