diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-25 18:19:20 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-25 18:19:20 +0000 |
commit | 7304c2c4ce195a9eace8c578c138128e5768b4d7 (patch) | |
tree | b48be5d544a79909bb1a994fe32d6e4655e4ee53 /libavformat/Makefile | |
parent | 6ccf540fa525d063656ef7a54fc4b4e18a1d05c1 (diff) | |
download | ffmpeg-7304c2c4ce195a9eace8c578c138128e5768b4d7.tar.gz |
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
Originally committed as revision 18189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 600832246e..579c7bcceb 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -243,6 +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) +TESTPROGS = timefilter include $(SUBDIR)../subdir.mak |