diff postprocess_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 e565483b1193
children d4d919ebc31c
line wrap: on
line diff
--- a/postprocess_template.c	Thu Apr 24 10:17:55 2008 +0000
+++ b/postprocess_template.c	Fri May 09 11:56:36 2008 +0000
@@ -23,7 +23,7 @@
  * mmx/mmx2/3dnow postprocess code.
  */
 
-#include "x86_cpu.h"
+#include "libavutil/x86_cpu.h"
 
 #define ALIGN_MASK "$-8"