diff riff.h @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 792383dd085e
children 1b6245500d8c
line wrap: on
line diff
--- a/riff.h	Fri May 09 11:25:27 2008 +0000
+++ b/riff.h	Fri May 09 11:56:36 2008 +0000
@@ -28,7 +28,7 @@
 #ifndef FFMPEG_RIFF_H
 #define FFMPEG_RIFF_H
 
-#include "avcodec.h"
+#include "libavcodec/avcodec.h"
 #include "avio.h"
 
 offset_t start_tag(ByteIOContext *pb, const char *tag);