Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini

Originally committed as revision 27244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Luca Barbato
2008-07-09 22:43:08 +00:00
parent 7ac884c591
commit e40b183d3a
3 changed files with 3 additions and 40 deletions

View File

@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak
NAME = swscale
FFLIBS = avutil
OBJS = rgb2rgb.o swscale.o
OBJS = rgb2rgb.o swscale.o swscale_avoption.o
OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o
OBJS-$(CONFIG_GPL) += yuv2rgb.o