mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
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:
parent
006085e676
commit
80da774734
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue