OSDN Git Service

Remove unnecessary quotes.
authorDiego Biurrun <diego@biurrun.de>
Thu, 6 Dec 2007 17:34:31 +0000 (17:34 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 6 Dec 2007 17:34:31 +0000 (17:34 +0000)
Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 3aecec9..e42bedc 100755 (executable)
--- a/configure
+++ b/configure
@@ -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=/'`