avutil/vulkan: Don't autoinclude vulkan_loader.h

Only include it where necessary.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2024-03-03 13:04:29 +01:00
parent a172d80703
commit e429b0fdb7
4 changed files with 2 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
*/
#include "vulkan_filter.h"
#include "libavutil/vulkan_loader.h"
int ff_vk_filter_init_context(AVFilterContext *avctx, FFVulkanContext *s,
AVBufferRef *frames_ref,