diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2010-01-24 02:08:22 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-01-24 02:08:22 +0000 |
commit | a4388ebd37e42721e294946721d5c008ca0b3e66 (patch) | |
tree | 8512bdab51449523515fe908b414544678205bd5 /libswscale/Makefile | |
parent | 2c0ee018660781c7e57667f11dc5e002872994ef (diff) | |
download | ffmpeg-a4388ebd37e42721e294946721d5c008ca0b3e66.tar.gz |
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
Originally committed as revision 30411 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 247ae8d239..085027789e 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -5,7 +5,7 @@ FFLIBS = avutil 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 \ |