diff options
author | Francesco Cosoleto <cosoleto@gmail.com> | 2011-05-03 14:25:43 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-06 00:30:02 +0200 |
commit | 6c2845600d984d75c4d22a2f4b9cb1c628babb78 (patch) | |
tree | 30463158d54fcf78e07c8fcd143be5e60088a736 /Makefile | |
parent | 757ec2d7e74dbe96129cc0f8db7fd3c60f701270 (diff) | |
download | ffmpeg-6c2845600d984d75c4d22a2f4b9cb1c628babb78.tar.gz |
fate: mention fate documentation in the error message
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -286,7 +286,7 @@ 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" + @echo "SAMPLES not specified, cannot run FATE. See doc/fate.txt for more information." endif FATE_UTILS = base64 tiny_psnr |