]> git.sesse.net Git - ffmpeg/commit
Makefile: Include dependencies for test tools, too
authorMartin Storsjö <martin@martin.st>
Wed, 20 Apr 2011 18:22:08 +0000 (21:22 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 20 Apr 2011 18:44:04 +0000 (21:44 +0300)
commitf83acb096c0ea1ec181941c141d1ab6fb24820eb
treea6a43510d12d9d79058954f257e2dd244c3f05ac
parent63de9e7d80ac3609fe378c5cadd5e899185846a7
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@martin.st>
Makefile