Browse code

Remove unnecessary quotes.

Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2007/12/07 02:34:31
Showing 1 changed files
... ...
@@ -1009,7 +1009,7 @@ for opt do
1009 1009
     ;;
1010 1010
     --disable-protocols) disable $PROTOCOL_LIST
1011 1011
     ;;
1012
-    --disable-devices) disable "$INDEV_LIST $OUTDEV_LIST"
1012
+    --disable-devices) disable $INDEV_LIST $OUTDEV_LIST
1013 1013
     ;;
1014 1014
     --enable-*=*|--disable-*=*)
1015 1015
     eval `echo "$opt" | sed 's/=/-/;s/--/action=/;s/-/ thing=/;s/-/ name=/'`