Mercurial > libavformat.hg
comparison Makefile @ 4795:788145d0bc7e libavformat
Move output-example dependency declaration after subdir.mak include so that it is
not the first (and thus default) target and output-example is not always built.
author | diego |
---|---|
date | Fri, 27 Mar 2009 17:06:39 +0000 |
parents | 50591c943aa3 |
children | 62a60b40cf45 |
comparison
equal
deleted
inserted
replaced
4794:50591c943aa3 | 4795:788145d0bc7e |
---|---|
244 OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o | 244 OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o |
245 | 245 |
246 EXAMPLES = output-example | 246 EXAMPLES = output-example |
247 TESTPROGS = timefilter | 247 TESTPROGS = timefilter |
248 | 248 |
249 include $(SUBDIR)../subdir.mak | |
250 | |
249 $(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS) | 251 $(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS) |
250 | |
251 include $(SUBDIR)../subdir.mak |