changeset 4800:c7aebbb2f019 libavformat

Fix timefilter test program build without previously building libavformat. The test program depends on symbols from this library.
author diego
date Mon, 30 Mar 2009 13:09:44 +0000
parents 683c53ea11fd
children 75909b3e57c2
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Mar 29 14:42:52 2009 +0000
+++ b/Makefile	Mon Mar 30 13:09:44 2009 +0000
@@ -248,4 +248,4 @@
 
 include $(SUBDIR)../subdir.mak
 
-$(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS)
+$(SUBDIR)output-example$(EXESUF) $(SUBDIR)timefilter-test$(EXESUF): $(FF_DEP_LIBS)