summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-28 01:37:19 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-28 01:37:19 +0000
commitb15136b793aa460272390cd8aba12e2d7adf8cd1 (patch)
tree590695964992d4db7ecf3c26e50cb34650db03b3 /Makefile
parentbca9e0bcf17693f77d9e661e2e63baf2722797bc (diff)
seektest depends on both codectest and libavtest.
Originally committed as revision 11646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3639e11b78..cef311c406 100644
--- 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)