summaryrefslogtreecommitdiffstats
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-25 18:19:20 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-25 18:19:20 +0000
commit7304c2c4ce195a9eace8c578c138128e5768b4d7 (patch)
treeb48be5d544a79909bb1a994fe32d6e4655e4ee53 /libavutil/Makefile
parent6ccf540fa525d063656ef7a54fc4b4e18a1d05c1 (diff)
downloadffmpeg-streaming-7304c2c4ce195a9eace8c578c138128e5768b4d7.zip
ffmpeg-streaming-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 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index aa54c93..51c50f4 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -41,7 +41,7 @@ OBJS = adler32.o \
tree.o \
utils.o \
-TESTPROGS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca sha1 softfloat tree)
+TESTPROGS = adler32 aes base64 crc des lls md5 pca sha1 softfloat tree
DIRS = arm bfin sh4 x86
OpenPOWER on IntegriCloud