view libswscale/Makefile @ 30780:0ab92d0c1901

Add support for specifying window position relative to right and bottom screen borders with -geometry. Based on patch by Melchior FRANZ [melchior franz gmail com].
author reimar
date Wed, 03 Mar 2010 20:57:56 +0000
parents 3e858991e23d
children 6502a6b24f9b
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_VIS)           +=  sparc/yuv2rgb_vis.o

MMX-OBJS-$(CONFIG_GPL)     +=  x86/yuv2rgb_mmx.o        \

TESTPROGS = colorspace swscale

DIRS = bfin mlib ppc sparc x86

include $(SUBDIR)../subdir.mak