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

Zhang Rui bbcallen at gmail.com
Thu Jul 9 09:09:49 CEST 2015


---
 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/^ *//;s/  */ /g;s/ *$//;s/\\r//g"
 }
 
 filter(){
-- 
2.0.0



More information about the ffmpeg-devel mailing list