fix a silly typo (1l to myself)
Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
24e1591036
commit
7beb802b3f
2
configure
vendored
2
configure
vendored
@ -653,7 +653,7 @@ for opt do
|
|||||||
case "$opt" in
|
case "$opt" in
|
||||||
--log)
|
--log)
|
||||||
;;
|
;;
|
||||||
--log=*) log="${opt#*-}"
|
--log=*) log="${opt#*=}"
|
||||||
;;
|
;;
|
||||||
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`; force_prefix=yes
|
--prefix=*) prefix=`echo $opt | cut -d '=' -f 2`; force_prefix=yes
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user