diff nellymoserdec.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 8d6c07df5afd
children 40f18ff994f9
line wrap: on
line diff
--- a/nellymoserdec.c	Fri May 09 10:44:12 2008 +0000
+++ b/nellymoserdec.c	Fri May 09 11:56:36 2008 +0000
@@ -30,8 +30,9 @@
  * The 3 alphanumeric copyright notices are md5summed they are from the original
  * implementors. The original code is available from http://code.google.com/p/nelly2pcm/
  */
+
+#include "libavutil/random.h"
 #include "avcodec.h"
-#include "random.h"
 #include "dsputil.h"
 
 #define ALT_BITSTREAM_READER_LE