diff oggparsetheora.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 2b101e9d25c0
children 27537074f2a9
line wrap: on
line diff
--- a/oggparsetheora.c	Fri May 09 11:25:27 2008 +0000
+++ b/oggparsetheora.c	Fri May 09 11:56:36 2008 +0000
@@ -23,9 +23,9 @@
 **/
 
 #include <stdlib.h>
+#include "libavutil/bswap.h"
+#include "libavcodec/bitstream.h"
 #include "avformat.h"
-#include "bitstream.h"
-#include "bswap.h"
 #include "oggdec.h"
 
 typedef struct theora_params {