You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
simplify ever so slightly
Originally committed as revision 7970 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user