summaryrefslogtreecommitdiff
author俞晓磊 <elioxia@gmail.com>2013-10-18 22:07:31 (GMT)
committer Michael Niedermayer <michaelni@gmx.at>2013-10-18 22:15:33 (GMT)
commit4bfdd021c71b221530c89c89260973df7b517e93 (patch)
treecc8ee585f59234ea42920da8a83f5566cecaec0d
parentf5695926235c9b2a60af07b21c2d6f1db990cc2a (diff)
downloadffmpeg-4bfdd021c71b221530c89c89260973df7b517e93.zip
ffmpeg-4bfdd021c71b221530c89c89260973df7b517e93.tar.gz
ffmpeg-4bfdd021c71b221530c89c89260973df7b517e93.tar.bz2
configure: remove \r from cc_ident,
This should fix cygwin + non-cygwin toolchain Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 101954e..0ea62aa 100755
--- a/configure
+++ b/configure
@@ -424,7 +424,7 @@ sh_quote(){
}
cleanws(){
- echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//'
+ echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\r//g'
}
filter(){