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/rtmpproto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtmpproto.c') diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index e23148827b..a8e8de0446 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -29,6 +29,7 @@ #include "libavutil/lfg.h" #include "libavutil/sha.h" #include "avformat.h" +#include "internal.h" #include "network.h" -- cgit v1.2.3