diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-03 13:04:29 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-03 22:55:26 +0100 |
commit | e429b0fdb7a956f77bb5cd7284101e0e8e6b4d43 (patch) | |
tree | 1f0e33fd40ae69bb7091a363ff3b174e76513f8a /libavcodec | |
parent | a172d80703cd7779a58e9b671886a8c5383ce4d1 (diff) | |
download | ffmpeg-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 'libavcodec')
-rw-r--r-- | libavcodec/vulkan_decode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vulkan_decode.c b/libavcodec/vulkan_decode.c index 5def908a21..2448ee99ec 100644 --- a/libavcodec/vulkan_decode.c +++ b/libavcodec/vulkan_decode.c @@ -21,6 +21,7 @@ #include "vulkan_decode.h" #include "config_components.h" #include "libavutil/avassert.h" +#include "libavutil/vulkan_loader.h" #if CONFIG_H264_VULKAN_HWACCEL extern const VkExtensionProperties ff_vk_dec_h264_ext; |