diff utils.c @ 4151:2670c14e7b05 libavformat

10l format include path for metadata.h
author michael
date Sun, 04 Jan 2009 19:00:35 +0000
parents 1f857a4519bd
children bd4d3fee45d0
line wrap: on
line diff
--- a/utils.c	Sun Jan 04 18:58:49 2009 +0000
+++ b/utils.c	Sun Jan 04 19:00:35 2009 +0000
@@ -21,7 +21,7 @@
 #include "avformat.h"
 #include "internal.h"
 #include "libavcodec/opt.h"
-#include "libavcodec/metadata.h"
+#include "metadata.h"
 #include "libavutil/avstring.h"
 #include "riff.h"
 #include <sys/time.h>