diff cscd.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents a4104482ceef
children e943e1409077
line wrap: on
line diff
--- a/cscd.c	Fri May 09 10:44:12 2008 +0000
+++ b/cscd.c	Fri May 09 11:56:36 2008 +0000
@@ -26,7 +26,7 @@
 #ifdef CONFIG_ZLIB
 #include <zlib.h>
 #endif
-#include "lzo.h"
+#include "libavutil/lzo.h"
 
 typedef struct {
     AVFrame pic;