diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-06 17:53:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-06 17:53:46 +0000 |
commit | c552605cae633df850463ee8de1fe1d1454effa0 (patch) | |
tree | bbb34882bc910174d307498c0042aefa9daf6910 /configure | |
parent | 10d46dd0c18238f2a095cf3b5e8048746c104bd3 (diff) | |
download | ffmpeg-c552605cae633df850463ee8de1fe1d1454effa0.tar.gz |
Add --list-indevs and --list-outdevs command line options.
Originally committed as revision 11179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 " |