OSDN Git Service

Rename cs_test.c --> colorspace-test.c. This is more consistent with the names
authorDiego Biurrun <diego@biurrun.de>
Thu, 26 Mar 2009 14:20:15 +0000 (14:20 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 26 Mar 2009 14:20:15 +0000 (14:20 +0000)
of other test programs and more descriptive of what the program does.

Originally committed as revision 29067 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile
libswscale/colorspace-test.c [moved from libswscale/cs_test.c with 100% similarity]

index 448ad30..61f5e5a 100644 (file)
@@ -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