diff mxf.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 2da3651f804d
children 7a0230981402
line wrap: on
line diff
--- a/mxf.c	Fri May 09 11:25:27 2008 +0000
+++ b/mxf.c	Fri May 09 11:56:36 2008 +0000
@@ -45,9 +45,9 @@
 
 //#define DEBUG
 
+#include "libavutil/aes.h"
+#include "libavcodec/bytestream.h"
 #include "avformat.h"
-#include "aes.h"
-#include "bytestream.h"
 
 typedef uint8_t UID[16];