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