[FFmpeg-cvslog] configure: try to fix the disappearing "r" bug in fate

Michael Niedermayer git at videolan.org
Sun May 25 16:03:12 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 25 15:44:27 2014 +0200| [6e725f19f88c56cd549c177f702aa0072d13dfeb] | committer: Michael Niedermayer

configure: try to fix the disappearing "r" bug in fate

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e725f19f88c56cd549c177f702aa0072d13dfeb
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 36dcd93..fae2f77 100755
--- a/configure
+++ b/configure
@@ -443,7 +443,7 @@ sh_quote(){
 }
 
 cleanws(){
-    echo "$@" | sed 's/^ *//;s/  */ /g;s/ *$//;s/\r//g'
+    echo "$@" | sed 's/^ *//;s/  */ /g;s/ *$//;s/\\r//g'
 }
 
 filter(){



More information about the ffmpeg-cvslog mailing list