view libswscale/Makefile @ 32078:0dfbb22d68c8

Get rid of MPLAYER_DSP_H hack and #include dsp.h instead. If dsp.h #inclusion is a prerequisite for window.h/filter.h, the clean solution is to have those headers #include dsp.h directly instead of relying on the user.
author diego
date Sat, 11 Sep 2010 22:11:40 +0000
parents 6ef694f86f3a
children
line wrap: on
line source

include $(SUBDIR)../config.mak

NAME = swscale
FFLIBS = avutil

HEADERS = swscale.h

OBJS = options.o rgb2rgb.o swscale.o utils.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_MMX)           +=  x86/yuv2rgb_mmx.o
OBJS-$(HAVE_VIS)           +=  sparc/yuv2rgb_vis.o

TESTPROGS = colorspace swscale

DIRS = bfin mlib ppc sparc x86

include $(SUBDIR)../subdir.mak
$(SUBDIR)swscale-test$(EXESUF): ELIBS = -lavcore