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

ax_pthread/clang: move -pthread to LIBS #407

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

1480c1
Copy link
Contributor

@1480c1 1480c1 commented Apr 25, 2024

clang also requires linking with -pthread to use pthreads. FFmpeg linking is broken otherwise due to undefined symbols.

Should remove the necessity of https://github.com/msys2/MINGW-packages/blob/5ed0594aee40d3df6437623c151b2a0e023634e1/mingw-w64-kvazaar/001-clang-pthread-fix.patch

clang also requires linking with -pthread to use pthreads.
FFmpeg linking is broken otherwise due to undefined symbols.

Signed-off-by: Christopher Degawa <[email protected]>
@Jovasa Jovasa added the safe to test Run tests on CI label Apr 25, 2024
@Jovasa Jovasa merged commit ea09af5 into ultravideo:master Apr 30, 2024
5 checks passed
@1480c1 1480c1 deleted the clang64 branch May 2, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Run tests on CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants