diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-27 00:01:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-27 00:01:06 +0000 |
commit | d95a0c67ae1dbcace6b4043a6cbedcc23d3f319d (patch) | |
tree | 222ef775d16278f83234c02be94aed3c65fb55d9 /libavformat/Makefile | |
parent | b6fec3eb7f9ddfda25202eb272900ffdeeb753b3 (diff) | |
download | ffmpeg-d95a0c67ae1dbcace6b4043a6cbedcc23d3f319d.tar.gz |
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
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |