Enable CALM_DEPRECATION until ffmpeg 6.1 official support

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-12-26 19:09:11 +01:00
parent e3a5660831
commit cce8fadecf
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -67,6 +67,7 @@ prepare() {
build() {
cmake -B build -S $pkgname \
-DBUILD_BROWSER=ON \
-DCALM_DEPRECATION=ON \
-DCEF_ROOT_DIR="/opt/cef" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_AJA=OFF \