diff options
author | Måns Rullgård <mans@mansr.com> | 2010-06-28 10:02:12 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-06-28 10:02:12 +0000 |
commit | 1b15dc3ca8f616e9e650639a6c4c6f8a8a31688f (patch) | |
tree | 01798568d05f19316aad1f18d4bb62c92e8ce915 /configure | |
parent | 22d78b05b1c80ab739704dbb013c34077d32207b (diff) | |
download | ffmpeg-1b15dc3ca8f616e9e650639a6c4c6f8a8a31688f.tar.gz |
configure: make --disable-everything soft-disable things
This allows explicitly enabled things to _select others with the
intended result.
Originally committed as revision 23843 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1536,7 +1536,7 @@ for opt do --enable-debug=*) debuglevel="$optval" ;; --disable-everything) - map 'eval disable \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST + map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST ;; --enable-*=*|--disable-*=*) eval $(echo "${opt%%=*}" | sed 's/--/action=/;s/-/ thing=/') |