mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Enable CALM_DEPRECATION until ffmpeg 6.1 official support
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e3a5660831
commit
cce8fadecf
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -67,6 +67,7 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname \
|
cmake -B build -S $pkgname \
|
||||||
-DBUILD_BROWSER=ON \
|
-DBUILD_BROWSER=ON \
|
||||||
|
-DCALM_DEPRECATION=ON \
|
||||||
-DCEF_ROOT_DIR="/opt/cef" \
|
-DCEF_ROOT_DIR="/opt/cef" \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DENABLE_AJA=OFF \
|
-DENABLE_AJA=OFF \
|
||||||
|
|
Loading…
Reference in a new issue