diff avio.c @ 6486:fed4be333771 libavformat

Move AVOptions from libavcodec to libavutil
author michael
date Sun, 26 Sep 2010 14:25:22 +0000
parents 896acb967d32
children
line wrap: on
line diff
--- a/avio.c	Sun Sep 26 13:56:50 2010 +0000
+++ b/avio.c	Sun Sep 26 14:25:22 2010 +0000
@@ -23,7 +23,7 @@
 #define _XOPEN_SOURCE 600
 #include <unistd.h>
 #include "libavutil/avstring.h"
-#include "libavcodec/opt.h"
+#include "libavutil/opt.h"
 #include "os_support.h"
 #include "avformat.h"
 #if CONFIG_NETWORK