projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8469ae2
)
Makefile: make fate target depend on compiling ffmpeg
author
Vitor Sessak
<vitor1001@gmail.com>
Mon, 19 Apr 2010 13:05:26 +0000
(13:05 +0000)
committer
Vitor Sessak
<vitor1001@gmail.com>
Mon, 19 Apr 2010 13:05:26 +0000
(13:05 +0000)
Originally committed as revision 22912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
48df767
..
18ab3a6
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-342,7
+342,7
@@
tests/seek_test$(EXESUF): tests/seek_test.o $(FF_DEP_LIBS)
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