Mercurial > mplayer.hg
comparison libswscale/Makefile @ 29147:0ee386008a40
Rename swscale_avoption.c to options.c.
Consistent with lavc and lavf.
author | stefano |
---|---|
date | Sat, 18 Apr 2009 13:52:00 +0000 |
parents | 628596ce7d8c |
children | 8c479cb29c7a |
comparison
equal
deleted
inserted
replaced
29146:d6d87abb137f | 29147:0ee386008a40 |
---|---|
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 = rgb2rgb.o swscale.o swscale_avoption.o yuv2rgb.o | 8 OBJS = options.o rgb2rgb.o swscale.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 |