public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/svt-av1] epel9-next: Replace use/dependency upon yasm with use/dependency upon nasm.
@ 2026-07-20 16:11 Nick Clifton
0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2026-07-20 16:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/svt-av1
Branch : epel9-next
Commit : 06c9038882281974a526ca55147f1a7cf27c984e
Author : Nick Clifton <nickc@redhat.com>
Date : 2024-05-26T08:02:30+02:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/svt-av1/c/06c9038882281974a526ca55147f1a7cf27c984e?branch=epel9-next
Log:
Replace use/dependency upon yasm with use/dependency upon nasm.
---
diff --git a/svt-av1.spec b/svt-av1.spec
index 02dd69f..26072d5 100644
--- a/svt-av1.spec
+++ b/svt-av1.spec
@@ -26,7 +26,7 @@ BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: meson
-BuildRequires: yasm
+BuildRequires: nasm
BuildRequires: help2man
BuildRequires: gstreamer1-devel
BuildRequires: gstreamer1-plugins-base-devel
@@ -74,7 +74,8 @@ sed -e "s|install: true,|install: true, include_directories : [ include_director
%build
%cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DENABLE_NASM=yes
%cmake_build
export LIBRARY_PATH="$LIBRARY_PATH:$(pwd)/Bin/RelWithDebInfo"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 16:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 16:11 [rpms/svt-av1] epel9-next: Replace use/dependency upon yasm with use/dependency upon nasm Nick Clifton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox