]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/Makefile
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
[frescor/ffmpeg.git] / libavformat / Makefile
index 600832246e47c11ebc7efa73c68be4b68dda315c..579c7bcceb1fc0e89c71f5f8eca87e5faf42b8b7 100644 (file)
@@ -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