Commit bbbb8856 authored by Diego Biurrun's avatar Diego Biurrun

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
parent d7167f05
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment