[Bug 766441] New: OpenBSD does not use librt, but provides the needed functions in libc
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat May 14 14:02:57 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766441
Bug ID: 766441
Summary: OpenBSD does not use librt, but provides the needed
functions in libc
Classification: Platform
Product: GStreamer
Version: git master
OS: OpenBSD
Status: NEW
Severity: enhancement
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: drakevr at 2f30.org
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 327888
--> https://bugzilla.gnome.org/attachment.cgi?id=327888&action=edit
configure check for librt functions/usage in OpenBSD
Hello,
In OpenBSD there is no "actual" librt that programs can link with, instead the
system/base libc provides the functions one would customarily find there.
In the case of gst-plugins-bad, that function would be shm_open().
This very trivial patch enables shm_open without the need to -lrt (like how it
is currently done for the darwin platform).
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list