Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/libswscale/Makefile Sat Apr 18 11:53:59 2009 +0000 +++ b/libswscale/Makefile Sat Apr 18 13:52:00 2009 +0000 @@ -5,7 +5,7 @@ HEADERS = swscale.h -OBJS = rgb2rgb.o swscale.o swscale_avoption.o yuv2rgb.o +OBJS = options.o rgb2rgb.o swscale.o yuv2rgb.o OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ bfin/swscale_bfin.o \