Hi,

On Sun, May 1, 2011 at 7:49 AM, Reinhard Tartler <[email protected]> wrote:
> ---
>  Makefile |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 0849443..e453b7a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -290,4 +290,11 @@ $(FATE): ffmpeg$(EXESUF) 
> $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
>  fate-list:
>        @printf '%s\n' $(sort $(FATE))
>
> +fate-rsync:
> +ifdef SAMPLES
> +       rsync -aL rsync://fate-suite.libav.org:/fate-suite/ $(SAMPLES)
> +else
> +       @echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the 
> fate suite"
> +endif

Awesome! This is the quiet version, right? Can we make it (possible
under V=1) verbose so it doesn't seem to hang for 10 minutes on a slow
connection?

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

Reply via email to