[FFmpeg-cvslog] r11179 - trunk/configure

diego subversion
Thu Dec 6 18:53:46 CET 2007


Author: diego
Date: Thu Dec  6 18:53:46 2007
New Revision: 11179

Log:
Add --list-indevs and --list-outdevs command line options.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Dec  6 18:53:46 2007
@@ -162,6 +162,8 @@ show_help(){
   echo "  --list-parsers           show all available parsers"
   echo "  --list-protocols         show all available protocols"
   echo "  --list-bsfs              show all available bitstream filters"
+  echo "  --list-indevs            show all available input devices"
+  echo "  --list-outdevs           show all available output devices"
   echo
   echo "Developer options (useful when working on FFmpeg itself):"
   echo "  --enable-gprof           enable profiling with gprof [$gprof]"
@@ -593,7 +595,9 @@ COMPONENT_LIST="
     decoders
     demuxers
     encoders
+    indevs
     muxers
+    outdevs
     parsers
     protocols
 "




More information about the ffmpeg-cvslog mailing list