public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/svt-av1] epel9-next: Fix include_directories
Date: Tue, 14 Jul 2026 21:52:22 GMT	[thread overview]
Message-ID: <178406594218.1.8605140726213483628.rpms-svt-av1-195f5dbf53d1@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/svt-av1
            Branch : epel9-next
            Commit : 195f5dbf53d1d02d621b37aaf75689acfe9406aa
            Author : Robert-André Mauchin <zebob.m@gmail.com>
            Date   : 2019-10-10T21:24:49+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/svt-av1/c/195f5dbf53d1d02d621b37aaf75689acfe9406aa?branch=epel9-next

            Log:
            Fix include_directories

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>

---
diff --git a/svt-av1.spec b/svt-av1.spec
index 0846c90..157a6dd 100644
--- a/svt-av1.spec
+++ b/svt-av1.spec
@@ -61,7 +61,7 @@ This package provides %{name}-based GStreamer plug-in.
 %prep
 %autosetup -p1 -n SVT-AV1-%{version}
 # Patch build gstreamer plugin
-sed -e "s|install: true,|install: true, include_directories : '../Source/API', link_args : '-lSvtAv1Enc',|" \
+sed -e "s|install: true,|install: true, include_directories : [ include_directories('../Source/API') ], link_args : '-lSvtAv1Enc',|" \
 -e "/svtav1enc_dep =/d" -e 's|, svtav1enc_dep||' -e "s|svtav1enc_dep.found()|true|" -i gstreamer-plugin/meson.build
 
 %build

                 reply	other threads:[~2026-07-14 21:52 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=178406594218.1.8605140726213483628.rpms-svt-av1-195f5dbf53d1@fedoraproject.org \
    --to=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