Mercurial > libavcodec.hg
diff bethsoftvideo.c @ 6763:f7cbb7733146 libavcodec
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | a4104482ceef |
| children | e943e1409077 |
line wrap: on
line diff
--- a/bethsoftvideo.c Fri May 09 10:44:12 2008 +0000 +++ b/bethsoftvideo.c Fri May 09 11:56:36 2008 +0000 @@ -27,7 +27,7 @@ * @sa http://www.svatopluk.com/andux/docs/dfvid.html */ -#include "common.h" +#include "libavutil/common.h" #include "dsputil.h" #include "bethsoftvideo.h" #include "bytestream.h"
