diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-15 00:41:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-15 00:41:23 +0200 |
commit | ee5234dd678a6199473789faf80dd6dbd2874366 (patch) | |
tree | babf865f498c3aba40eefb95f311a2fc9f932980 /tests | |
parent | 1c967827d27514f53f8e7c82a96ad1ee94505fda (diff) | |
download | ffmpeg-ee5234dd678a6199473789faf80dd6dbd2874366.tar.gz |
fate-rsync: switch to our server in preparation of h264 4:2:2 tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |