Mercurial > mplayer.hg
view libswscale/Makefile @ 29131:df0f3be3c12f
Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.
Otherwise the CFLAGS warning gets triggered and necessary CFLAGS are not set.
author | diego |
---|---|
date | Sun, 12 Apr 2009 17:07:30 +0000 |
parents | 4fb59dd67cda |
children | 628596ce7d8c |
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) += 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 \ OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) EXAMPLES = swscale TESTPROGS = colorspace DIRS = bfin mlib ppc sparc x86 include $(SUBDIR)../subdir.mak