[FFmpeg-devel] [PATCH v2] fate: add api-h264-slice test

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Sep 28 00:56:25 EEST 2018


2018-09-27 23:45 GMT+02:00, Michael Niedermayer <michael at 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


More information about the ffmpeg-devel mailing list