1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

configure: remove \r from cc_ident,

This should fix cygwin + non-cygwin toolchain

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
俞晓磊
2013-10-19 00:07:31 +02:00
committed by Michael Niedermayer
parent f569592623
commit 4bfdd021c7

2
configure vendored
View File

@@ -424,7 +424,7 @@ sh_quote(){
} }
cleanws(){ cleanws(){
echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//' echo "$@" | sed 's/^ *//;s/ */ /g;s/ *$//;s/\r//g'
} }
filter(){ filter(){