diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 09:51:23 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-22 07:50:41 +0100 |
commit | b263bf66b7dff93b98932065fc379686f83ef751 (patch) | |
tree | ddb351856c9633645a46e8750040920a495077f2 /configure | |
parent | 58f0978581bf736ac6888fe3013f0c5ac88bfbdc (diff) | |
download | ffmpeg-b263bf66b7dff93b98932065fc379686f83ef751.tar.gz |
avserver: fix build after the next bump.
Now that 0.8 is out we can reapply this commit. It breaks shared
avserver builds due to avserver using internal libavformat symbols,
which are now hidden, so this commit also disables avserver with
--enable-shared.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1534,7 +1534,7 @@ avconv_deps="avcodec avformat swscale" avplay_deps="avcodec avformat swscale sdl" avplay_select="rdft" avprobe_deps="avcodec avformat" -avserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer" +avserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer !shared" avserver_extralibs='$ldl' ffmpeg_deps="avcodec avformat swscale" |