Mercurial > mplayer.hg
comparison libswscale/Makefile @ 30369:8c479cb29c7a
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
author | ramiro |
---|---|
date | Sun, 24 Jan 2010 02:08:22 +0000 |
parents | 0ee386008a40 |
children | 3e858991e23d |
comparison
equal
deleted
inserted
replaced
30368:9f69fbf5cae6 | 30369:8c479cb29c7a |
---|---|
3 NAME = swscale | 3 NAME = swscale |
4 FFLIBS = avutil | 4 FFLIBS = avutil |
5 | 5 |
6 HEADERS = swscale.h | 6 HEADERS = swscale.h |
7 | 7 |
8 OBJS = options.o rgb2rgb.o swscale.o yuv2rgb.o | 8 OBJS = options.o rgb2rgb.o swscale.o utils.o yuv2rgb.o |
9 | 9 |
10 OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ | 10 OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ |
11 bfin/swscale_bfin.o \ | 11 bfin/swscale_bfin.o \ |
12 bfin/yuv2rgb_bfin.o | 12 bfin/yuv2rgb_bfin.o |
13 OBJS-$(CONFIG_MLIB) += mlib/yuv2rgb_mlib.o | 13 OBJS-$(CONFIG_MLIB) += mlib/yuv2rgb_mlib.o |