[Bug 773114] meson: fixes for windows build
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Oct 24 00:26:08 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773114
Scott D Phillips <scott.d.phillips at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #338163|0 |1
is obsolete| |
--- Comment #30 from Scott D Phillips <scott.d.phillips at intel.com> ---
Created attachment 338312
--> https://bugzilla.gnome.org/attachment.cgi?id=338312&action=edit
[PATCH gst-plugins-good] udpsrc: Check for G_PLATFORM_WIN32 for presence of
ipi_spec_dest
(In reply to Tim-Philipp Müller from comment #28)
> No, it's not an anti-goal to support cygwin, I was just trying to figure out
> why G_OS_UNIX is defined for you on windows. One possibility is cygwin,
> another is that GLib/meson/GStreamer doesn't detect things properly in msys2
> for some reason.
Looking at README.win32 in glib, it seems that G_OS_WIN32 means windows without
the cygwin layer and G_OS_UNIX + G_WITH_CYGWIN is windows with cygwin.
G_PLATFORM_WIN32 is set both with and without cygwin on windows. Cygwin doesn't
try to add the ipi_spec_dst field so we need to not use it in both situations
--
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