From 633746e717ef8daf82856b9909a4ffd0163df4b4 Mon Sep 17 00:00:00 2001 From: Tong Wu Date: Wed, 25 Oct 2023 10:44:10 +0800 Subject: [PATCH] va: export symbol vaMapBuffer2 for Windows This new added api should be exported otherwise it will cause link issues. Signed-off-by: Tong Wu --- va/libva.def | 1 + 1 file changed, 1 insertion(+) diff --git a/va/libva.def b/va/libva.def index 017343813..63992e18f 100644 --- a/va/libva.def +++ b/va/libva.def @@ -32,6 +32,7 @@ EXPORTS vaGetDisplayAttributes vaGetImage vaMapBuffer + vaMapBuffer2 vaMaxNumDisplayAttributes vaMaxNumImageFormats vaMaxNumSubpictureFormats