summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbenklett2024-03-27 23:23:01 +0100
committerbenklett2024-03-27 23:23:01 +0100
commit249dfec97c57144958df9c42b0b63ac5f887c522 (patch)
treec572935e97c303aa2c772dba226c2232e705e0ee /PKGBUILD
parent92dbdd05686cc9ec6a23ab6df6b3756e08417208 (diff)
downloadaur-249dfec97c57144958df9c42b0b63ac5f887c522.tar.gz
fix: reenable jack
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cd179c3cc84..13549f604c01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ArcticVanguard <LideEmily at gmail dot com>
# Contributor: ledti <antergist at gmail dot com>
pkgname=obs-studio-git
-pkgver=30.1.1.r17.gdc770b8
+pkgver=30.1.1.r18.gc4ef7c3
pkgrel=1
pkgdesc="Free and open source software for video recording and live streaming."
arch=("i686" "x86_64")
@@ -84,6 +84,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_BROWSER=ON \
+ -DENABLE_JACK=ON \
-DCEF_ROOT_DIR="/opt/cef-obs" \
-DENABLE_LIBFDK=ON \
-DENABLE_AJA=0 \