Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- streaming/video/ffmpeg-renderers/plvk.cpp: In member function ‘virtual bool PlVkRenderer::initialize(PDECODER_PARAMETERS)’:
- streaming/video/ffmpeg-renderers/plvk.cpp:499:26: error: ‘struct AVVulkanDeviceContext’ has no member named ‘get_proc_addr’
- 499 | vkDeviceContext->get_proc_addr = m_PlVkInstance->get_proc_addr;
- | ^~~~~~~~~~~~~
- streaming/video/ffmpeg-renderers/plvk.cpp: In member function ‘bool PlVkRenderer::populateQueues(int)’:
- streaming/video/ffmpeg-renderers/plvk.cpp:614:38: error: ‘struct AVVulkanDeviceContext’ has no member named ‘queue_family_decode_index’; did you mean ‘queue_family_comp_index’?
- 614 | vkDeviceContext->queue_family_decode_index = i;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- | queue_family_comp_index
- streaming/video/ffmpeg-renderers/plvk.cpp:615:38: error: ‘struct AVVulkanDeviceContext’ has no member named ‘nb_decode_queues’; did you mean ‘nb_comp_queues’?
- 615 | vkDeviceContext->nb_decode_queues = queueFamilies[i].queueFamilyProperties.queueCount;
- | ^~~~~~~~~~~~~~~~
- | nb_comp_queues
- streaming/video/ffmpeg-renderers/plvk.cpp:621:38: error: ‘struct AVVulkanDeviceContext’ has no member named ‘queue_family_decode_index’; did you mean ‘queue_family_comp_index’?
- 621 | vkDeviceContext->queue_family_decode_index = i;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- | queue_family_comp_index
- streaming/video/ffmpeg-renderers/plvk.cpp:622:38: error: ‘struct AVVulkanDeviceContext’ has no member named ‘nb_decode_queues’; did you mean ‘nb_comp_queues’?
- 622 | vkDeviceContext->nb_decode_queues = queueFamilies[i].queueFamilyProperties.queueCount;
- | ^~~~~~~~~~~~~~~~
- | nb_comp_queues
- streaming/video/ffmpeg-renderers/plvk.cpp:635:38: error: ‘struct AVVulkanDeviceContext’ has no member named ‘queue_family_decode_index’; did you mean ‘queue_family_comp_index’?
- 635 | vkDeviceContext->queue_family_decode_index = i;
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- | queue_family_comp_index
- streaming/video/ffmpeg-renderers/plvk.cpp:636:38: error: ‘struct AVVulkanDeviceContext’ has no member named ‘nb_decode_queues’; did you mean ‘nb_comp_queues’?
- 636 | vkDeviceContext->nb_decode_queues = queueFamilies[i].queueFamilyProperties.queueCount;
- | ^~~~~~~~~~~~~~~~
- | nb_comp_queues
- streaming/video/ffmpeg-renderers/plvk.cpp:646:26: error: ‘struct AVVulkanDeviceContext’ has no member named ‘queue_family_decode_index’; did you mean ‘queue_family_comp_index’?
- 646 | if (vkDeviceContext->queue_family_decode_index < 0) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- | queue_family_comp_index
- streaming/video/ffmpeg-renderers/plvk.cpp: In member function ‘virtual bool PlVkRenderer::isPixelFormatSupported(int, AVPixelFormat)’:
- streaming/video/ffmpeg-renderers/plvk.cpp:1046:22: error: ‘AV_PIX_FMT_P410’ was not declared in this scope; did you mean ‘AV_PIX_FMT_P010’?
- 1046 | case AV_PIX_FMT_P410:
- | ^~~~~~~~~~~~~~~
- | AV_PIX_FMT_P010
- make[2]: *** [Makefile.Release:1551: release/plvk.o] Error 1
- make[2]: Leaving directory '/home/user/.cache/yay/moonlight-qt-git/src/moonlight-qt/app'
- make[1]: *** [Makefile:42: release] Error 2
- make[1]: Leaving directory '/home/user/.cache/yay/moonlight-qt-git/src/moonlight-qt/app'
- make: *** [Makefile:102: sub-app-make_first] Error 2
- ==> ERROR: A failure occurred in build().
- Aborting...
- -> error making: moonlight-qt-git-exit status 4
Advertisement
Add Comment
Please, Sign In to add comment