Skip to content
Snippets Groups Projects
Commit d314ea4e authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove ineffectual --log option.

Originally committed as revision 12575 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 399d31cc
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ show_help(){ ...@@ -56,7 +56,7 @@ show_help(){
echo echo
echo "Standard options:" echo "Standard options:"
echo " --help print this message" echo " --help print this message"
echo " --log[=FILE|yes|no] log tests and output to FILE [config.err]" echo " --log=<FILE|yes|no> log tests and output to FILE [config.err]"
echo " --prefix=PREFIX install in PREFIX [$PREFIX]" echo " --prefix=PREFIX install in PREFIX [$PREFIX]"
echo " --libdir=DIR install libs in DIR [PREFIX/lib]" echo " --libdir=DIR install libs in DIR [PREFIX/lib]"
echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]" echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
...@@ -990,8 +990,6 @@ show_list() { ...@@ -990,8 +990,6 @@ show_list() {
for opt do for opt do
optval="${opt#*=}" optval="${opt#*=}"
case "$opt" in case "$opt" in
--log)
;;
--log=*) logging="$optval" --log=*) logging="$optval"
;; ;;
--prefix=*) PREFIX="$optval" --prefix=*) PREFIX="$optval"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment