1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Apply WITHA_VA option in cmake

This commit is contained in:
SergeyIvanov87
2022-07-08 17:15:31 +03:00
parent f562264674
commit b3b235ebc0
3 changed files with 15 additions and 19 deletions
@@ -121,7 +121,7 @@ Context create_dx11_context(Context::Ptr ctx_ptr) {
Device create_vaapi_device(Device::Ptr device_ptr,
const std::string& device_name,
int file_description) {
int /*file_description*/) {
return detail::DeviceContextCreator::create_entity<Device>(device_ptr,
device_name,
AccelType::VAAPI);