Remove unnecessary quotes.

Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent dbf7150441
commit 8fb1cb5825
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save