mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 08:11:17 +00:00
Add libxdamage, enable webrtc
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
30d5712195
commit
a37be8e13c
1 changed files with 4 additions and 2 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=obs-studio-browser
|
||||
pkgver=30.1.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
||||
arch=("i686" "x86_64")
|
||||
url="https://github.com/obsproject/obs-studio"
|
||||
|
@ -18,7 +18,9 @@ depends=(
|
|||
"gtk-update-icon-cache"
|
||||
"jack"
|
||||
"jansson"
|
||||
"libdatachannel"
|
||||
"libxcomposite"
|
||||
"libxdamage"
|
||||
"libxinerama"
|
||||
"libxkbcommon-x11"
|
||||
"mbedtls"
|
||||
|
@ -75,7 +77,7 @@ build() {
|
|||
-DENABLE_LIBFDK=ON \
|
||||
-DENABLE_NEW_MPEGTS_OUTPUT=OFF \
|
||||
-DENABLE_VST=ON \
|
||||
-DENABLE_WEBRTC=OFF \
|
||||
-DENABLE_WEBRTC=ON \
|
||||
-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" \
|
||||
-Wno-dev
|
||||
|
||||
|
|
Loading…
Reference in a new issue