mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
switch to libva 2.x
- support for libva 1.x has been dropped Change-Id: Ie5361b98cdd36144c9cd2a413c5fc2871655f333
This commit is contained in:
committed by
sys_ocldev
parent
c911e249f4
commit
1504d89571
@@ -31,6 +31,11 @@ set(IGDRCL_SRCS_linux_dll_tests
|
||||
${IGDRCL_SOURCE_DIR}/runtime/os_interface/debug_settings_manager.cpp
|
||||
${IGDRCL_SOURCE_DIR}/runtime/dll/linux/drm_neo_create.cpp
|
||||
)
|
||||
|
||||
if(LIBVA_FOUND)
|
||||
list(APPEND IGDRCL_SRCS_linux_dll_tests ${CMAKE_CURRENT_SOURCE_DIR}/va_tests.cpp)
|
||||
endif(LIBVA_FOUND)
|
||||
|
||||
macro(macro_for_each_platform)
|
||||
list(APPEND IGDRCL_SRCS_linux_dll_tests ${IGDRCL_SOURCE_DIR}/runtime/${GEN_TYPE_LOWER}/hw_info_${PLATFORM_IT_LOWER}.cpp)
|
||||
endmacro()
|
||||
|
||||
Reference in New Issue
Block a user