aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-07-12 00:17:42 +0000
committerMåns Rullgård <mans@mansr.com>2009-07-12 00:17:42 +0000
commitfed5d54b56cfc5e439af66614b999c4a814c8803 (patch)
treebf0914d49da0f89e0059564ade0e5a7fdd955900
parent36f517736f5a77c4e80b2e8103851a47b18466e6 (diff)
downloadffmpeg-fed5d54b56cfc5e439af66614b999c4a814c8803.tar.gz
configure: allow bulk-disabled things to be re-enabled by dependents
Originally committed as revision 19401 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ad9e8c13f0..1bd8dc2133 100755
--- a/configure
+++ b/configure
@@ -1347,6 +1347,7 @@ for opt do
--enable-?*|--disable-?*)
eval $(echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g')
if is_in $option $COMPONENT_LIST; then
+ test $action = disable && action=unset
eval $action \$$(toupper ${option%s})_LIST
elif is_in $option $CMDLINE_SELECT; then
$action $option