summaryrefslogtreecommitdiff
path: root/libavformat/http.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-09-26 14:25:22 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-09-26 14:25:22 +0000
commit6ed040408b26d8b5c896e60303a3bef6a39fa910 (patch)
treeba2292b108c07c933607e39d2ba8e3114e0221ff /libavformat/http.c
parentcba322d76d4a00b659d7de030018d6003820c715 (diff)
Move AVOptions from libavcodec to libavutil
Originally committed as revision 25210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/http.c')
-rw-r--r--libavformat/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/http.c b/libavformat/http.c
index e26da072cc..f58c78a49b 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -28,7 +28,7 @@
#include "http.h"
#include "os_support.h"
#include "httpauth.h"
-#include "libavcodec/opt.h"
+#include "libavutil/opt.h"
/* XXX: POST protocol is not completely implemented because ffmpeg uses
only a subset of it. */