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 --- spudec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spudec.c') diff --git a/spudec.c b/spudec.c index 6b10e5ffa0..0b0327e4e5 100644 --- a/spudec.c +++ b/spudec.c @@ -23,7 +23,7 @@ #include #include "libvo/video_out.h" #include "spudec.h" -#include "postproc/swscale.h" +#include "libswscale/swscale.h" #define MIN(a, b) ((a)<(b)?(a):(b)) -- cgit v1.2.3