On May 24, 2010, at 9:43 PM, Bruce Wheaton wrote: > I'm trying to build ffmpeg (ffmpeg-mt actually) on snow leopard, and I keep > getting 64 bit binaries. After I configure, with:
For the benefit of those coming after - it seems that compiling 32-bit on OS X 10.6 is indeed a cross-compilation. I had to add all of the following options to configure (my specifics removed to avoid confusion): ./configure --extra-cflags="-arch i386" --extra-ldflags='-arch i386' --arch=x86_32 --target-os=darwin --enable-cross-compile Bruce _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
