Commit a697a185 authored by Ingo Brückl's avatar Ingo Brückl Committed by Michael Niedermayer

buildsys: Fix shared lib build of MPlayer.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a78f6b8c
...@@ -12,6 +12,9 @@ LIBAVFORMAT_$MAJOR { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment