summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenklett2023-10-05 00:10:38 +0200
committerbenklett2023-10-05 00:10:38 +0200
commit5a6d200a207cc4127e9006e1cfae49cee4ea6ae9 (patch)
tree5e401e594fd80f9331f0fb2bfb89302b07298558
parent5b4ae213883c4417db9acc2721c4e677ee1aeb90 (diff)
downloadaur-5a6d200a207cc4127e9006e1cfae49cee4ea6ae9.tar.gz
Reenable libfdk
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 785669d4f92c..2b10fce47d71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-git
pkgdesc = Free and open source software for video recording and live streaming.
pkgver = 30.0.0.beta3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/obsproject/obs-studio
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 74663cde93a4..936eeb54d93a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: ledti <antergist at gmail dot com>
pkgname=obs-studio-git
pkgver=30.0.0.beta3
-pkgrel=1
+pkgrel=2
pkgdesc="Free and open source software for video recording and live streaming."
arch=("i686" "x86_64")
url="https://github.com/obsproject/obs-studio"
@@ -68,6 +68,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_BROWSER=ON \
-DCEF_ROOT_DIR="/opt/cef-obs" \
+ -DENABLE_LIBFDK=ON \
..
make