[MPlayer-dev-eng] [RFC] all of FFmpeg as svn:external

İsmail Dönmez ismail at namtrac.org
Thu Sep 30 11:05:43 CEST 2010


Hello;

On Tue, Sep 28, 2010 at 11:54 PM, Diego Biurrun <diego at biurrun.de> wrote:
> > Updated version with some small fixes for make distclean...
>
> Applied.

This breaks mplayer build on OSX 64bit mode:

make -C ffmpeg/libavcodec
YASM	x86/deinterlace.o
x86/deinterlace.asm:79: error: macho: sorry, cannot apply 32 bit
absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for
mem access, "qword" and "dq _foo" for pointers.
x86/deinterlace.asm:81: error: macho: sorry, cannot apply 32 bit
absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for
mem access, "qword" and "dq _foo" for pointers.

Google tells me that yasm needs a DPIC flag on OSX and its in ffmpeg configure:

2619:        enabled pic               && append YASMFLAGS "-DPIC"

Regards,
ismail


More information about the MPlayer-dev-eng mailing list