[FFmpeg-devel] [PATCH] configure: report status of x11grab

Nicolas George nicolas.george
Thu Aug 16 11:54:58 CEST 2007


Hi.

The attached patch adds "X11 grabbing support yes/no" to the output of
configure. I tried to keep the same order as the --help output, although SDL
was just in the wrong place to make it difficult. Suggested log: "configure:
report status of x11grab".


PS: I am starting to fear that my last patch for the codec lookup system
(<20070808184141.GA17883 at clipper.ens.fr>) went unnoticed, although it is
still too early to complain.

Regards,

-- 
  Nicolas George
-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 10121)
+++ configure	(working copy)
@@ -1851,6 +1851,7 @@
 if enabled sdl_too_old; then
     echo "-> Your SDL version is too old - please upgrade to have FFplay/SDL support."
 fi
+echo "X11 grabbing support      ${x11grab-no}"
 echo "Sun medialib support      ${mlib-no}"
 echo "AVISynth enabled          ${avisynth-no}"
 echo "liba52 support            ${liba52-no}"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 185 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070816/fc423d38/attachment.pgp>



More information about the ffmpeg-devel mailing list