[FFmpeg-cvslog] buildsys: Fix shared lib build of ffserver.
Michael Niedermayer
git at videolan.org
Tue Jan 24 17:16:42 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jan 23 01:48:09 2012 +0100| [fa94f8a8484474f1d1630c5e255daa7574c61e9f] | committer: Michael Niedermayer
buildsys: Fix shared lib build of ffserver.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa94f8a8484474f1d1630c5e255daa7574c61e9f
---
configure | 2 +-
libavformat/libavformat.v | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index f3553e9..03753be 100755
--- a/configure
+++ b/configure
@@ -1677,7 +1677,7 @@ avconv_deps="avcodec avformat swscale"
ffplay_deps="avcodec avformat swscale sdl"
ffplay_select="buffersink_filter rdft"
ffprobe_deps="avcodec avformat"
-ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer !shared"
+ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
ffserver_extralibs='$ldl'
ffmpeg_deps="avcodec avformat swscale swresample"
ffmpeg_select="buffersink_filter"
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 718524e..6949884 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;
More information about the ffmpeg-cvslog
mailing list