changeset 6764:7829c158c1c4 libavcodec

Add missing path to #include statement.
author diego
date Fri, 09 May 2008 14:29:37 +0000
parents f7cbb7733146
children 02784df73762
files imgresample.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/imgresample.c	Fri May 09 11:56:36 2008 +0000
+++ b/imgresample.c	Fri May 09 14:29:37 2008 +0000
@@ -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"