[FFmpeg-cvslog] r23843 - trunk/configure
mru
subversion
Mon Jun 28 12:02:12 CEST 2010
Author: mru
Date: Mon Jun 28 12:02:12 2010
New Revision: 23843
Log:
configure: make --disable-everything soft-disable things
This allows explicitly enabled things to _select others with the
intended result.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jun 28 10:04:52 2010 (r23842)
+++ trunk/configure Mon Jun 28 12:02:12 2010 (r23843)
@@ -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=/')
More information about the ffmpeg-cvslog
mailing list