diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:13:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:13:21 +0000 |
commit | 661ce2899608ab7d67a524e2df23d63efa660c20 (patch) | |
tree | bf90aacf9acc76aed8d09a84b9f5166ac10baf1d /libavformat | |
parent | f1c5438fbbeba03c09cd45100f79b10ecc4d6533 (diff) | |
download | ffmpeg-661ce2899608ab7d67a524e2df23d63efa660c20.tar.gz |
Rename 'tests' target to 'testprogs'. It is too easily confused with the
'test' target and a directory named tests exists.
Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index f2285d7716..600832246e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -243,4 +243,6 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o +TESTPROGS = $(addsuffix -test$(EXESUF), timefilter) + include $(SUBDIR)../subdir.mak |