From 73435f006bb9baa285251bd3f47eb1b1f5cd06b6 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Fri, 30 Jun 2006 12:00:31 +0000 Subject: [PATCH] Move postproc ---> libswscale Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- {postproc => libswscale}/Makefile | 0 {postproc => libswscale}/cs_test.c | 0 {postproc => libswscale}/rgb2rgb.c | 0 {postproc => libswscale}/rgb2rgb.h | 0 {postproc => libswscale}/rgb2rgb_template.c | 0 {postproc => libswscale}/swscale-example.c | 0 {postproc => libswscale}/swscale.c | 0 {postproc => libswscale}/swscale.h | 0 {postproc => libswscale}/swscale_altivec_template.c | 0 {postproc => libswscale}/swscale_internal.h | 0 {postproc => libswscale}/swscale_template.c | 0 {postproc => libswscale}/yuv2rgb.c | 0 {postproc => libswscale}/yuv2rgb_altivec.c | 0 {postproc => libswscale}/yuv2rgb_mlib.c | 0 {postproc => libswscale}/yuv2rgb_template.c | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {postproc => libswscale}/Makefile (100%) rename {postproc => libswscale}/cs_test.c (100%) rename {postproc => libswscale}/rgb2rgb.c (100%) rename {postproc => libswscale}/rgb2rgb.h (100%) rename {postproc => libswscale}/rgb2rgb_template.c (100%) rename {postproc => libswscale}/swscale-example.c (100%) rename {postproc => libswscale}/swscale.c (100%) rename {postproc => libswscale}/swscale.h (100%) rename {postproc => libswscale}/swscale_altivec_template.c (100%) rename {postproc => libswscale}/swscale_internal.h (100%) rename {postproc => libswscale}/swscale_template.c (100%) rename {postproc => libswscale}/yuv2rgb.c (100%) rename {postproc => libswscale}/yuv2rgb_altivec.c (100%) rename {postproc => libswscale}/yuv2rgb_mlib.c (100%) rename {postproc => libswscale}/yuv2rgb_template.c (100%) diff --git a/postproc/Makefile b/libswscale/Makefile similarity index 100% rename from postproc/Makefile rename to libswscale/Makefile diff --git a/postproc/cs_test.c b/libswscale/cs_test.c similarity index 100% rename from postproc/cs_test.c rename to libswscale/cs_test.c diff --git a/postproc/rgb2rgb.c b/libswscale/rgb2rgb.c similarity index 100% rename from postproc/rgb2rgb.c rename to libswscale/rgb2rgb.c diff --git a/postproc/rgb2rgb.h b/libswscale/rgb2rgb.h similarity index 100% rename from postproc/rgb2rgb.h rename to libswscale/rgb2rgb.h diff --git a/postproc/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c similarity index 100% rename from postproc/rgb2rgb_template.c rename to libswscale/rgb2rgb_template.c diff --git a/postproc/swscale-example.c b/libswscale/swscale-example.c similarity index 100% rename from postproc/swscale-example.c rename to libswscale/swscale-example.c diff --git a/postproc/swscale.c b/libswscale/swscale.c similarity index 100% rename from postproc/swscale.c rename to libswscale/swscale.c diff --git a/postproc/swscale.h b/libswscale/swscale.h similarity index 100% rename from postproc/swscale.h rename to libswscale/swscale.h diff --git a/postproc/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c similarity index 100% rename from postproc/swscale_altivec_template.c rename to libswscale/swscale_altivec_template.c diff --git a/postproc/swscale_internal.h b/libswscale/swscale_internal.h similarity index 100% rename from postproc/swscale_internal.h rename to libswscale/swscale_internal.h diff --git a/postproc/swscale_template.c b/libswscale/swscale_template.c similarity index 100% rename from postproc/swscale_template.c rename to libswscale/swscale_template.c diff --git a/postproc/yuv2rgb.c b/libswscale/yuv2rgb.c similarity index 100% rename from postproc/yuv2rgb.c rename to libswscale/yuv2rgb.c diff --git a/postproc/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c similarity index 100% rename from postproc/yuv2rgb_altivec.c rename to libswscale/yuv2rgb_altivec.c diff --git a/postproc/yuv2rgb_mlib.c b/libswscale/yuv2rgb_mlib.c similarity index 100% rename from postproc/yuv2rgb_mlib.c rename to libswscale/yuv2rgb_mlib.c diff --git a/postproc/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c similarity index 100% rename from postproc/yuv2rgb_template.c rename to libswscale/yuv2rgb_template.c