[SCM] libav/experimental: Rename yuv2rgb2.c --> yuv2rgb.c.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:39:27 UTC 2013
The following commit has been merged in the experimental branch:
commit 1e5304c69e839bec91f1759900d6267aa66cac31
Author: Diego Biurrun <diego at biurrun.de>
Date: Tue Feb 24 22:40:20 2009 +0000
Rename yuv2rgb2.c --> yuv2rgb.c.
Originally committed as revision 28723 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 9ebe825..6d500ab 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
diff --git a/libswscale/yuv2rgb2.c b/libswscale/yuv2rgb.c
similarity index 100%
rename from libswscale/yuv2rgb2.c
rename to libswscale/yuv2rgb.c
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list