diff options
author | Ingo Brückl <ib@wupperonline.de> | 2012-02-10 22:26:23 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-11 01:40:52 +0100 |
commit | a697a185e475380b9cd9811e49aaee0a723a826c (patch) | |
tree | 3d69a298f5922d45ea6657861957b4fb8b691184 /libavformat/libavformat.v | |
parent | a78f6b8cb98611a846a68f4bbb77e78fd5c175bf (diff) | |
download | ffmpeg-a697a185e475380b9cd9811e49aaee0a723a826c.tar.gz |
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.v | 3 |
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; |