diff options
author | Mans Rullgard <mans@mansr.com> | 2012-07-20 11:01:19 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-07-26 23:58:59 +0100 |
commit | b9d3c3784865090e202483c73cc158f7d3918771 (patch) | |
tree | 813fe5a1b1834f9d44cddfae930538b31dcfba08 /tests | |
parent | a758c5e2594893c0e7e1c5d966d6e486e2a77bb3 (diff) | |
download | ffmpeg-b9d3c3784865090e202483c73cc158f7d3918771.tar.gz |
build: use COMPILE template for HOSTOBJS
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile index 63cf1f2f23..0b11102cdb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -3,9 +3,6 @@ AREF = tests/data/asynth1.sw OBJDIRS += tests/data tests/vsynth1 -# 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/' |