[FFmpeg-cvslog] r29100 - trunk/libswscale/Makefile
diego
subversion
Sun Mar 29 16:35:38 CEST 2009
Author: diego
Date: Sun Mar 29 16:35:38 2009
New Revision: 29100
Log:
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
suffix for all example files instead of doing this in individual Makefiles.
Modified:
trunk/libswscale/Makefile
Modified: trunk/libswscale/Makefile
==============================================================================
--- trunk/libswscale/Makefile Sun Mar 29 16:18:44 2009 (r29099)
+++ trunk/libswscale/Makefile Sun Mar 29 16:35:38 2009 (r29100)
@@ -18,7 +18,7 @@ MMX-OBJS-$(CONFIG_GPL) += x86/yuv2r
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
-EXAMPLES = swscale-example
+EXAMPLES = swscale
TESTPROGS = colorspace
DIRS = bfin mlib ppc sparc x86
More information about the ffmpeg-cvslog
mailing list