This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: try to fix the disappearing "r" bug in fate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer
11 years ago
parent
ee9b0199c8
commit
6e725f19f8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -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(){
Write
Preview
Loading…
Cancel
Save