Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-03-15 02:59:48 +0300
committerAurelien Jacobs <aurel@gnuage.org>2010-03-15 02:59:48 +0300
commite4a9e3cc7cc2a93a8ef666af89cd6885709ff7e0 (patch)
tree9dcb7f8dbb15f46e244b98dff3f0df5e68f58780 /libavformat/http.c
parent66b50bc0b25f09ba8459131cc26766647232b4d3 (diff)
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.c1
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"