---
 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
+
 .PHONY: documentation *test regtest-* alltools check config
-- 
1.7.4.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to