Browse Source

let check_deps handle ffplay

Originally committed as revision 7929 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 19 years ago
parent
commit
fa859b4d8a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      configure

+ 1
- 2
configure 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

##########################################


Loading…
Cancel
Save