Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-04-30 20:20:04 +03:00 committed by GitHub
parent 13cf0ee57d
commit 1aff401c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ cd ./plugins
wget https://cdn-fastly.obsproject.com/downloads/cef_binary_5060_linux64.tar.bz2
tar -xf ./cef_binary_5060_linux64.tar.bz2 -C ./
cd ../
# remove -Werror flag to mitigate FTBFS with ffmpeg
sed -i 's|-Werror-implicit-function-declaration||g' CMakeLists.txt