Re: [FFmpeg-devel] [PATCH] configure: try to fix \r when build for android on cygwin

2015-07-10 Thread Michael Niedermayer
On Thu, Jul 09, 2015 at 03:09:49PM +0800, Zhang Rui wrote: > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 5833808..46c4788 100755 > --- a/configure > +++ b/configure > @@ -475,7 +475,7 @@ sh_quote(){ > } > > cleanws(){

[FFmpeg-devel] [PATCH] configure: try to fix \r when build for android on cygwin

2015-07-09 Thread Zhang Rui
--- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5833808..46c4788 100755 --- a/configure +++ b/configure @@ -475,7 +475,7 @@ sh_quote(){ } cleanws(){ -echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\\r//g' +echo "$@" | sed "s/^