From 1e5304c69e839bec91f1759900d6267aa66cac31 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 24 Feb 2009 22:40:20 +0000 Subject: Rename yuv2rgb2.c --> yuv2rgb.c. Originally committed as revision 28723 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/Makefile') diff --git a/libswscale/Makefile b/libswscale/Makefile index 9ebe825266..6d500abc65 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -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 -- cgit v1.2.3