[FFmpeg-cvslog] r22912 - trunk/Makefile

vitor subversion
Mon Apr 19 15:05:26 CEST 2010


Author: vitor
Date: Mon Apr 19 15:05:26 2010
New Revision: 22912

Log:
Makefile: make fate target depend on compiling ffmpeg

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Mon Apr 19 14:49:56 2010	(r22911)
+++ trunk/Makefile	Mon Apr 19 15:05:26 2010	(r22912)
@@ -342,7 +342,7 @@ tests/seek_test$(EXESUF): tests/seek_tes
 ifdef SAMPLES
 include $(SRC_PATH_BARE)/tests/fate.mak
 fate: $(FATE_TESTS)
-$(FATE_TESTS):
+$(FATE_TESTS): ffmpeg$(EXESUF)
 	@echo "TEST FATE   $(@:fate-%=%)"
 	@$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)'
 else



More information about the ffmpeg-cvslog mailing list