Mercurial > libavformat.hg
comparison Makefile @ 4803:5db2a30c80f6 libavformat
Make examples and test progs depend on libraries
author | mru |
---|---|
date | Wed, 01 Apr 2009 00:53:31 +0000 |
parents | c7aebbb2f019 |
children | c10a5598e4f6 |
comparison
equal
deleted
inserted
replaced
4802:f83f6caa42bc | 4803:5db2a30c80f6 |
---|---|
245 | 245 |
246 EXAMPLES = output | 246 EXAMPLES = output |
247 TESTPROGS = timefilter | 247 TESTPROGS = timefilter |
248 | 248 |
249 include $(SUBDIR)../subdir.mak | 249 include $(SUBDIR)../subdir.mak |
250 | |
251 $(SUBDIR)output-example$(EXESUF) $(SUBDIR)timefilter-test$(EXESUF): $(FF_DEP_LIBS) |