diff postprocess_altivec_template.c @ 108:83d51d1fb580 libpostproc

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 883d75fc0712
children 4c5594af9816
line wrap: on
line diff
--- a/postprocess_altivec_template.c	Thu Apr 24 10:17:55 2008 +0000
+++ b/postprocess_altivec_template.c	Fri May 09 11:56:36 2008 +0000
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "avutil.h"
+#include "libavutil/avutil.h"
 
 #define ALTIVEC_TRANSPOSE_8x8_SHORT(src_a,src_b,src_c,src_d,src_e,src_f,src_g,src_h) \
     do {                                                          \