[FFmpeg-cvslog] r29039 - trunk/libswscale/Makefile
diego
subversion
Mon Mar 23 00:15:54 CET 2009
Author: diego
Date: Mon Mar 23 00:15:54 2009
New Revision: 29039
Log:
Rename 'tests' target to 'testprogs'. It is too easily confused with the
'test' target and a directory named tests exists.
Modified:
trunk/libswscale/Makefile
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile Mon Mar 23 00:09:20 2009 (r29038)
+++ trunk/libswscale/Makefile Mon Mar 23 00:15:54 2009 (r29039)
@@ -12,7 +12,7 @@ OBJS-$(CONFIG_MLIB) += yuv2rgb_m
OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
OBJS-$(HAVE_VIS) += yuv2rgb_vis.o
-TESTS = cs_test swscale-example
+TESTPROGS = cs_test swscale-example
include $(SUBDIR)../subdir.mak
More information about the ffmpeg-cvslog
mailing list