2018-09-27 23:45 GMT+02:00, Michael Niedermayer <mich...@niedermayer.cc>:
> what i use is: > (with gcc) --arch=x86_32 --target-os=linux --extra-cflags=-m32 > --extra-ldflags=-m32 --enable-cross-compile I consider the following much simpler (and I believe --enable-cross-compile disables some tests): $ ./configure --cc='gcc -m32' This can also be used on ppc64 and sparc64 and on different operating systems. Carl Eugen _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel