diff options
author | Anton Khirnov | 2011-04-07 20:25:52 +0200 |
---|---|---|
committer | Anton Khirnov | 2011-04-08 15:59:19 +0200 |
commit | c486dade95ba529151391a7879538c9d4787752b (patch) | |
tree | 6071fd5bb32d595fecc72dcf3ff8cf3f32020a59 /libavformat/http.h | |
parent | c5704b2b9a9cb38e27d24f9962594def16870c52 (diff) |
avio: make URLContext internal.
Diffstat (limited to 'libavformat/http.h')
-rw-r--r-- | libavformat/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/http.h b/libavformat/http.h index 97f54cc71a..c5ff5e134c 100644 --- a/libavformat/http.h +++ b/libavformat/http.h @@ -22,7 +22,7 @@ #ifndef AVFORMAT_HTTP_H #define AVFORMAT_HTTP_H -#include "avio.h" +#include "url.h" /** * Set custom HTTP headers. |