Browse Source

Remove redundant dependency from ffserver_deps.

Originally committed as revision 8830 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
a53cc2a40f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -716,7 +716,7 @@ video_grab_v4l_demuxer_deps="v4l"
x11_grab_device_demuxer_deps="x11grab"

ffplay_deps="sdl"
ffserver_deps="network protocols muxers"
ffserver_deps="network muxers"
network_deps="protocols"

# set temporary file name


Loading…
Cancel
Save