mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-06 23:20:03 +01:00
Comment out _init_threading call in processFile function
This commit is contained in:
parent
9fedba866e
commit
ab2b8ca91f
@ -234,7 +234,8 @@ extern "C" DLL_PUBLIC int Java_net_surina_soundtouch_SoundTouch_processFile(JNIE
|
|||||||
LOGV("JNI process file %s", inputFile);
|
LOGV("JNI process file %s", inputFile);
|
||||||
|
|
||||||
/// gomp_tls storage bug workaround - see comments in _init_threading() function!
|
/// gomp_tls storage bug workaround - see comments in _init_threading() function!
|
||||||
if (_init_threading(true)) return -1;
|
// update: apparently this is not needed any more with concurrent Android SDKs
|
||||||
|
// if (_init_threading(true)) return -1;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user