Mercurial > mplayer.hg
diff libswscale/Makefile @ 29032:15e1d6124a6b
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.
author | diego |
---|---|
date | Thu, 26 Mar 2009 14:20:15 +0000 |
parents | f8db50af4035 |
children | c198fbb7172e |
line wrap: on
line diff
--- a/libswscale/Makefile Thu Mar 26 13:35:12 2009 +0000 +++ b/libswscale/Makefile Thu Mar 26 14:20:15 2009 +0000 @@ -17,13 +17,13 @@ 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