[XviD-devel] Mac OS X Mactel compilation

pageexec@freemail.hu pageexec at freemail.hu
Mon Jul 31 22:42:40 CEST 2006


On 31 Jul 2006 at 19:55, Robert Swain wrote:
> Worth a try but it doesn't like the ..gotoff stuff:
> 
> ../../src/dct/x86_asm/fdct_mmx_ffmpeg.asm:428: error: symbol `..gotpc' undefined
> ../../src/dct/x86_asm/fdct_mmx_ffmpeg.asm:428: error: symbol `..gotoff' undefined
> 
> and much more...

guess the ELF way of doing position independent code doesn't
quite work for mach-o ;-). you could look at the gcc -S -fPIC
output and see how gcc does it and try to adapt that in the
nasm assembly.



More information about the XviD-devel mailing list