[FFmpeg-cvslog] buildsys: Fix shared lib build of MPlayer.

Ingo Brückl git at videolan.org
Sat Feb 11 02:39:55 CET 2012


ffmpeg | branch: master | Ingo Brückl <ib at wupperonline.de> | Fri Feb 10 22:26:23 2012 +0100| [a697a185e475380b9cd9811e49aaee0a723a826c] | committer: Michael Niedermayer

buildsys: Fix shared lib build of MPlayer.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a697a185e475380b9cd9811e49aaee0a723a826c
---

 libavformat/libavformat.v |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 6949884..e2fb65a 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;



More information about the ffmpeg-cvslog mailing list