On 12/30/2011 07:38 PM, Diego Biurrun wrote:

> ---
>  doc/faq.texi |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/doc/faq.texi b/doc/faq.texi
> index 8044200..b70c75f 100644
> --- a/doc/faq.texi
> +++ b/doc/faq.texi
> @@ -359,4 +359,15 @@ to use them you have to append -D__STDC_CONSTANT_MACROS 
> to your CXXFLAGS
>  You have to implement a URLProtocol, see @file{libavformat/file.c} in
>  Libav and @file{libmpdemux/demux_lavf.c} in MPlayer sources.
>  
> +@section Why is @code{make fate} not running all tests?
> +
> +Make sure you have the fate-suite samples and the @code{SAMPLES} Make 
> variable
> +or @code{FATE_SAMPLES} environment variable is set and set to the right path.

maybe mention the configure option here as well.

> +@section Why is @code{make fate} not finding the samples?
> +
> +Do you happen to have a @code{~} character in the samples path to indicate a
> +home directory? The value is used in ways where the shell cannot expand it,
> +causing FATE to not find files. Just replace @code{~} by the full path.
> +
>  @bye


lgtm.

-Justin

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to