Browse Source

buildsys: Fix shared lib build of MPlayer.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Ingo Brückl Michael Niedermayer 13 years ago
parent
commit
a697a185e4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavformat/libavformat.v

+ 3
- 0
libavformat/libavformat.v View File

@@ -12,6 +12,9 @@ LIBAVFORMAT_$MAJOR {
ffio_open_dyn_packet_buf; ffio_open_dyn_packet_buf;
ffurl_close; ffurl_close;
ffurl_open; ffurl_open;
ffurl_read_complete;
ffurl_seek;
ffurl_size;
ffurl_write; ffurl_write;
url_open; url_open;
url_close; url_close;


Loading…
Cancel
Save