[FFmpeg-user] Compiling FFmpeg for 32 bits (i386) on Mac OS X

Michael Bradshaw mbradshaw at sorensonmedia.com
Fri Jun 1 18:39:29 CEST 2012


On Fri, Jun 1, 2012 at 12:08 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Michael Bradshaw <mbradshaw <at> sorensonmedia.com> writes:
>
>> ./configure --enable-shared --disable-static --arch=x86_32
>> --extra-cflags="-arch i386" --extra-ldflags="-arch i386"
>> --extra-cxxflags="-arch i386" --target-os=darwin
>> --enable-cross-compile
>
> Does ./configure --cc='gcc -m32' work?
> (I suspect --enable-cross-compile disables some configure tests.)

Perfect, "./configure --cc='gcc -m32'" works, and file reports they
are indeed i386 32-bit binaries.

>> NOTE: Full console output is below:
>
> The idea would be to run make, see a failure, run make V=1
> and post the output of make V=1

Thanks, Carl. I'll remember that. I was just trying to avoid a
"missing *full* console output" response (but I went too far) :)

Thanks again Carl!

--Michael


More information about the ffmpeg-user mailing list