diff http.c @ 6486:fed4be333771 libavformat

Move AVOptions from libavcodec to libavutil
author michael
date Sun, 26 Sep 2010 14:25:22 +0000
parents 27242bd0812c
children
line wrap: on
line diff
--- a/http.c	Sun Sep 26 13:56:50 2010 +0000
+++ b/http.c	Sun Sep 26 14:25:22 2010 +0000
@@ -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. */