Mercurial > libavformat.hg
diff oggparsevorbis.c @ 3286:6f61c3b36632 libavformat
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | 8575ec7c128a |
| children | c3c1b9302005 |
line wrap: on
line diff
--- a/oggparsevorbis.c Fri May 09 11:25:27 2008 +0000 +++ b/oggparsevorbis.c Fri May 09 11:56:36 2008 +0000 @@ -23,12 +23,12 @@ **/ #include <stdlib.h> +#include "libavutil/avstring.h" +#include "libavutil/bswap.h" +#include "libavcodec/bitstream.h" +#include "libavcodec/bytestream.h" #include "avformat.h" -#include "bitstream.h" -#include "bytestream.h" -#include "bswap.h" #include "oggdec.h" -#include "avstring.h" extern int vorbis_comment(AVFormatContext * as, uint8_t *buf, int size)
