mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-26 18:32:07 -04:00
libobs,cmake: Replace vendored SIMD Everywhere by prefix/system install
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.
This commit is contained in:
1
.github/scripts/utils.zsh/setup_ubuntu
vendored
1
.github/scripts/utils.zsh/setup_ubuntu
vendored
@@ -75,6 +75,7 @@ sudo apt-get install -y --no-install-recommends \
|
||||
libgl1-mesa-dev \
|
||||
libjansson-dev \
|
||||
uthash-dev \
|
||||
libsimde-dev \
|
||||
libluajit-5.1-dev python3-dev \
|
||||
libx11-dev libxcb-randr0-dev libxcb-shm0-dev libxcb-xinerama0-dev \
|
||||
libxcb-composite0-dev libxinerama-dev libxcb1-dev libx11-xcb-dev libxcb-xfixes0-dev \
|
||||
|
||||
Reference in New Issue
Block a user