[FFmpeg-cvslog] Makefile: Include dependencies for test tools, too

Martin Storsjö git at videolan.org
Thu Apr 21 03:40:33 CEST 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Apr 20 21:22:08 2011 +0300| [f83acb096c0ea1ec181941c141d1ab6fb24820eb] | committer: Martin Storsjö

Makefile: Include dependencies for test tools, too

This makes seek_test to be rebuilt when its dependencies
has changed. The changes to the dependencies didn't usually matter
in practice, but the introduction of side data in AVPacket required
a recompilation.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f83acb096c0ea1ec181941c141d1ab6fb24820eb
---

 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 0bf04d1..f8e68d6 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,7 @@ tools/%.o: tools/%.c
 	$(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
 
 -include $(wildcard tools/*.d)
+-include $(wildcard tests/*.d)
 
 ffplay.o: CFLAGS += $(SDL_CFLAGS)
 



More information about the ffmpeg-cvslog mailing list