public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nick Clifton <nickc@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/svt-av1] epel9-next: Replace use/dependency upon yasm with use/dependency upon nasm.
Date: Mon, 20 Jul 2026 16:11:59 GMT [thread overview]
Message-ID: <178456391977.1.18026344826050360194.rpms-svt-av1-06c903888228@fedoraproject.org> (raw)
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"
reply other threads:[~2026-07-20 16:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178456391977.1.18026344826050360194.rpms-svt-av1-06c903888228@fedoraproject.org \
--to=nickc@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox