diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-23 01:48:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-24 17:01:10 +0100 |
commit | fa94f8a8484474f1d1630c5e255daa7574c61e9f (patch) | |
tree | 602ace9b16868cb3bc4abe9c2c0e533ddc3ec67a /libavformat/libavformat.v | |
parent | 79f80f5c1f6e292af5d6413600e7129d36cb9be6 (diff) | |
download | ffmpeg-fa94f8a8484474f1d1630c5e255daa7574c61e9f.tar.gz |
buildsys: Fix shared lib build of ffserver.
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 718524e9c3..6949884af6 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -10,6 +10,9 @@ LIBAVFORMAT_$MAJOR { ff_rtp_get_local_rtp_port; ff_rtp_get_local_rtcp_port; ffio_open_dyn_packet_buf; + ffurl_close; + ffurl_open; + ffurl_write; url_open; url_close; url_write; |