diff rangecoder.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 1d83e9c34641
children c4a4495715dd
line wrap: on
line diff
--- a/rangecoder.h	Fri May 09 10:44:12 2008 +0000
+++ b/rangecoder.h	Fri May 09 11:56:36 2008 +0000
@@ -29,7 +29,7 @@
 
 #include <stdint.h>
 #include <assert.h>
-#include "common.h"
+#include "libavutil/common.h"
 
 typedef struct RangeCoder{
     int low;