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/tcp.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/tcp.c')
-rw-r--r-- | libavformat/tcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/tcp.c b/libavformat/tcp.c index c0999832d4..8e380ac374 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -24,6 +24,7 @@ #include "internal.h" #include "network.h" #include "os_support.h" +#include "url.h" #if HAVE_POLL_H #include <poll.h> #endif |