From 8fb1cb58257d231bb438b107cb631cc12dec4312 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 6 Dec 2007 17:34:31 +0000
Subject: [PATCH] Remove unnecessary quotes.

Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 3aecec90a7d..e42bedc9ead 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=/'`
-- 
GitLab