diff libswscale/Makefile @ 28688:0386e8c28782

Rename yuv2rgb2.c --> yuv2rgb.c.
author diego
date Tue, 24 Feb 2009 22:40:20 +0000
parents 8226498f4e24
children c6c02a1bd70d
line wrap: on
line diff
--- a/libswscale/Makefile	Tue Feb 24 22:11:37 2009 +0000
+++ b/libswscale/Makefile	Tue Feb 24 22:40:20 2009 +0000
@@ -5,7 +5,7 @@
 
 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