You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
fix a silly typo (1l to myself)
Originally committed as revision 5519 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
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
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user