summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-12-06 17:34:31 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-06 17:34:31 +0000
commit8fb1cb58257d231bb438b107cb631cc12dec4312 (patch)
treee3dfccfa8fc29d5334d18e2823e54169ac04adbe /configure
parentdbf7150441041686e9a78cf6b516829784335053 (diff)
Remove unnecessary quotes.
Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3aecec90a7..e42bedc9ea 100755
--- a/configure
+++ b/configure
@@ -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=/'`