Commit 731bc71c authored by diego's avatar diego

Remove unnecessary quotes.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11176 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2ad4c31c
......@@ -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=/'`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment