diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-06 17:52:50 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-06 17:52:50 +0000 |
commit | 10d46dd0c18238f2a095cf3b5e8048746c104bd3 (patch) | |
tree | ad814eb78e468ce342aa58ffee25f38d862ba304 | |
parent | 7dd2862b4883b4d6fc0f3c90db853baa42c754e9 (diff) | |
download | ffmpeg-10d46dd0c18238f2a095cf3b5e8048746c104bd3.tar.gz |
Add --disable-devices to --help output.
Originally committed as revision 11178 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,6 +154,7 @@ show_help(){ echo " --enable-protocol=NAME enables protocol NAME" echo " --disable-protocol=NAME disables protocol NAME" echo " --disable-protocols disables all protocols" + echo " --disable-devices disables all devices" echo " --list-decoders show all available decoders" echo " --list-encoders show all available encoders" echo " --list-muxers show all available muxers" |