diff options
author | Michael Niedermayer | 2010-09-26 14:25:22 +0000 |
---|---|---|
committer | Michael Niedermayer | 2010-09-26 14:25:22 +0000 |
commit | 6ed040408b26d8b5c896e60303a3bef6a39fa910 (patch) | |
tree | ba2292b108c07c933607e39d2ba8e3114e0221ff /libavformat/avio.c | |
parent | cba322d76d4a00b659d7de030018d6003820c715 (diff) |
Move AVOptions from libavcodec to libavutil
Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.c')
-rw-r--r-- | libavformat/avio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.c b/libavformat/avio.c index 9d50b48460..bf075d24ae 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -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 |