summaryrefslogtreecommitdiff
path: root/libavformat/http.c
diff options
context:
space:
mode:
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. */