diff mpeg.h @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents feeee985c74c
children 1b6245500d8c
line wrap: on
line diff
--- a/mpeg.h	Fri May 09 11:25:27 2008 +0000
+++ b/mpeg.h	Fri May 09 11:56:36 2008 +0000
@@ -23,7 +23,7 @@
 #define FFMPEG_MPEG_H
 
 #include <stdint.h>
-#include "intreadwrite.h"
+#include "libavutil/intreadwrite.h"
 
 #define PACK_START_CODE             ((unsigned int)0x000001ba)
 #define SYSTEM_HEADER_START_CODE    ((unsigned int)0x000001bb)