hwcontext_vulkan: don't add the optional VK_KHR_surface extension by default

Both API and CLI users can enable any extension they'd like using the options.
pull/338/head
Lynne 5 years ago
parent 251e4ad0ad
commit 4b7e13931f
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      libavutil/hwcontext_vulkan.c

@ -194,7 +194,7 @@ typedef struct VulkanOptExtension {
} VulkanOptExtension;
static const VulkanOptExtension optional_instance_exts[] = {
{ VK_KHR_SURFACE_EXTENSION_NAME, EXT_NO_FLAG },
/* For future use */
};
static const VulkanOptExtension optional_device_exts[] = {

Loading…
Cancel
Save