mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 12:49:40 +08:00
SIMD Everywhere finder needs to be installed alongside libobs CMake package since its headers depends on it. C++ cmath header is included on Windows on ARM to ensure that all math functions are correctly defined when included in C++ code. https://github.com/simd-everywhere/simde/issues/1304 macOS intrinsics is included to make sure that no redefinition error happens.
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"name": "simde",
|
|
"buildsystem": "meson",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-Dtests=false"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/simd-everywhere/simde.git",
|
|
"tag": "v0.8.2",
|
|
"commit": "71fd833d9666141edcd1d3c109a80e228303d8d7"
|
|
}
|
|
]
|
|
}
|