[FFmpeg-user] Compiling FFmpeg for 32 bits (i386) on Mac OS X
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Jun 1 08:08:44 CEST 2012
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.)
> 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
Carl Eugen
More information about the ffmpeg-user
mailing list