From 223d678a3fe91f6d78ead52d28a09161e4d32755 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 9 May 2008 14:29:37 +0000 Subject: [PATCH] Add missing path to #include statement. Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/imgresample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c index 5b720b2..d9387f8 100644 --- a/libavcodec/imgresample.c +++ b/libavcodec/imgresample.c @@ -25,8 +25,8 @@ */ #include "avcodec.h" -#include "swscale.h" #include "dsputil.h" +#include "libswscale/swscale.h" #ifdef HAVE_ALTIVEC #include "ppc/imgresample_altivec.h" -- 2.7.4