diff elbg.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 661eff5542cb
children 1502ba3beb72
line wrap: on
line diff
--- a/elbg.c	Fri May 09 10:44:12 2008 +0000
+++ b/elbg.c	Fri May 09 11:56:36 2008 +0000
@@ -25,9 +25,9 @@
 
 #include <string.h>
 
+#include "libavutil/random.h"
 #include "elbg.h"
 #include "avcodec.h"
-#include "random.h"
 
 #define DELTA_ERR_MAX 0.1  ///< Precision of the ELBG algorithm (as percentual error)