public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/svt-av1] epel9-next: Fix include_directories
@ 2026-07-14 21:52 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-14 21:52 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-14 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 21:52 [rpms/svt-av1] epel9-next: Fix include_directories 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox