Changes of Revision 31
obs-studio.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Fri Jun 2 15:59:13 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>
4
+
5
+- libmfx is available for x86 archs only
6
+
7
+-------------------------------------------------------------------
8
Fri Jun 2 14:52:50 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
9
10
- Build with Qt6 for Tumbleweed and with Qt5 otherwise
11
obs-studio.spec
Changed
11
1
2
BuildRequires: pkgconfig(libavfilter)
3
BuildRequires: pkgconfig(libavformat)
4
BuildRequires: pkgconfig(libavutil)
5
+%ifarch %{ix86} x86_64
6
BuildRequires: pkgconfig(libmfx)
7
+%endif
8
BuildRequires: pkgconfig(librist)
9
BuildRequires: pkgconfig(libswresample)
10
BuildRequires: pkgconfig(libswscale)
11