forked from FFmpeg/FFmpeg
Rename yuv2rgb2.c --> yuv2rgb.c.
Originally committed as revision 28723 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
c733922eec
commit
1e5304c69e
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FFLIBS = avutil
|
|||
|
||||
HEADERS = swscale.h
|
||||
|
||||
OBJS = rgb2rgb.o swscale.o swscale_avoption.o yuv2rgb2.o
|
||||
OBJS = rgb2rgb.o swscale.o swscale_avoption.o yuv2rgb.o
|
||||
|
||||
OBJS-$(ARCH_BFIN) += internal_bfin.o swscale_bfin.o yuv2rgb_bfin.o
|
||||
OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o
|
||||
|
|
Loading…
Add table
Reference in a new issue