diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-26 14:20:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-26 14:20:15 +0000 |
commit | 66e6aec589e9837aeae0e1bf4a957a0e859b2b28 (patch) | |
tree | 29d258cc63477e0bee16b71d8861ba9f389904d2 /libswscale | |
parent | e2eb0f52ec2d3df251d22068ef94d295222f15da (diff) | |
download | ffmpeg-66e6aec589e9837aeae0e1bf4a957a0e859b2b28.tar.gz |
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.
Originally committed as revision 29067 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/Makefile | 4 | ||||
-rw-r--r-- | libswscale/colorspace-test.c (renamed from libswscale/cs_test.c) | 0 |
2 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 diff --git a/libswscale/cs_test.c b/libswscale/colorspace-test.c index 2223ee3a31..2223ee3a31 100644 --- a/libswscale/cs_test.c +++ b/libswscale/colorspace-test.c |