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

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Sep 29 02:36:37 EEST 2018


2018-09-28 1:21 GMT+02:00, Michael Niedermayer <michael at niedermayer.cc>:
> On Thu, Sep 27, 2018 at 11:56:25PM +0200, Carl Eugen Hoyos wrote:
>> 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):
>
> i just tried both ways and "make fate-list" seems identical
> do you remember which tests are disabled ?

Sorry, I believe some tests inside configure are disabled
(or handled differently), I did not mean fate tests.

>> $ ./configure --cc='gcc -m32'
>
> is this documented somewhere ?

>From the FFmpeg pov, "--cc" is documented, for some
compilers "gcc -m32" makes the output 32bit.
I would expect that this does not work 1:1 on Windows 64
with a Microsoft toolchain (but I never tested).

Carl Eugen


More information about the ffmpeg-devel mailing list