[FFmpeg-cvslog] r11177 - trunk/configure

diego subversion
Thu Dec 6 18:51:59 CET 2007


Author: diego
Date: Thu Dec  6 18:51:59 2007
New Revision: 11177

Log:
Add input and output devices to configure output.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Dec  6 18:51:59 2007
@@ -1868,7 +1868,7 @@ enabled gpl &&
     echo "License: GPL" ||
     echo "License: LGPL"
 
-for type in decoder encoder parser demuxer muxer protocol bsf; do
+for type in decoder encoder parser demuxer muxer protocol bsf indev outdev; do
     echo "Enabled ${type}s:"
     ucname="\$`toupper $type`_LIST"
     list="`eval echo $ucname`"




More information about the ffmpeg-cvslog mailing list