[FFmpeg-devel] Build problem (on Os X)
David DeHaven
dave
Wed Feb 4 18:11:36 CET 2009
>> The workaround is to define the variables in your c code and
>> reference them
>> from your assembly.
>>
>> And yes, this also solves the dylib build issue on the iPhone.
>
> I'm having no problems building shared libs on Mac OS X. Granted
> they're LGPL libs, so that might make a difference.
>
> But wait... I just tried SVN HEAD with "./configure --enable-gpl --
> enable-shared" and it still built just fine.
Nevermind, 64 bit dylibs are broken.
I had to:
./configure --arch=x86_64 --enable-gpl --enable-shared --extra-cflags=-
m64 --extra-ldflags='-arch x86_64' --enable-cross-compile
since I'm stuck in 32 bit world here...
-DrD-
More information about the ffmpeg-devel
mailing list