mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Fix build error in libsoundtouch pt.2
This commit is contained in:
parent
422801382c
commit
feab13417b
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ int TDStretch::seekBestOverlapPositionFull(const SAMPLETYPE *refPos)
|
|||
const SAMPLETYPE *midBuffer = pMidBuffer;
|
||||
|
||||
#if defined(_OPENMP)
|
||||
#pragma omp parallel for default(none) shared(refPos, bestCorr, bestOffs, seekLen, nChannels, midBuffer) private(i) schedule(static)
|
||||
#pragma omp parallel for default(none) shared(refPos, bestCorr, bestOffs, midBuffer) private(i) schedule(static)
|
||||
#endif
|
||||
for (i = 1; i < seekLen; i ++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue