OSDN Git Service

In mov demuxer, fix seeking to the beginning when file has edit lists.
[android-x86/external-ffmpeg.git] / libswscale / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = swscale
4 FFLIBS = avutil
5
6 HEADERS = swscale.h
7
8 OBJS = options.o rgb2rgb.o swscale.o utils.o yuv2rgb.o
9
10 OBJS-$(ARCH_BFIN)          +=  bfin/internal_bfin.o     \
11                                bfin/swscale_bfin.o      \
12                                bfin/yuv2rgb_bfin.o
13 OBJS-$(CONFIG_MLIB)        +=  mlib/yuv2rgb_mlib.o
14 OBJS-$(HAVE_ALTIVEC)       +=  ppc/yuv2rgb_altivec.o
15 OBJS-$(HAVE_MMX)           +=  x86/yuv2rgb_mmx.o
16 OBJS-$(HAVE_VIS)           +=  sparc/yuv2rgb_vis.o
17
18 TESTPROGS = colorspace swscale
19
20 DIRS = bfin mlib ppc sparc x86
21
22 include $(SUBDIR)../subdir.mak