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

Adding support for macOS #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

DDRBoxman
Copy link

@DDRBoxman DDRBoxman commented Jan 31, 2024

This pulls in the latest sdk with the macos includes.

The decklink sdk exposes strings as CFStringRef on macos instead of const char * so there is some new conversion code.

src/platform_mac.h Outdated Show resolved Hide resolved
src/platform_linux.h Outdated Show resolved Hide resolved
Update the SDK to 12.8 and include the interop files for macOS and Windows for future support.
The decklink sdk exposes strings as CFStringRef on macos instead of const char * so we need to add code to convert this to const char
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.

None yet

1 participant