mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-09 12:22:51 +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);
|
||||
|
||||
/// 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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user