fix(libva-nvidia-driver): Ifcond for ix86 (#4757) (#4760)

* fix(libva-nvidia-driver): Ifcond for ix86



* ?



* ??



* ???



* Try this too



---------


(cherry picked from commit 1acfbfeb56)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-05-08 03:45:45 -07:00
committed by GitHub
parent e2f1c74e0a
commit 5b310a4dcb
2 changed files with 7 additions and 2 deletions
@@ -6,5 +6,6 @@ project "pkg" {
labels = {
subrepo = "nvidia"
mock = 1
nightly = 1
}
}
}
@@ -4,6 +4,10 @@
%global upstream_name nvidia-vaapi-driver
%ifarch %ix86
%global build_cflags %{__build_flags_lang_c} %{?_distro_extra_cflags} -Wno-error=format=
%endif
Name: libva-nvidia-driver
Epoch: 1
Version: 0.0.13%{!?tag:^%{date}git%{shortcommit0}}
@@ -91,4 +95,4 @@ decode of web content, and may not operate correctly in other applications.
- Add latest fixes.
* Sat Feb 04 2023 Simone Caronni <negativo17@gmail.com> - 0.0.8-1.20230131git2bb71a5
- Rebase to latest snapshot.
- Rebase to latest snapshot.