[FFmpeg-cvslog] r30439 - in trunk/libswscale: Makefile swscale-example.c swscale-test.c
stefano
subversion
Wed Jan 27 01:25:23 CET 2010
Author: stefano
Date: Wed Jan 27 01:25:23 2010
New Revision: 30439
Log:
Rename swscale-example to swscale-test, to better reflect the intended
use of the program.
Added:
trunk/libswscale/swscale-test.c (props changed)
- copied unchanged from r30438, trunk/libswscale/swscale-example.c
Deleted:
trunk/libswscale/swscale-example.c
Modified:
trunk/libswscale/Makefile
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile Tue Jan 26 22:08:01 2010 (r30438)
+++ trunk/libswscale/Makefile Wed Jan 27 01:25:23 2010 (r30439)
@@ -16,8 +16,7 @@ OBJS-$(HAVE_VIS) += sparc/yuv
MMX-OBJS-$(CONFIG_GPL) += x86/yuv2rgb_mmx.o \
-EXAMPLES = swscale
-TESTPROGS = colorspace
+TESTPROGS = colorspace swscale
DIRS = bfin mlib ppc sparc x86
More information about the ffmpeg-cvslog
mailing list