aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/vulkan.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-03 13:04:29 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-03-03 22:55:26 +0100
commite429b0fdb7a956f77bb5cd7284101e0e8e6b4d43 (patch)
tree1f0e33fd40ae69bb7091a363ff3b174e76513f8a /libavutil/vulkan.c
parenta172d80703cd7779a58e9b671886a8c5383ce4d1 (diff)
downloadffmpeg-e429b0fdb7a956f77bb5cd7284101e0e8e6b4d43.tar.gz
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>
Diffstat (limited to 'libavutil/vulkan.c')
-rw-r--r--libavutil/vulkan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/vulkan.c b/libavutil/vulkan.c
index bf8456b06d..76b61dcaaa 100644
--- a/libavutil/vulkan.c
+++ b/libavutil/vulkan.c
@@ -21,7 +21,6 @@
#include "avassert.h"
#include "vulkan.h"
-#include "vulkan_loader.h"
const VkComponentMapping ff_comp_identity_map = {
.r = VK_COMPONENT_SWIZZLE_IDENTITY,