diff vp56data.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 1d83e9c34641
children 6c7e7fdedfd3
line wrap: on
line diff
--- a/vp56data.h	Fri May 09 10:44:12 2008 +0000
+++ b/vp56data.h	Fri May 09 11:56:36 2008 +0000
@@ -24,7 +24,7 @@
 #ifndef FFMPEG_VP56DATA_H
 #define FFMPEG_VP56DATA_H
 
-#include "common.h"
+#include "libavutil/common.h"
 
 typedef enum {
     VP56_FRAME_CURRENT  = 0,