[FFmpeg-cvslog] Revert "buildsystem: add $EXESUF to the used tool for fate"

Michael Niedermayer git at videolan.org
Sun Jan 15 14:25:52 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jan 15 13:33:08 2012 +0100| [73da4fd520379adafe858b4e182a3eac0f49080c] | committer: Michael Niedermayer

Revert "buildsystem: add $EXESUF to the used tool for fate"

This reverts commit 668a74e808dad06b15549ed05aa3a879f76c17c3.
10l, this change was unneeded, target_exec can be used to achive the same.

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

 tests/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index 6cdeef1..51ff918 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -137,7 +137,7 @@ fate:: $(FATE)
 
 $(FATE): $(TOOL)$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
 	@echo "TEST    $(@:fate-%=%)"
-	$(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' '$(THREADS)' '$(THREAD_TYPE)' '$(TOOL)$(EXESUF)'
+	$(Q)$(SRC_PATH)/tests/fate-run.sh $@ "$(SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" '$(CMD)' '$(CMP)' '$(REF)' '$(FUZZ)' '$(THREADS)' '$(THREAD_TYPE)' '$(TOOL)'
 
 fate-list:
 	@printf '%s\n' $(sort $(FATE))



More information about the ffmpeg-cvslog mailing list