diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-04-30 16:44:31 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-05-05 17:11:06 +0200 |
commit | f0ccd53a3b0bbe704a7bc94dbc8caac7be81e079 (patch) | |
tree | f5e10819407c9a0d04851460ffe952d335d8d515 /tests/Makefile | |
parent | 814208a7a697274994ee3eeb0da225c0fda6d1c7 (diff) | |
download | ffmpeg-f0ccd53a3b0bbe704a7bc94dbc8caac7be81e079.tar.gz |
tests: Refactor rotozoom/videogen common code into a separate file.
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 19fbe11fd2..cbd3fd2434 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -7,6 +7,9 @@ $(AREF): avconv$(EXESUF) tests/data/asynth1.sw OBJDIRS += tests/data tests/vsynth1 tests/vsynth2 +# Required due to missing automatic dependency tracking for HOSTOBJS. +tests/rotozoom.o tests/videogen.o: tests/utils.c + tests/vsynth1/00.pgm: tests/videogen$(HOSTEXESUF) | tests/vsynth1 $(M)./$< 'tests/vsynth1/' |