Browse Source

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

Diego Biurrun 16 years ago
parent
commit
bbbb885626
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavformat/Makefile

+ 1 - 1
libavformat/Makefile

@@ -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)