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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user