[issue724] Can't build swscale as a shared library on macosx intel

2008-11-21 Thread Edward Hervey
Edward Hervey [EMAIL PROTECTED] added the comment: Using '-mdynamic-no-pic' isn't usable in our situation since we need to: * build ffmpeg as .a * build gst-ffmpeg as a shared library using those libav*.a (ffmpeg code ends up in the plugin). The gcc man-page states the following: On Darwin and

[issue724] Can't build swscale as a shared library on macosx intel

2008-11-20 Thread Diego Biurrun
Diego Biurrun [EMAIL PROTECTED] added the comment: We need a way to reproduce this problem. FFmpeg builds fine when I test on x86 Linux with --disable-mmx passed to configure. -- status: new - open substatus: new - needs_more_info topic: +swscaler

[issue724] Can't build swscale as a shared library on macosx intel

2008-11-20 Thread David Conrad
David Conrad [EMAIL PROTECTED] added the comment: There are actually two separate issues here: 1. --disable-mmx apparently doesn't disable swscale from building mmx code (I'm guessing based on the fix) 2. gst-ffmpeg isn't linking with -mdynamic-no-pic on OS X, which causes the actual error