diff roqvideo.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents de5d97b6c25b
children c4a4495715dd
line wrap: on
line diff
--- a/roqvideo.h	Fri May 09 10:44:12 2008 +0000
+++ b/roqvideo.h	Fri May 09 11:56:36 2008 +0000
@@ -22,9 +22,9 @@
 #ifndef FFMPEG_ROQVIDEO_H
 #define FFMPEG_ROQVIDEO_H
 
+#include "libavutil/random.h"
 #include "avcodec.h"
 #include "dsputil.h"
-#include "random.h"
 
 typedef struct {
     unsigned char y[4];