diff postprocess.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 bf39174d9785
line wrap: on
line diff
--- a/postprocess.c	Thu Apr 24 10:17:55 2008 +0000
+++ b/postprocess.c	Fri May 09 11:56:36 2008 +0000
@@ -74,7 +74,7 @@
 //Changelog: use the Subversion log
 
 #include "config.h"
-#include "avutil.h"
+#include "libavutil/avutil.h"
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>