From e4a9e3cc7cc2a93a8ef666af89cd6885709ff7e0 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 14 Mar 2010 23:59:48 +0000 Subject: move ff_url_split() and ff_url_join() declarations to internal.h those functions are not part of the public API Originally committed as revision 22534 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/tcp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/tcp.c') diff --git a/libavformat/tcp.c b/libavformat/tcp.c index 3a39a9977f..ae846a4c37 100644 --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -20,6 +20,7 @@ */ #include "avformat.h" #include +#include "internal.h" #include "network.h" #include "os_support.h" #if HAVE_SYS_SELECT_H -- cgit v1.2.3