projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf7150
)
Remove unnecessary quotes.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 6 Dec 2007 17:34:31 +0000
(17:34 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 6 Dec 2007 17:34:31 +0000
(17:34 +0000)
Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
3aecec9
..
e42bedc
100755
(executable)
--- 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=/'`