projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca9e0b
)
seektest depends on both codectest and libavtest.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 28 Jan 2008 01:37:19 +0000
(
01:37
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 28 Jan 2008 01:37:19 +0000
(
01:37
+0000)
Originally committed as revision 11646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
3639e11
..
cef311c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-278,7
+278,7
@@
codectest mpeg4 mpeg ac3 snow snowll: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests
libavtest: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw
$(SRC_PATH)/tests/regression.sh $@ $(LIBAV_REFFILE) tests/vsynth1
-seektest: tests/seek_test$(EXESUF)
+seektest:
codectest libavtest
tests/seek_test$(EXESUF)
$(SRC_PATH)/tests/seek_test.sh $(SEEK_REFFILE)
ifeq ($(CONFIG_SWSCALER),yes)