Put dispatch_tab in the rodata section for macho64.
authorAlexander Strange <astrange@ithinksw.com>
Fri, 13 Feb 2009 00:57:22 +0000 (00:57 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Fri, 13 Feb 2009 00:57:22 +0000 (00:57 +0000)
commitb6188c5a55ca219b4602f770e3e76cab95bad6d0
treefe01cbfca84062585402d1f720143267aa3e061e
parent4eb311d01cc91e371e30ffd470672e83b6d7cc3e
Put dispatch_tab in the rodata section for macho64.
This fixes linking shared libavcodec, since the linker doesn't allow
text relocations in shared libraries under Darwin/x86_64.

Based on a patch by Art Clarke (aclarke xuggle com)

Originally committed as revision 17197 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/fft_mmx.asm