let check_deps handle ffplay

Originally committed as revision 7929 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-02-11 14:33:26 +00:00
parent a2830dca2b
commit fa859b4d8a

3
configure vendored
View File

@ -576,6 +576,7 @@ v4l2_demuxer_deps="video4linux2"
video_grab_device_demuxer_deps_any="video4linux bktr"
x11_grab_device_demuxer_deps="x11grab"
ffplay_deps="sdl"
ffserver_deps="network protocols muxers"
# set temporary file name
@ -1691,8 +1692,6 @@ EOF
restore_flags
fi
enabled sdl || ffplay=no
texi2html -version >/dev/null 2>&1 && enable texi2html || disable texi2html
##########################################