Skip to content

Conversation

dmtrKovalenko
Copy link
Collaborator

This PR adds 2 well-tested by my hardware accelleration platforms: Native apple video- & audiotoolbox and Nvidia CUDA.

nvidia cuda is a little bit weird cause it always require at least 3 flags to be build and there is no reason to separate them so I decided to have one feature flag at least here instead

This PR adds 2 well-tested by my hardware accelleration platforms:
Native apple video- & audiotoolbox and Nvidia CUDA.

nvidia cuda is a little bit weird cause it always require at least 3
flags to be build and there is no reason to separate them so I decided
to have one feature flag at least here instead
@dmtrKovalenko dmtrKovalenko force-pushed the feat/hardware-accelleration branch from 32bc5c7 to 776df8b Compare October 31, 2024 12:25
// hardware accelleration
enable!(configure, "BUILD_VAAPI", "vaapi");
enable!(configure, "BUILD_VULKAN", "vdpau");
enable!(configure, "BUILD_OPENCL", "vaapi");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These look like typos

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah thanks, I should’ve made it as a draft cause I’m still experimenting with options

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