From: Stefano Sabatini Date: Wed, 27 Jan 2010 00:25:23 +0000 (+0000) Subject: Rename swscale-example to swscale-test, to better reflect the intended X-Git-Tag: v0.6~1630 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/b51de6d8c71ff087e006c3a9613f6cb055aea687 Rename swscale-example to swscale-test, to better reflect the intended use of the program. Originally committed as revision 30439 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- diff --git a/libswscale/Makefile b/libswscale/Makefile index 0850277..9ae28e0 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -16,8 +16,7 @@ OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o MMX-OBJS-$(CONFIG_GPL) += x86/yuv2rgb_mmx.o \ -EXAMPLES = swscale -TESTPROGS = colorspace +TESTPROGS = colorspace swscale DIRS = bfin mlib ppc sparc x86 diff --git a/libswscale/swscale-example.c b/libswscale/swscale-test.c similarity index 100% rename from libswscale/swscale-example.c rename to libswscale/swscale-test.c