From 1c2dde91d369987199782f4914f56019e5a2272c Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 29 Mar 2022 15:42:09 +0200 Subject: vo_gpu_next: remove unnecessary dependency Pulling in in particular triggers the notorious _av_vkfmt_from_pixfmt linking issue when FFmpeg is built without Vulkan support. --- video/out/vo_gpu_next.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'video/out') diff --git a/video/out/vo_gpu_next.c b/video/out/vo_gpu_next.c index 8de5ab3c74..f8f330e877 100644 --- a/video/out/vo_gpu_next.c +++ b/video/out/vo_gpu_next.c @@ -18,9 +18,10 @@ */ #include +#include #include #include -#include +#include #include #ifdef PL_HAVE_LCMS -- cgit v1.2.3