diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-06 17:34:31 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-06 17:34:31 +0000 |
commit | 8fb1cb58257d231bb438b107cb631cc12dec4312 (patch) | |
tree | e3dfccfa8fc29d5334d18e2823e54169ac04adbe /configure | |
parent | dbf7150441041686e9a78cf6b516829784335053 (diff) | |
download | ffmpeg-8fb1cb58257d231bb438b107cb631cc12dec4312.tar.gz |
Remove unnecessary quotes.
Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=/'` |