mediafoundation: fix sporadic build failure with u_inlines.h not found on test target

Reviewed-by: Sil Vilerino <sivileri@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38057>
This commit is contained in:
Pohsiang (John) Hsu 2025-10-21 10:57:48 -07:00 committed by Marge Bot
parent 006085e676
commit 80da774734

View file

@ -12,7 +12,7 @@ foreach codec : mft_codecs
cpp_args : mf_codecs_cpp_args[codec],
override_options: ['cpp_std=c++20'],
include_directories: [inc_include, inc_src, inc_gallium, inc_gallium_aux],
dependencies: [idep_gtest, dep_dxheaders],
dependencies: [idep_gtest, idep_mesautil, dep_dxheaders],
)
mediafoundation_test_st += {codec : test_lib}
endforeach