mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918
This commit is contained in:
parent
e329bc4331
commit
2ab8fcbfd1
370 changed files with 56185 additions and 32026 deletions
9
third_party/aom/aom_ports/aom_ports.cmake
vendored
9
third_party/aom/aom_ports/aom_ports.cmake
vendored
|
|
@ -45,25 +45,24 @@ function (setup_aom_ports_targets)
|
|||
elseif ("${AOM_TARGET_CPU}" MATCHES "arm")
|
||||
add_library(aom_ports OBJECT ${AOM_PORTS_SOURCES_ARM})
|
||||
set(aom_ports_has_symbols 1)
|
||||
list(APPEND AOM_LIB_TARGETS aom_ports)
|
||||
target_sources(aom PRIVATE $<TARGET_OBJECTS:aom_ports>)
|
||||
endif ()
|
||||
|
||||
if (aom_ports_has_symbols)
|
||||
target_sources(aom_ports PUBLIC ${AOM_PORTS_INCLUDES})
|
||||
target_sources(aom_ports PRIVATE ${AOM_PORTS_INCLUDES})
|
||||
|
||||
if ("${AOM_TARGET_CPU}" STREQUAL "x86" OR
|
||||
"${AOM_TARGET_CPU}" STREQUAL "x86_64")
|
||||
target_sources(aom_ports PUBLIC ${AOM_PORTS_INCLUDES_X86})
|
||||
target_sources(aom_ports PRIVATE ${AOM_PORTS_INCLUDES_X86})
|
||||
endif ()
|
||||
|
||||
set(AOM_LIB_TARGETS ${AOM_LIB_TARGETS} PARENT_SCOPE)
|
||||
else ()
|
||||
target_sources(aom PUBLIC ${AOM_PORTS_INCLUDES})
|
||||
target_sources(aom PRIVATE ${AOM_PORTS_INCLUDES})
|
||||
|
||||
if ("${AOM_TARGET_CPU}" STREQUAL "x86" OR
|
||||
"${AOM_TARGET_CPU}" STREQUAL "x86_64")
|
||||
target_sources(aom PUBLIC ${AOM_PORTS_INCLUDES_X86})
|
||||
target_sources(aom PRIVATE ${AOM_PORTS_INCLUDES_X86})
|
||||
endif ()
|
||||
endif ()
|
||||
endfunction ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue