diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:15:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:15:54 +0000 |
commit | 9e12268c578ea142c76c55a5b35268051291ccd4 (patch) | |
tree | 58e53db6529ca7a35c279d3dd04624b2d1cee60b /libswscale | |
parent | 661ce2899608ab7d67a524e2df23d63efa660c20 (diff) | |
download | ffmpeg-9e12268c578ea142c76c55a5b35268051291ccd4.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 29039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 3a410aae08..6079d89578 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -12,7 +12,7 @@ OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(HAVE_VIS) += yuv2rgb_vis.o -TESTS = cs_test swscale-example +TESTPROGS = cs_test swscale-example include $(SUBDIR)../subdir.mak |