Mercurial > mplayer.hg
view libswscale/Makefile @ 30287:67cace3e3df7
Simplify code in sws_getContext() which logs if the destination format
support dithering, remove the const char *dither variable and use a
literal string instead.
author | stefano |
---|---|
date | Sat, 16 Jan 2010 19:11:03 +0000 |
parents | 0ee386008a40 |
children | 8c479cb29c7a |
line wrap: on
line source
include $(SUBDIR)../config.mak NAME = swscale FFLIBS = avutil HEADERS = swscale.h OBJS = options.o rgb2rgb.o swscale.o yuv2rgb.o OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ bfin/swscale_bfin.o \ bfin/yuv2rgb_bfin.o OBJS-$(CONFIG_MLIB) += mlib/yuv2rgb_mlib.o OBJS-$(HAVE_ALTIVEC) += ppc/yuv2rgb_altivec.o OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o MMX-OBJS-$(CONFIG_GPL) += x86/yuv2rgb_mmx.o \ EXAMPLES = swscale TESTPROGS = colorspace DIRS = bfin mlib ppc sparc x86 include $(SUBDIR)../subdir.mak