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

glib: Fix building for architectures without 64-bit atomics #1057

Merged
merged 1 commit into from Mar 14, 2023

Conversation

johan-bjareholt
Copy link

I have been building gst-plugins-rs 0.9 for a while for a mips32 chip, but when bumping to 0.10 I got issues compiling due to that chip not supporting 64-bit atomics. The following patch fixes compilation on that target.

@bilelmoussaoui bilelmoussaoui added the needs-backport PR needs backporting to the current stable branch label Mar 14, 2023
@sdroege sdroege merged commit 4118872 into gtk-rs:master Mar 14, 2023
46 checks passed
@sdroege sdroege added backported PR was backported to the current stable branch and removed needs-backport PR needs backporting to the current stable branch labels Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported PR was backported to the current stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants