[FFmpeg-cvslog] Implement fate-rsync target

Reinhard Tartler git at videolan.org
Wed May 4 04:33:29 CEST 2011


ffmpeg | branch: master | Reinhard Tartler <siretart at tauware.de> | Sun May  1 16:48:40 2011 +0200| [8ce67bcabe7f50622430c11c3384675f095c78b5] | committer: Reinhard Tartler

Implement fate-rsync target

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ce67bcabe7f50622430c11c3384675f095c78b5
---

 Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 0849443..d69004b 100644
--- a/Makefile
+++ b/Makefile
@@ -274,7 +274,11 @@ fate-seek:   $(FATE_SEEK)
 
 ifdef SAMPLES
 FATE += $(FATE_TESTS)
+fate-rsync:
+	rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES)
 else
+fate-rsync:
+	@echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"
 $(FATE_TESTS):
 	@echo "SAMPLES not specified, cannot run FATE"
 endif



More information about the ffmpeg-cvslog mailing list