configure: Add fork as a dependency to ffserver

This commit is contained in:
Martin Storsjö 2011-03-23 12:26:58 +02:00 committed by Reinhard Tartler
parent 4ec153bb66
commit 1ff49c2314
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1471,7 +1471,7 @@ ffmpeg_select="buffer_filter"
ffplay_deps="avcodec avformat swscale sdl"
ffplay_select="rdft"
ffprobe_deps="avcodec avformat"
ffserver_deps="avformat ffm_muxer rtp_protocol rtsp_demuxer"
ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
ffserver_extralibs='$ldl'
doc_deps="texi2html"