Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-02-11 17:33:26 +0300
committerMåns Rullgård <mans@mansr.com>2007-02-11 17:33:26 +0300
commitfa859b4d8a1d752dad848eea844a6894bbc3c808 (patch)
treecd98e9660c90db1c22658bd995e2a453f0646467 /configure
parenta2830dca2b688c94fa76c052f5355c6f9dc32cb5 (diff)
let check_deps handle ffplay
Originally committed as revision 7929 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 003b83d193..66ace8cba9 100755
--- a/configure
+++ b/configure
@@ -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
##########################################