---
Makefile | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 0849443..8370adc 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 -vaLW 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
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel