1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

simplify ever so slightly

Originally committed as revision 7970 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-02-13 23:49:50 +00:00
parent 2b4c361536
commit dd9bfb4666

2
configure vendored
View File

@ -1075,7 +1075,7 @@ for opt do
--disable-parsers) disable $PARSER_LIST
;;
--enable-?*|--disable-?*)
eval `echo "${opt#-}" | sed 's/-/action=/;s/-/ option=/;s/-/_/g'`
eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'`
echo "$CMDLINE_SELECT" | grep -q "^ *$option\$" || die_unknown $opt
$action $option
;;