mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
speex-resampler: update to git head (i.e. rev 738e179), also update patch files, update.sh, simd_detect.* and remove obsolete patches and headers.
based on firefox-82.0.3 media/libspeex_resampler tree.
This commit is contained in:
parent
0f1c046a14
commit
df798cf69e
20 changed files with 456 additions and 604 deletions
|
|
@ -13,17 +13,15 @@ cp $1/libspeexdsp/resample.c src
|
|||
cp $1/libspeexdsp/resample_sse.h src/resample_sse.c
|
||||
cp $1/libspeexdsp/resample_neon.h src/resample_neon.c
|
||||
cp $1/libspeexdsp/arch.h src
|
||||
cp $1/libspeexdsp/stack_alloc.h src
|
||||
cp $1/libspeexdsp/fixed_generic.h src
|
||||
cp $1/include/speex/speex_resampler.h src
|
||||
cp $1/AUTHORS .
|
||||
cp $1/COPYING .
|
||||
|
||||
# apply outstanding local patches
|
||||
patch -p3 < outside-speex.patch
|
||||
patch -p3 < simd-detect-runtime.patch
|
||||
patch -p3 < set-skip-frac.patch
|
||||
patch -p3 < hugemem.patch
|
||||
patch -p3 < remove-empty-asm-clobber.patch
|
||||
patch -p3 < handle-memory-error.patch
|
||||
patch -p3 < fix-overflow.patch
|
||||
patch -p3 -i outside-speex.patch
|
||||
patch -p3 -i simd-detect-runtime.patch
|
||||
patch -p3 -i set-skip-frac.patch
|
||||
patch -p3 -i hugemem.patch
|
||||
patch -p3 -i remove-empty-asm-clobber.patch
|
||||
patch -p3 -i set-rate-overflow-no-return.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue