summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-10-12 16:42:59 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-10-12 16:42:59 +0000
commit6ad423489ea9b7067a86ca23578023a012f3aad7 (patch)
tree31e318bcea60087fb92aa8dc588dbb00dd4f83c5 /configure
parent35d6cebde8e0062bdaa2fb5db3fc6742ce37b0bb (diff)
ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()
Originally committed as revision 10718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6eab0c26d2..9fb365b48f 100755
--- a/configure
+++ b/configure
@@ -820,7 +820,7 @@ udp_protocol_deps="network"
# programs
ffplay_deps="sdl"
-ffserver_deps="muxers rtp_protocol"
+ffserver_deps="ffm_muxer rtp_protocol rtsp_demuxer"
ffserver_extralibs='$ldl'
vhook_extralibs='$ldl'