view libswscale/Makefile @ 29016:8e95cca7c58d

Stephen Warren reported that VDPAU deinterlacing did not work correctly. New static function push_deint_surface() by Reimar.
author cehoyos
date Tue, 24 Mar 2009 21:45:39 +0000
parents 7d77afec5881
children 500adeff7ff4
line wrap: on
line source

include $(SUBDIR)../config.mak

NAME = swscale
FFLIBS = avutil

HEADERS = swscale.h

OBJS = rgb2rgb.o swscale.o swscale_avoption.o yuv2rgb.o

OBJS-$(ARCH_BFIN)          +=  internal_bfin.o swscale_bfin.o yuv2rgb_bfin.o
OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.o
OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
OBJS-$(HAVE_VIS)           +=  yuv2rgb_vis.o

TESTPROGS = cs_test swscale-example

include $(SUBDIR)../subdir.mak

$(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME)

$(SUBDIR)swscale-example: $(SUBDIR)swscale-example.o $(SUBDIR)$(LIBNAME)
$(SUBDIR)swscale-example: EXTRALIBS += -lm