Changes of Revision 98

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Tue Oct 25 09:35:13 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
4
+
5
+- Enable jack explicitely (it's not detected properly otherwise)
6
+
7
+-------------------------------------------------------------------
8
 Sat Oct 22 09:19:53 UTC 2022 - hpj@urpla.net
9
 
10
 - Update to version 28.0.3:
11
obs-studio.spec Changed
9
 
1
@@ -105,6 +105,7 @@
2
 %if 0%{?sle_version} > 150000 && 0%{?sle_version} < 150500 && 0%{?is_opensuse}
3
   -DENABLE_PIPEWIRE=OFF \
4
 %endif
5
+  -DENABLE_JACK=ON \
6
 %if %{with cef}
7
   -DBUILD_BROWSER=ON \
8
   -DCEF_ROOT_DIR="%{_builddir}/%{cef_binary}" \
9