Simon Daniels <simondaniels23@...> writes:

> I'm running 64-bit Lion but I need to compile a 32-bit version of
> ffmpeg because another library I'm using is only available as 32-bit.
> I've tried a number of different configurations but they're all giving
> me errors. Here's what I've tried:
> 
> ./configure --disable-static --enable-shared --disable-outdev=sdl
> --disable-bzlib --disable-libfreetype --disable-libopenjpeg
> --enable-zlib --enable-runtime-cpudetect --arch=i386
> --extra-cflags="-arch i386" --extra-ldflags="-arch i386"
> --target-os=darwin --enable-cross-compile

What's wrong with "./configure --cc='gcc -m32'"?
Or does this not work on OSX?

If it still fails, please run make again, then run make V=1 and post the
complete, uncut output of make V=1. (Please do not post the complete uncut
output of your first call to make.)

Carl Eugen

_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to