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/rtpproto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpproto.c') diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index ac8c3dbd6d..35bbc18636 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -30,6 +30,7 @@ #include #include +#include "internal.h" #include "network.h" #include "os_support.h" #include -- cgit v1.2.3