04ae28a522
- Update https://gstreamer.freedesktop.org/releases/1.26/ - darwin dynamic loading fixed https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7635 - debug options renamed - Format expression - Use `finalAttrs` pattern - Move environment variable to `env` - Move `outputs` above `src` for consistency with other GStreamer packages - Add `updateScript`
14 lines
474 B
Diff
14 lines
474 B
Diff
diff --git a/ext/soup/gstsouploader.c b/ext/soup/gstsouploader.c
|
|
index 41f3aa3783..451e15b40d 100644
|
|
--- a/ext/soup/gstsouploader.c
|
|
+++ b/ext/soup/gstsouploader.c
|
|
@@ -178,7 +178,7 @@ gst_soup_load_library (void)
|
|
GST_DEBUG ("LibSoup 2 found");
|
|
} else {
|
|
GST_DEBUG ("Trying all libsoups");
|
|
- libsoup_sonames[0] = LIBSOUP_3_SONAME;
|
|
+ libsoup_sonames[0] = "@nixLibSoup3Path@/" LIBSOUP_3_SONAME;
|
|
libsoup_sonames[1] = LIBSOUP_2_SONAME;
|
|
}
|
|
|