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:
parent
2b4c361536
commit
dd9bfb4666
2
configure
vendored
2
configure
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user