Changes of Revision 117

obs-studio.spec Changed
x
 
1
@@ -92,7 +92,7 @@
2
 BuildRequires:  pkgconfig(srt) >= 1.4
3
 BuildRequires:  pkgconfig(uuid)
4
 BuildRequires:  pkgconfig(rnnoise)
5
-%if 0%{?suse_version} > 1600
6
+%if 0%{?suse_version} > 1500
7
 BuildRequires:  pkgconfig(ffnvcodec) >= 12.1.14.0
8
 %endif
9
 BuildRequires:  pkgconfig(vpl)
10
@@ -179,7 +179,7 @@
11
 %endif
12
   -DOBS_VERSION_OVERRIDE="$(echo "%{version}" | grep -oE "^^++")" \
13
   -DENABLE_AJA=OFF \
14
-%if 0%{?suse_version} > 1600
15
+%if 0%{?suse_version} > 1500
16
   -DENABLE_NVENC=ON \
17
 %else
18
   -DENABLE_NVENC=OFF \
19
@@ -221,7 +221,9 @@
20
 %files
21
 %{_bindir}/obs
22
 %{_bindir}/obs-ffmpeg-mux
23
+%if 0%{?suse_version} > 1500
24
 %{_bindir}/obs-nvenc-test
25
+%endif
26
 # Upstream forces libs dir regardless of arch and building plugins is encumbered
27
 # by moving them to the proper directory.
28
 %{_libdir}/obs-plugins/
29