Fix typo in version check for new Vulkan queue API
This commit is contained in:
parent
6ce02616f0
commit
3531fe0a4f
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ bool PlVkRenderer::populateQueues(int videoFormat)
|
|||
|
||||
fn_vkGetPhysicalDeviceQueueFamilyProperties2(m_Vulkan->phys_device, &queueFamilyCount, queueFamilies.data());
|
||||
|
||||
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(58, 34, 100)
|
||||
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(59, 34, 100)
|
||||
Q_UNUSED(videoFormat);
|
||||
|
||||
for (uint32_t i = 0; i < queueFamilyCount; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue