Browse Source

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
tags/v0.6
Stefano Sabatini 15 years ago
parent
commit
b51de6d8c7
2 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libswscale/Makefile
  2. +0
    -0
      libswscale/swscale-test.c

+ 1
- 2
libswscale/Makefile View File

@@ -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



libswscale/swscale-example.c → libswscale/swscale-test.c View File


Loading…
Cancel
Save