Skip to content

libplacebo: remove dummy.cpp

Steve Lhomme requested to merge robUx4/vlc:libplacebo-c++runtime into master

It is needed when libplacebo links with vulkan-loader.

We use the libplacebo link parameter from the pkg-config file. The vulkan-loader link parameters are propagated through the Requires part of the libplacebo.pc. The vulkan dependency was added since libplacebo@5e41228e

And vulkan-loader generates the proper C++ runtime links since https://github.com/KhronosGroup/Vulkan-Loader/commit/f61b89f46e388c9c3f22c265ae994bd7fb60bacc That's since 1.1.77 from 2018.

Merge request reports