mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 03:32:22 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user