10l format include path for metadata.h
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 4 Jan 2009 19:00:35 +0000 (19:00 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 4 Jan 2009 19:00:35 +0000 (19:00 +0000)
Originally committed as revision 16426 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/utils.c

index 9bee5cd..e2c0902 100644 (file)
@@ -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>