[FFmpeg-cvslog] r29067 - in trunk/libswscale: Makefile colorspace-test.c cs_test.c

diego subversion
Thu Mar 26 15:20:15 CET 2009


Author: diego
Date: Thu Mar 26 15:20:15 2009
New Revision: 29067

Log:
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.

Added:
   trunk/libswscale/colorspace-test.c
      - copied unchanged from r29063, trunk/libswscale/cs_test.c
Deleted:
   trunk/libswscale/cs_test.c
Modified:
   trunk/libswscale/Makefile

Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile	Thu Mar 26 14:35:12 2009	(r29066)
+++ trunk/libswscale/Makefile	Thu Mar 26 15:20:15 2009	(r29067)
@@ -17,13 +17,13 @@ MMX-OBJS-$(CONFIG_GPL)     +=  x86/yuv2r
 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



More information about the ffmpeg-cvslog mailing list