summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-12 09:51:23 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-22 07:50:41 +0100
commitb263bf66b7dff93b98932065fc379686f83ef751 (patch)
treeddb351856c9633645a46e8750040920a495077f2 /configure
parent58f0978581bf736ac6888fe3013f0c5ac88bfbdc (diff)
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 93b98a96dd..ad7d9d4c5b 100755
--- a/configure
+++ b/configure
@@ -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"