Changes of Revision 123

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Tue Jun 24 15:15:44 UTC 2025 - darix <packman@nordisch.org>
4
+
5
+- looks like nvenc support is not on aarch64 yet.
6
+
7
+-------------------------------------------------------------------
8
 Tue Jun 24 11:46:50 UTC 2025 - darix <packman@nordisch.org>
9
 
10
 - drop fix-json11-build.patch 
11
obs-studio.spec Changed
17
 
1
@@ -28,11 +28,15 @@
2
 %global python_version 3
3
 %endif
4
 
5
+%ifarch x86_64
6
 %if 0%{?suse_version} > 1500
7
 %bcond_without nvenc
8
 %else
9
 %bcond_with    nvenc
10
 %endif
11
+%else
12
+%bcond_with    nvenc
13
+%endif
14
 
15
 Name:           obs-studio
16
 Version:        31.1.0~rc1
17