summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-27 00:25:23 +0000
committerstefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-27 00:25:23 +0000
commit7be89f904dc3e6daa001e17e66a7a6edbff39c22 (patch)
tree9d005095ab285f9ed6ffbb5ef0874f79eb3a9e31
parentcc95355a0a4d88306e4af0323818e694718a8e8e (diff)
downloadmpv-7be89f904dc3e6daa001e17e66a7a6edbff39c22.tar.bz2
mpv-7be89f904dc3e6daa001e17e66a7a6edbff39c22.tar.xz
Rename swscale-example to swscale-test, to better reflect the intended
use of the program. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30439 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libswscale/Makefile3
-rw-r--r--libswscale/swscale-test.c (renamed from libswscale/swscale-example.c)0
2 files changed, 1 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 085027789e..9ae28e07ef 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
index a812ee5963..a812ee5963 100644
--- a/libswscale/swscale-example.c
+++ b/libswscale/swscale-test.c