Page MenuHomeFreeBSD

multimedia/obs-studio: fix type conversion error on libftl over new version clang
ClosedPublic

Authored by aokblast on Apr 24 2023, 8:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 3, 12:31 AM
Unknown Object (File)
Tue, May 28, 8:57 AM
Unknown Object (File)
Tue, May 28, 8:57 AM
Unknown Object (File)
Tue, May 28, 8:55 AM
Unknown Object (File)
Sun, May 26, 7:06 PM
Unknown Object (File)
May 5 2024, 1:08 AM
Unknown Object (File)
May 4 2024, 10:57 AM
Unknown Object (File)
May 3 2024, 3:14 AM

Details

Summary

obs-studio cannot be compiled at -CURRENT due to some type conversion error. I fixed it by force conversion.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lwhsu added a subscriber: yuri.

Hi @yuri ,

As upstream is using git module https://github.com/obsproject/obs-studio/tree/master/plugins/obs-outputs and its upstream has been archived https://github.com/microsoft/ftl-sdk , I am afraid we need to patch this locally first. What do you think?

@i19780219111_kimo.com , I think we can still open an issue in https://github.com/obsproject/obs-studio/ and see if they want to just drop that lib, or import it and patch in their repository.

lwhsu retitled this revision from fix type conversion error on libftl over new version clang to multimedia/obs-studio: fix type conversion error on libftl over new version clang.May 2 2023, 9:30 PM

Hi Li-Wen Hsu,

Sorry for the delay, I missed this patch.

Please commit it.

Thank you and sorry again,
Yuri

This revision is now accepted and ready to land.May 24 2023, 4:59 PM
This revision was automatically updated to reflect the committed changes.