summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-30 13:09:44 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-30 13:09:44 +0000
commitbbbb8856263e541b662d13ce11659795c45f59e0 (patch)
treee6d8df56f33b2674cd6021e9b90190760a6e37cc /libavformat/Makefile
parentd7167f05553df0ea1ff7da6c3d5760ab065600bd (diff)
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
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 6ade1bb1dd..c82d2dbbe9 100644
--- a/libavformat/Makefile
+++ b/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)