diff ppc/idct_altivec.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 33674fb857b5
children 0133a6c7480f
line wrap: on
line diff
--- a/ppc/idct_altivec.c	Fri May 09 10:44:12 2008 +0000
+++ b/ppc/idct_altivec.c	Fri May 09 11:56:36 2008 +0000
@@ -38,7 +38,7 @@
 
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
-#include "dsputil.h"
+#include "libavcodec/dsputil.h"
 
 #include "gcc_fixes.h"