[FFmpeg-devel] [PATCH 2/3] fate: print error in case of 'make fate' with SAMPLES unset

Francesco Cosoleto cosoleto at gmail.com
Sun Apr 3 23:21:17 CEST 2011


Signed-off-by: Francesco Cosoleto <cosoleto at gmail.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 334ef27..5d2d66f 100644
--- a/Makefile
+++ b/Makefile
@@ -280,7 +280,7 @@ fate-seek:   $(FATE_SEEK)
 ifneq ($(SAMPLES),)
 FATE += $(FATE_TESTS)
 else
-$(FATE_TESTS):
+fate $(FATE_TESTS):
 	@echo "SAMPLES not specified, cannot run FATE"
 endif
 
-- 
1.7.1



More information about the ffmpeg-devel mailing list