Browse Source

Remove unnecessary quotes.

Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
8fb1cb5825
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -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=/'`


Loading…
Cancel
Save