Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/libswscale/Makefile Sat Jan 23 23:50:25 2010 +0000 +++ b/libswscale/Makefile Sun Jan 24 02:08:22 2010 +0000 @@ -5,7 +5,7 @@ HEADERS = swscale.h -OBJS = options.o rgb2rgb.o swscale.o yuv2rgb.o +OBJS = options.o rgb2rgb.o swscale.o utils.o yuv2rgb.o OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ bfin/swscale_bfin.o \