diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-14 23:59:48 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-14 23:59:48 +0000 |
commit | e4a9e3cc7cc2a93a8ef666af89cd6885709ff7e0 (patch) | |
tree | 9dcb7f8dbb15f46e244b98dff3f0df5e68f58780 /libavformat/http.c | |
parent | 66b50bc0b25f09ba8459131cc26766647232b4d3 (diff) | |
download | ffmpeg-e4a9e3cc7cc2a93a8ef666af89cd6885709ff7e0.tar.gz |
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
Diffstat (limited to 'libavformat/http.c')
-rw-r--r-- | libavformat/http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/http.c b/libavformat/http.c index feeba5f6ec..638102c815 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -24,6 +24,7 @@ #include "avformat.h" #include <unistd.h> #include <strings.h> +#include "internal.h" #include "network.h" #include "os_support.h" |