diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-09-17 07:08:57 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-09-17 07:08:57 -0700 |
commit | 9eb442cca23bb8d33b3e6d37b8c0e3afff04c37a (patch) | |
tree | 3185bd01d69ef4c137ff282fba35761108bb1232 /tests | |
parent | b45ab61b24a8f2aeafdd4451491b1b30b7875ee5 (diff) | |
download | ffmpeg-9eb442cca23bb8d33b3e6d37b8c0e3afff04c37a.tar.gz |
Update default FATE URL for release/11
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 5fad2911fe..eab1eca6f6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -128,7 +128,7 @@ $(FATE_AVCONV) $(FATE_SAMPLES_AVCONV): avconv$(EXESUF) ifdef SAMPLES FATE += $(FATE_SAMPLES) fate-rsync: - rsync -vaLW rsync://fate-suite.libav.org/fate-suite/ $(SAMPLES) + rsync -vaLW rsync://fate-suite.libav.org/fate-suite-11/ $(SAMPLES) else fate-rsync: @echo "use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite" |