diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-07 20:25:52 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-08 15:59:19 +0200 |
commit | c486dade95ba529151391a7879538c9d4787752b (patch) | |
tree | 6071fd5bb32d595fecc72dcf3ff8cf3f32020a59 /libavformat/file.c | |
parent | c5704b2b9a9cb38e27d24f9962594def16870c52 (diff) | |
download | ffmpeg-c486dade95ba529151391a7879538c9d4787752b.tar.gz |
avio: make URLContext internal.
Diffstat (limited to 'libavformat/file.c')
-rw-r--r-- | libavformat/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/file.c b/libavformat/file.c index 3293a5369b..31067ede69 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -29,6 +29,7 @@ #include <sys/stat.h> #include <stdlib.h> #include "os_support.h" +#include "url.h" /* standard file protocol */ |