SHA256
1
0
forked from pool/ffmpeg-5

Accepting request 1042488 from home:dirkmueller:Factory

- build for x86_64 subarchs the same way like for baseline

OBS-URL: https://build.opensuse.org/request/show/1042488
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=38
This commit is contained in:
Jan Engelhardt 2022-12-12 21:23:18 +00:00 committed by Git OBS Bridge
parent 0dc8e43526
commit 9dcd5fad86
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 12 21:18:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- build for x86_64 subarchs the same way like for baseline
-------------------------------------------------------------------
Thu Dec 8 11:27:56 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -117,7 +117,7 @@ BuildRequires: libmysofa-devel
%endif
BuildRequires: nasm
BuildRequires: pkg-config
%ifarch x86_64
%ifarch x86_64 %x86_64
%if 0%{?suse_version} >= 1550
BuildRequires: pkgconfig(SvtAv1Enc) >= 0.8.4
%endif
@ -198,7 +198,7 @@ BuildRequires: pkgconfig(xcb-xfixes)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfixes)
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
%ifarch x86_64
%ifarch x86_64 %x86_64
BuildRequires: pkgconfig(libmfx)
%endif
%endif
@ -606,7 +606,7 @@ LDFLAGS="%_lto_cflags" \
%if %{with rubberband}
--enable-librubberband \
%endif
%ifarch x86_64
%ifarch x86_64 %x86_64
%if 0%{?suse_version} >= 1550
--enable-libsvtav1 \
%endif
@ -636,7 +636,7 @@ LDFLAGS="%_lto_cflags" \
%endif
--enable-lv2 \
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
%ifarch x86_64
%ifarch x86_64 %x86_64
--enable-libmfx \
%endif
%endif