From cc30aae17bf521fc5453c7ee173cceefde255faf Mon Sep 17 00:00:00 2001 From: lucabe Date: Fri, 30 Jun 2006 12:00:31 +0000 Subject: Move postproc ---> libswscale git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18866 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/mga_common.c | 2 +- libvo/vo_aa.c | 2 +- libvo/vo_vesa.c | 2 +- libvo/vo_x11.c | 2 +- libvo/vo_yuv4mpeg.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libvo') diff --git a/libvo/mga_common.c b/libvo/mga_common.c index 20e564cf7c..a7f9e01ed9 100644 --- a/libvo/mga_common.c +++ b/libvo/mga_common.c @@ -1,7 +1,7 @@ #include "fastmemcpy.h" #include "cpudetect.h" -#include "postproc/swscale.h" +#include "libswscale/swscale.h" #include "libmpcodecs/vf_scale.h" #include "mp_msg.h" #include "help_mp.h" diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c index 4e23247bdf..3dc0a1ae52 100644 --- a/libvo/vo_aa.c +++ b/libvo/vo_aa.c @@ -27,7 +27,7 @@ #include "video_out.h" #include "video_out_internal.h" #include "aspect.h" -#include "postproc/swscale.h" +#include "libswscale/swscale.h" #include "libmpcodecs/vf_scale.h" #include "font_load.h" #include "sub.h" diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c index 03f45c0b7e..229446f3d0 100644 --- a/libvo/vo_vesa.c +++ b/libvo/vo_vesa.c @@ -47,7 +47,7 @@ #endif #include "mp_msg.h" -#include "postproc/swscale.h" +#include "libswscale/swscale.h" #include "libmpcodecs/vf_scale.h" diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index 173aea86d4..bffd7880b4 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -38,7 +38,7 @@ int XShmGetEventBase(Display *); #include "fastmemcpy.h" #include "sub.h" -#include "postproc/swscale.h" +#include "libswscale/swscale.h" #include "libmpcodecs/vf_scale.h" #define MODE_RGB 0x1 #define MODE_BGR 0x2 diff --git a/libvo/vo_yuv4mpeg.c b/libvo/vo_yuv4mpeg.c index 332a072f1d..3a1f2cec72 100644 --- a/libvo/vo_yuv4mpeg.c +++ b/libvo/vo_yuv4mpeg.c @@ -39,7 +39,7 @@ #include "sub.h" #include "fastmemcpy.h" -#include "postproc/rgb2rgb.h" +#include "libswscale/swscale.h" #include "libmpcodecs/vf_scale.h" static vo_info_t info = -- cgit v1.2.3