diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-04 20:40:38 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-07 18:11:24 +0200 |
commit | 5cec8971056f92215d4199235907d944abdb5a81 (patch) | |
tree | cb2ca31489ed3fa76b9ddf57f51adacc97580758 /libavformat/applehttp.c | |
parent | 8e76a19b63a3fa322a64a7d27bd6e642c7fe7f85 (diff) | |
download | ffmpeg-5cec8971056f92215d4199235907d944abdb5a81.tar.gz |
avio: move extern url_interrupt_cb declaration from avio.h to url.h
Diffstat (limited to 'libavformat/applehttp.c')
-rw-r--r-- | libavformat/applehttp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/applehttp.c b/libavformat/applehttp.c index 9e11fcad12..6c697c50bc 100644 --- a/libavformat/applehttp.c +++ b/libavformat/applehttp.c @@ -31,6 +31,7 @@ #include "internal.h" #include <unistd.h> #include "avio_internal.h" +#include "url.h" #define INITIAL_BUFFER_SIZE 32768 |