Changes of Revision 5

HandBrake.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Sun Nov  6 17:24:12 UTC 2022 - Hans-Peter Jansen <hpj@urpla.net>
4
+
5
+- libmfx is x86_64 only
6
+
7
+-------------------------------------------------------------------
8
 Sun Nov 06 14:08:36 UTC 2022 - hpj@urpla.net
9
 
10
 - Update to version 1.5.1:
11
HandBrake.spec Changed
11
 
1
@@ -63,7 +63,9 @@
2
 BuildRequires:  pkgconfig(libbluray) >= 1.0.2
3
 BuildRequires:  pkgconfig(libdrm)
4
 BuildRequires:  pkgconfig(liblzma)
5
+%ifarch x86_64
6
 BuildRequires:  pkgconfig(libmfx)
7
+%endif
8
 BuildRequires:  pkgconfig(libnotify)
9
 BuildRequires:  pkgconfig(libva)
10
 BuildRequires:  pkgconfig(libxml-2.0)
11