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:
authorIngo Brückl <ib@wupperonline.de>2012-02-11 01:26:23 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-02-11 04:40:52 +0400
commita697a185e475380b9cd9811e49aaee0a723a826c (patch)
tree3d69a298f5922d45ea6657861957b4fb8b691184 /libavformat/libavformat.v
parenta78f6b8cb98611a846a68f4bbb77e78fd5c175bf (diff)
buildsys: Fix shared lib build of MPlayer.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/libavformat.v')
-rw-r--r--libavformat/libavformat.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 6949884af6..e2fb65a665 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -12,6 +12,9 @@ LIBAVFORMAT_$MAJOR {
ffio_open_dyn_packet_buf;
ffurl_close;
ffurl_open;
+ ffurl_read_complete;
+ ffurl_seek;
+ ffurl_size;
ffurl_write;
url_open;
url_close;