[FFmpeg-user] About FATE and one more thing
桃源老師
xanadu6291 at dream.jp
Tue Apr 19 14:37:06 CEST 2016
> 2016/04/19 9:13P.M. Carl Eugen Hoyos <cehoyos <at> ag.or.at> wrote:
>
> 桃源老師 <xanadu6291 <at> dream.jp> writes:
>
>> 1. How can I know FATE was done successfully?
>
> You can check the return value.
should I execute the following command when FATE exit?
$ echo $?
>> 2. If FATE was finished without (make) error, does it mean
>> ffmpeg was build correctly
>
> No, it means that no test failed.
>
>> including external library?
>
> No external libraries are tested by fate (except libzip),
> one of the reasons is that different library versions
> would produce different output.
Thank you. Might be I can understand...
>> One more thing is CFLAGS and LDFLAGS.
>>
>> If I configure ffmpeg with
>> $ ./configure --prefix=${TARGET} --pkg-config-flags=--static
>> --disable-ffserver \
>> --enable-gpl --enable-version3 --enable-libsnappy
>>
>> I need the following CFLAGS and LDFLAGS.
>> export LDFLAGS="-L${TARGET}/lib -lc++"
>> export CFLAGS=-I${TARGET}/include
>
>> But If I configure ffmpeg with various external library
>> enabling, those flags seems to not required.
>
> This is an effect of using pig-config.
Thank you I understand.
Best Regards,
// Miya aka. TougenRoushi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3577 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20160419/e22fcecd/attachment.bin>
More information about the ffmpeg-user
mailing list