From ee5234dd678a6199473789faf80dd6dbd2874366 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 15 Aug 2011 00:41:23 +0200 Subject: [PATCH] fate-rsync: switch to our server in preparation of h264 4:2:2 tests Signed-off-by: Michael Niedermayer --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index fd5ed59a97..9debd5c9b2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -81,7 +81,7 @@ fate-seek: $(FATE_SEEK) ifdef SAMPLES FATE += $(FATE_TESTS) fate-rsync: - rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES) + rsync -vaLW rsync://fate.ffmpeg.org/fate-suite/ $(SAMPLES) else fate-rsync: @echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"