Browse Source

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

Originally committed as revision 11179 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
c552605cae
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      configure

+ 4
- 0
configure View File

@@ -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
"


Loading…
Cancel
Save