better ao/vo profile examples
[mplayer/greg.git] / libswscale / Makefile
blob14a65b92c0aed51c645e6f75c7ff82e41a7c94c5
2 include ../config.mak
4 NAME=swscale
5 LIBVERSION=$(SWSVERSION)
6 LIBMAJOR=$(SWSMAJOR)
8 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
10 OBJS = rgb2rgb.o swscale.o
12 OBJS-$(CONFIG_GPL) += yuv2rgb.o
13 OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
15 OBJS-$(ARCH_BFIN) += swscale_bfin.o \
16 yuv2rgb_bfin.o \
18 ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
20 HEADERS = swscale.h rgb2rgb.h
22 include ../common.mak
24 cs_test: cs_test.o $(LIBNAME)
26 swscale-example: swscale-example.o $(LIBNAME)
27 swscale-example: EXTRALIBS += -lm
29 clean::
30 rm -f cs_test swscale-example