Fix timefilter test program build without previously building libavformat.

The test program depends on symbols from this library.

Originally committed as revision 18247 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-03-30 13:09:44 +00:00
parent d7167f0555
commit bbbb885626
1 changed files with 1 additions and 1 deletions

View File

@ -248,4 +248,4 @@ TESTPROGS = timefilter
include $(SUBDIR)../subdir.mak
$(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS)
$(SUBDIR)output-example$(EXESUF) $(SUBDIR)timefilter-test$(EXESUF): $(FF_DEP_LIBS)