From d95a0c67ae1dbcace6b4043a6cbedcc23d3f319d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 27 Mar 2009 00:01:06 +0000 Subject: Move output_example.c --> libavformat/output-example.c. The libavformat directory is a better place for a libavformat API example. Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 579c7bcceb..7585618df3 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -243,6 +243,9 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o 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 -- cgit v1.2.3