[FFmpeg-cvslog] r11176 - trunk/configure

diego subversion
Thu Dec 6 18:34:31 CET 2007


Author: diego
Date: Thu Dec  6 18:34:31 2007
New Revision: 11176

Log:
Remove unnecessary quotes.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Dec  6 18:34:31 2007
@@ -1009,7 +1009,7 @@ for opt do
     ;;
     --disable-protocols) disable $PROTOCOL_LIST
     ;;
-    --disable-devices) disable "$INDEV_LIST $OUTDEV_LIST"
+    --disable-devices) disable $INDEV_LIST $OUTDEV_LIST
     ;;
     --enable-*=*|--disable-*=*)
     eval `echo "$opt" | sed 's/=/-/;s/--/action=/;s/-/ thing=/;s/-/ name=/'`




More information about the ffmpeg-cvslog mailing list