summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-26 14:20:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-26 14:20:15 +0000
commit88240c7465a785eb15cb451a32c719f7c85fd833 (patch)
tree0bc8ef700c75f2411a1c5383dfbf800216fcbf32 /libswscale/Makefile
parent09d4f18010278fb2cb15e57a775c79906be2e04a (diff)
downloadmpv-88240c7465a785eb15cb451a32c719f7c85fd833.tar.bz2
mpv-88240c7465a785eb15cb451a32c719f7c85fd833.tar.xz
Rename cs_test.c --> colorspace-test.c. This is more consistent with the names
of other test programs and more descriptive of what the program does. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29067 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 448ad30594..61f5e5a7e5 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -17,13 +17,13 @@ MMX-OBJS-$(CONFIG_GPL) += x86/yuv2rgb_mmx.o \
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
EXAMPLES = swscale-example
-TESTPROGS = cs_test
+TESTPROGS = colorspace
DIRS = bfin mlib ppc sparc x86
include $(SUBDIR)../subdir.mak
-$(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME)
+$(SUBDIR)colorspace-test: $(SUBDIR)colorspace-test.o $(SUBDIR)$(LIBNAME)
$(SUBDIR)swscale-example: $(SUBDIR)swscale-example.o $(SUBDIR)$(LIBNAME)
$(SUBDIR)swscale-example: EXTRALIBS += -lm