Mercurial > libavformat.hg
diff Makefile @ 4794:50591c943aa3 libavformat
Move output_example.c --> libavformat/output-example.c.
The libavformat directory is a better place for a libavformat API example.
author | diego |
---|---|
date | Fri, 27 Mar 2009 00:01:06 +0000 |
parents | 3ee8699e4f35 |
children | 788145d0bc7e |
line wrap: on
line diff
--- a/Makefile Thu Mar 26 12:41:11 2009 +0000 +++ b/Makefile Fri Mar 27 00:01:06 2009 +0000 @@ -243,6 +243,9 @@ OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o +EXAMPLES = output-example TESTPROGS = timefilter +$(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS) + include $(SUBDIR)../subdir.mak