[Ffmpeg-cvslog] r7929 - trunk/configure

mru subversion
Sun Feb 11 15:33:27 CET 2007


Author: mru
Date: Sun Feb 11 15:33:26 2007
New Revision: 7929

Modified:
   trunk/configure

Log:
let check_deps handle ffplay


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Feb 11 15:33:26 2007
@@ -576,6 +576,7 @@
 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 @@
     restore_flags
 fi
 
-enabled sdl || ffplay=no
-
 texi2html -version >/dev/null 2>&1 && enable texi2html || disable texi2html
 
 ##########################################




More information about the ffmpeg-cvslog mailing list