Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set kvazaar config threads to 0 if ENABLE_MULTITHREADING_SUPPORT is false #1077

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

meowtec
Copy link
Contributor

@meowtec meowtec commented Dec 22, 2023

The background:

I am trying to build libheif to wasm with kvazaar.
The building is successful but it run with error from kvazaar:

--threads=auto value set to 4.
pthread_create failed!
Could not initialize threadqueue.

It seems that kvazaar doesn't provide a build option for disable threads, the only way is settings config->threads to 0 at runtime.

@farindk farindk merged commit 6cb22d5 into strukturag:master Dec 26, 2023
31 checks passed
@farindk
Copy link
Contributor

farindk commented Dec 26, 2023

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants