mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove unnecessary quotes.
Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dbf7150441
commit
8fb1cb5825
2
configure
vendored
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…
Reference in New Issue
Block a user