author | Ralph Giles <giles@mozilla.com> |
Wed, 23 Jan 2013 16:02:00 -0800 | |
changeset 120245 | cd02b8d5653c459b1adedcfa916feba47485e8b6 |
parent 120244 | e182be8b7b8a18656e0fc777ec3c3d8b7bef9553 |
child 120246 | bbc1e6ebad1ec320fd87333f29676e9e5e7a9237 |
push id | 24243 |
push user | ryanvm@gmail.com |
push date | Wed, 30 Jan 2013 00:49:21 +0000 |
treeherder | mozilla-central@5c248ef0fe62 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | padenot |
bugs | 834063 |
milestone | 21.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/media/libsoundtouch/update.sh +++ b/media/libsoundtouch/update.sh @@ -23,17 +23,17 @@ cp $1/source/SoundTouch/sse_optimized.cp cp $1/source/SoundTouch/TDStretch.cpp src cp $1/source/SoundTouch/TDStretch.h src cp $1/include/SoundTouch.h src cp $1/include/FIFOSampleBuffer.h src cp $1/include/FIFOSamplePipe.h src cp $1/include/SoundTouch.h src cp $1/include/STTypes.h src -# Remote the Windows line ending characters from the files. +# Remove the Windows line ending characters from the files. for i in src/* do cat $i | tr -d '\015' > $i.lf mv $i.lf $i done # Patch the imported files. patch -p1 < moz-libsoundtouch.patch