Disable extra plugins

This commit is contained in:
ferrreo 2023-04-28 21:01:19 +01:00 committed by GitHub
parent f7b7139862
commit 6f0c4537ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
main.sh
View File

@ -23,16 +23,16 @@ sed -i 's| -Wswitch||g' cmake/Modules/CompilerConfig.cmake
for i in ../patches/*.patch; do patch -Np1 -i $i ;done
# Prepare plugins/obs-vkcapture
git clone --recurse-submodules https://github.com/nowrep/obs-vkcapture plugins/obs-vkcapture
cd plugins/obs-vkcapture
sed -i 's/install_obs_plugin_with_data/setup_plugin_target/g' CMakeLists.txt
cd ../../
#git clone --recurse-submodules https://github.com/nowrep/obs-vkcapture plugins/obs-vkcapture
#cd plugins/obs-vkcapture
#sed -i 's/install_obs_plugin_with_data/setup_plugin_target/g' CMakeLists.txt
#cd ../../
# Prepare plugins/obs-source-record
git clone --recurse-submodules https://github.com/exeldro/obs-source-record plugins/obs-source-record
cd plugins/obs-source-record
sed -i 's/install_obs_plugin_with_data/setup_plugin_target/g' CMakeLists.txt
cd ../../
#git clone --recurse-submodules https://github.com/exeldro/obs-source-record plugins/obs-source-record
#cd plugins/obs-source-record
#sed -i 's/install_obs_plugin_with_data/setup_plugin_target/g' CMakeLists.txt
#cd ../../
# Get build deps brute force
apt-get install -y cmake ninja-build pkg-config clang clang-format build-essential curl ccache git libffmpeg-amf-dev