Mercurial > libavcodec.hg
diff bitstream.h @ 6763:f7cbb7733146 libavcodec
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | 6335f2688c04 |
| children | 24e01f7cc819 |
line wrap: on
line diff
--- a/bitstream.h Fri May 09 10:44:12 2008 +0000 +++ b/bitstream.h Fri May 09 11:56:36 2008 +0000 @@ -29,10 +29,10 @@ #include <stdint.h> #include <stdlib.h> #include <assert.h> -#include "common.h" -#include "bswap.h" -#include "intreadwrite.h" -#include "log.h" +#include "libavutil/bswap.h" +#include "libavutil/common.h" +#include "libavutil/intreadwrite.h" +#include "libavutil/log.h" #if defined(ALT_BITSTREAM_READER_LE) && !defined(ALT_BITSTREAM_READER) # define ALT_BITSTREAM_READER
