Remove unnecessary quotes.

Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-12-06 17:34:31 +00:00
parent dbf7150441
commit 8fb1cb5825

2
configure vendored
View File

@ -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=/'`