[FFmpeg-cvslog] r19401 - trunk/configure

mru subversion
Sun Jul 12 02:17:42 CEST 2009


Author: mru
Date: Sun Jul 12 02:17:42 2009
New Revision: 19401

Log:
configure: allow bulk-disabled things to be re-enabled by dependents

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jul 10 23:54:06 2009	(r19400)
+++ trunk/configure	Sun Jul 12 02:17:42 2009	(r19401)
@@ -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



More information about the ffmpeg-cvslog mailing list