From ebd6520f25f9865b5944380188d1c56b05a5b49b Mon Sep 17 00:00:00 2001 From: tytan652 <17492366+tytan652@users.noreply.github.com> Date: Tue, 22 Mar 2022 10:57:27 +0000 Subject: [PATCH] flatpak: Reenable AJA and JACK plugins --- CI/flatpak/com.obsproject.Studio.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index ee7d63224..f5c6a1b47 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -421,9 +421,10 @@ "-DUSE_XDG=ON", "-DENABLE_ALSA=OFF", "-DENABLE_PULSEAUDIO=ON", + "-DENABLE_JACK=ON", "-DENABLE_RTMPS=ON", "-DENABLE_VLC=OFF", - "-DENABLE_AJA=OFF" + "-DENABLE_AJA=ON" ], "secret-opts": [ "-DRESTREAM_CLIENTID=$RESTREAM_CLIENTID",