> 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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to